Skip to content

Commit 743eecb

Browse files
committed
[maven-release-plugin] prepare release 0.35.0
1 parent db8f149 commit 743eecb

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

apache-qpid-proton-j/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>proton-j-parent</artifactId>
21-
<version>0.35.0-SNAPSHOT</version>
21+
<version>0.35.0</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

examples/engine/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>proton-j-parent</artifactId>
22-
<version>0.35.0-SNAPSHOT</version>
22+
<version>0.35.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

examples/reactor/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>proton-j-parent</artifactId>
22-
<version>0.35.0-SNAPSHOT</version>
22+
<version>0.35.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.qpid</groupId>
2828
<artifactId>proton-j-parent</artifactId>
29-
<version>0.35.0-SNAPSHOT</version>
29+
<version>0.35.0</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Proton-J Parent</name>
@@ -47,10 +47,10 @@
4747
<maven.compiler.target>1.8</maven.compiler.target>
4848

4949
<!-- surefire forked jvm arguments -->
50-
<jacoco-config></jacoco-config>
50+
<jacoco-config />
5151
<argLine>-Xmx2g -enableassertions @{jacoco-config}</argLine>
5252

53-
<project.build.outputTimestamp>2022-08-30T16:53:30Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2026-07-31T17:43:40Z</project.build.outputTimestamp>
5454
</properties>
5555

5656
<dependencyManagement>
@@ -212,7 +212,7 @@
212212
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</connection>
213213
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</developerConnection>
214214
<url>https://gitbox.apache.org/repos/asf?p=qpid-proton-j.git</url>
215-
<tag>HEAD</tag>
215+
<tag>0.35.0</tag>
216216
</scm>
217217
<issueManagement>
218218
<url>https://issues.apache.org/jira/browse/PROTON</url>

proton-j/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>proton-j-parent</artifactId>
22-
<version>0.35.0-SNAPSHOT</version>
22+
<version>0.35.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tests/performance-jmh/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>proton-j-parent</artifactId>
22-
<version>0.35.0-SNAPSHOT</version>
22+
<version>0.35.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.qpid</groupId>
2525
<artifactId>proton-j-parent</artifactId>
26-
<version>0.35.0-SNAPSHOT</version>
26+
<version>0.35.0</version>
2727
</parent>
2828

2929
<artifactId>proton-tests</artifactId>

0 commit comments

Comments
 (0)