|
|
@ -734,11 +734,23 @@
|
|
|
|
</snapshotRepository>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
</distributionManagement>
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
|
|
|
<id>milestone</id>
|
|
|
|
|
|
|
|
<activation>
|
|
|
|
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
|
|
|
|
</activation>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>spring-repo-milestone</id>
|
|
|
|
|
|
|
|
<name>Spring Milestone Repository</name>
|
|
|
|
|
|
|
|
<url>http://repo.springsource.org/libs-milestone-local</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<!-- FIXME deactivate before release -->
|
|
|
|
|
|
|
|
<id>development</id>
|
|
|
|
<id>development</id>
|
|
|
|
<activation>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
</activation>
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|