Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-3.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
abuijze committed Jun 24, 2016
1 parent 0f55e89 commit 130d1f0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distributed-commandbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>

<artifactId>axon-mongo</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
<modules>
<module>core</module>
<module>spring</module>
Expand Down Expand Up @@ -393,7 +393,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-3.0-M2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>

<artifactId>axon-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 130d1f0

Please sign in to comment.