Commit 58655b9f96553231db3a1c8f9470892238a610b5

Authored by bernard
1 parent 3f7edef4

Added distribution management to POMs of 6 components.

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