use timestamped bundlor version to avoid snapshot dependency issues

This commit is contained in:
macsuibhne
2008-10-10 12:01:12 +00:00
parent 302d014839
commit b2c24dabd4
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-archetypes</artifactId>
<version>2.0.0.CI-SNAPSHOT </version>
<version>2.0.0.CI-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetypes</name>
<description>

View File

@@ -17,7 +17,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>2.5.5</spring.framework.version>
<bundlor.version>1.0.0.BUILD-SNAPSHOT</bundlor.version>
<bundlor.version>1.0.0.BUILD-20080925.230729-5</bundlor.version>
</properties>
<profiles>
<profile>
@@ -189,4 +189,4 @@
<url>s3://maven.springframework.org/snapshot</url>
</snapshotRepository>
</distributionManagement>
</project>
</project>

View File

@@ -60,7 +60,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>2.5.5</spring.framework.version>
<bundlor.version>1.0.0.BUILD-SNAPSHOT</bundlor.version>
<bundlor.version>1.0.0.BUILD-20080925.230729-5</bundlor.version>
</properties>
<profiles>
<profile>
@@ -806,4 +806,4 @@
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>