Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abuijze committed Feb 13, 2017
1 parent ea25bdb commit c644bab
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distributed-commandbus-jgroups/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.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distributed-commandbus-springcloud/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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</version>
<modules>
<module>core</module>
<module>spring</module>
Expand Down Expand Up @@ -411,7 +411,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-3.0.2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-autoconfigure/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.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter-jgroups/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter-jgroups</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>Spring Boot Starter module for Axon with JGroups Distributed Command Bus</name>

Expand Down Expand Up @@ -132,7 +132,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-3.0.2</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>Spring Boot Starter module for Axon Framework</name>

Expand Down Expand Up @@ -138,7 +138,7 @@
<connection>scm:git:git://github.com/AxonFramework/AxonFramework.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/AxonFramework.git</developerConnection>
<url>https://github.com/AxonFramework/AxonFramework</url>
<tag>HEAD</tag>
<tag>axon-3.0.2</tag>
</scm>

</project>
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.2-SNAPSHOT</version>
<version>3.0.2</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.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c644bab

Please sign in to comment.