Skip to content

Commit 8f9208c

Browse files
[maven-release-plugin] prepare release rosette-api-java-binding-1.25.0
1 parent dbf867e commit 8f9208c

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.24.2-SNAPSHOT</version>
22+
<version>1.25.0</version>
2323
</parent>
2424
<artifactId>rosette-api-annotations</artifactId>
2525
<name>rosette-api-annotations</name>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.24.2-SNAPSHOT</version>
22+
<version>1.25.0</version>
2323
</parent>
2424
<artifactId>rosette-api</artifactId>
2525
<name>rosette-api</name>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.24.2-SNAPSHOT</version>
22+
<version>1.25.0</version>
2323
</parent>
2424
<artifactId>rosette-api-common</artifactId>
2525
<name>rosette-api-common</name>

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>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.24.2-SNAPSHOT</version>
23+
<version>1.25.0</version>
2424
</parent>
2525
<groupId>com.basistech.rosette</groupId>
2626
<artifactId>rosette-api-examples</artifactId>

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.24.2-SNAPSHOT</version>
23+
<version>1.25.0</version>
2424
</parent>
2525
<artifactId>rosette-api-json</artifactId>
2626
<name>rosette-api-json</name>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.24.2-SNAPSHOT</version>
22+
<version>1.25.0</version>
2323
</parent>
2424
<artifactId>rosette-api-model</artifactId>
2525
<name>rosette-api-model</name>

osgi-itests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.basistech.rosette</groupId>
77
<artifactId>rosette-api-java-binding</artifactId>
8-
<version>1.24.2-SNAPSHOT</version>
8+
<version>1.25.0</version>
99
</parent>
1010
<properties>
1111
<bundle-repo>target/test-bundles</bundle-repo>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.basistech.rosette</groupId>
1616
<artifactId>rosette-api</artifactId>
17-
<version>1.24.2-SNAPSHOT</version>
17+
<version>1.25.0</version>
1818
</dependency>
1919

2020
<!-- The goal of this test is to make sure rosette-api resolves successfully in OSGi with given dependencies. -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.basistech.rosette</groupId>
2020
<artifactId>rosette-api-java-binding</artifactId>
21-
<version>1.24.2-SNAPSHOT</version>
21+
<version>1.25.0</version>
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<connection>scm:git:[email protected]:rosette-api/java.git</connection>
3333
<developerConnection>scm:git:[email protected]:rosette-api/java.git</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>rosette-api-java-binding-1.25.0</tag>
3535
</scm>
3636
<description>This is the Java binding for the Rosette API. The classes in here help Java applications to communicate with the Rosette API.</description>
3737
<distributionManagement>

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.24.2-SNAPSHOT</version>
22+
<version>1.25.0</version>
2323
</parent>
2424
<groupId>com.basistech.rosette</groupId>
2525
<artifactId>rosette-api-release</artifactId>

0 commit comments

Comments
 (0)