Commit dd3e537c732d73b6d6a8600aecef8748ae785212

Authored by bernard
1 parent 5968cad3

Added distribution management to POMs of 6 components.

Showing 1 changed file with 8 additions and 0 deletions
... ... @@ -62,4 +62,12 @@
62 62 <properties>
63 63 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
64 64 </properties>
  65 + <distributionManagement>
  66 + <repository>
  67 + <id>lemur</id>
  68 + <name>MyCo Internal Repository</name>
  69 + <url>http://bernard.labno.pl/artifactory/libs-release-local</url>
  70 + </repository>
  71 + </distributionManagement>
  72 +
65 73 </project>
... ...
Please register or login to post a comment