Skip to content

Commit

Permalink
[ci skip][release]:prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jul 30, 2015
1 parent 07dbc2f commit 8da07e0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-extensions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-spring-extensions-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-extensions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-spring-extensions-doc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-extensions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -38,7 +38,7 @@
<url>https://github.com/seedstack/seed-spring-extensions</url>
<connection>scm:git:git://github.com/seedstack/seed-spring-extensions.git</connection>
<developerConnection>scm:git:[email protected]:seedstack/seed-spring-extensions.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-support/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-support</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-spring-support-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-extensions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-spring-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-support/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-support</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-spring-support-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion springbatch-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-spring-extensions</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>seed-springbatch-support</artifactId>
Expand Down

0 comments on commit 8da07e0

Please sign in to comment.