Skip to content

Commit 070728b

Browse files
committed
[maven-release-plugin] prepare release axon-amqp-4.4
1 parent d68886f commit 070728b

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

amqp-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.axonframework.extensions.amqp</groupId>
2422
<artifactId>axon-amqp-parent</artifactId>
25-
<version>4.4-SNAPSHOT</version>
23+
<version>4.4</version>
2624
</parent>
2725

2826
<artifactId>axon-amqp-spring-boot-autoconfigure</artifactId>

amqp-spring-boot-starter/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.springframework.boot</groupId>
@@ -28,7 +26,7 @@
2826

2927
<groupId>org.axonframework.extensions.amqp</groupId>
3028
<artifactId>axon-amqp-spring-boot-starter</artifactId>
31-
<version>4.4-SNAPSHOT</version>
29+
<version>4.4</version>
3230

3331
<name>Axon Framework AMQP Extension - Spring Boot Starter</name>
3432
<description>Spring Boot Starter module for the AMQP Extension of Axon Framework</description>
@@ -157,7 +155,7 @@
157155
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
158156
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
159157
<url>https://github.com/AxonFramework/extension-amqp</url>
160-
<tag>HEAD</tag>
158+
<tag>axon-amqp-4.4</tag>
161159
</scm>
162160

163161
</project>

amqp/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.axonframework.extensions.amqp</groupId>
2422
<artifactId>axon-amqp-parent</artifactId>
25-
<version>4.4-SNAPSHOT</version>
23+
<version>4.4</version>
2624
</parent>
2725

2826
<artifactId>axon-amqp</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119

2220
<groupId>org.axonframework.extensions.amqp</groupId>
2321
<artifactId>axon-amqp-parent</artifactId>
24-
<version>4.4-SNAPSHOT</version>
22+
<version>4.4</version>
2523
<modules>
2624
<module>amqp</module>
2725
<module>amqp-spring-boot-autoconfigure</module>
@@ -396,7 +394,7 @@
396394
<connection>scm:git:git://github.com/AxonFramework/extension-amqp.git</connection>
397395
<developerConnection>scm:git:[email protected]:AxonFramework/extension-amqp.git</developerConnection>
398396
<url>https://github.com/AxonFramework/extension-amqp</url>
399-
<tag>HEAD</tag>
397+
<tag>axon-amqp-4.4</tag>
400398
</scm>
401399

402400
<developers>

0 commit comments

Comments
 (0)