use timestamped bundlor version to avoid snapshot dependency issues
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user