Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-amqp-4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Aug 5, 2020
1 parent d68886f commit 070728b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
6 changes: 2 additions & 4 deletions amqp-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.4</version>
</parent>

<artifactId>axon-amqp-spring-boot-autoconfigure</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions amqp-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -28,7 +26,7 @@

<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-spring-boot-starter</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.4</version>

<name>Axon Framework AMQP Extension - Spring Boot Starter</name>
<description>Spring Boot Starter module for the AMQP Extension of Axon Framework</description>
Expand Down Expand Up @@ -157,7 +155,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-amqp.git</developerConnection>
<url>https://github.com/AxonFramework/extension-amqp</url>
<tag>HEAD</tag>
<tag>axon-amqp-4.4</tag>
</scm>

</project>
6 changes: 2 additions & 4 deletions amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.4</version>
</parent>

<artifactId>axon-amqp</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>org.axonframework.extensions.amqp</groupId>
<artifactId>axon-amqp-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.4</version>
<modules>
<module>amqp</module>
<module>amqp-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -396,7 +394,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
<developerConnection>scm:git:git@github.com:AxonFramework/extension-amqp.git</developerConnection>
<url>https://github.com/AxonFramework/extension-amqp</url>
<tag>HEAD</tag>
<tag>axon-amqp-4.4</tag>
</scm>

<developers>
Expand Down

0 comments on commit 070728b

Please sign in to comment.