Remaining poms updated to 2.0.2.BUILD-SNAPSHOT
These manual updates are no longer required as of recent changes to buildSrc and its generatePom tasks. Now, when the project version is changed in gradle.properties, generatePom will notice and fire. Previously, generatePom did not consider gradle.properties as input for incremental build purposes; now it does.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration</artifactId>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
<version>2.0.2.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Integration</name>
|
||||
<modules>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
<version>2.0.2.BUILD-SNAPSHOT</version>
|
||||
<name>Spring Integration Core</name>
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
Reference in New Issue
Block a user