Skip to content

Commit 085520e

Browse files
committed
[maven-release-plugin] prepare release 1.0.0-M23
1 parent a80aee5 commit 085520e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

apache-qpid-protonj2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.qpid</groupId>
2020
<artifactId>protonj2-parent</artifactId>
21-
<version>1.0.0-M23-SNAPSHOT</version>
21+
<version>1.0.0-M23</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.apache.qpid</groupId>
2727
<artifactId>protonj2-parent</artifactId>
28-
<version>1.0.0-M23-SNAPSHOT</version>
28+
<version>1.0.0-M23</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Qpid ProtonJ2 Parent</name>
@@ -66,15 +66,15 @@
6666
<!-- surefire forked jvm arguments -->
6767
<argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
6868

69-
<project.build.outputTimestamp>2024-09-17T16:16:12Z</project.build.outputTimestamp>
69+
<project.build.outputTimestamp>2025-02-14T21:08:01Z</project.build.outputTimestamp>
7070
</properties>
7171

7272
<url>https://qpid.apache.org/proton</url>
7373
<scm>
7474
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</connection>
7575
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</developerConnection>
7676
<url>https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git</url>
77-
<tag>1.0.0-M13</tag>
77+
<tag>1.0.0-M23</tag>
7878
</scm>
7979
<issueManagement>
8080
<url>https://issues.apache.org/jira/browse/PROTON</url>

protonj2-client-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.qpid</groupId>
2020
<artifactId>protonj2-parent</artifactId>
21-
<version>1.0.0-M23-SNAPSHOT</version>
21+
<version>1.0.0-M23</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

protonj2-client-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>protonj2-parent</artifactId>
23-
<version>1.0.0-M23-SNAPSHOT</version>
23+
<version>1.0.0-M23</version>
2424
</parent>
2525

2626
<artifactId>protonj2-client-examples</artifactId>

protonj2-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.qpid</groupId>
2424
<artifactId>protonj2-parent</artifactId>
25-
<version>1.0.0-M23-SNAPSHOT</version>
25+
<version>1.0.0-M23</version>
2626
</parent>
2727

2828
<artifactId>protonj2-client</artifactId>

protonj2-performance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>protonj2-parent</artifactId>
23-
<version>1.0.0-M23-SNAPSHOT</version>
23+
<version>1.0.0-M23</version>
2424
</parent>
2525

2626
<artifactId>protonj2-performance-tests</artifactId>

protonj2-test-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>protonj2-parent</artifactId>
23-
<version>1.0.0-M23-SNAPSHOT</version>
23+
<version>1.0.0-M23</version>
2424
</parent>
2525

2626
<artifactId>protonj2-test-driver</artifactId>

protonj2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.qpid</groupId>
2121
<artifactId>protonj2-parent</artifactId>
22-
<version>1.0.0-M23-SNAPSHOT</version>
22+
<version>1.0.0-M23</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

0 commit comments

Comments
 (0)