Skip to content

Commit aa9d8be

Browse files
committed
bump version to 0.14.0
1 parent cd8d5c4 commit aa9d8be

File tree

17 files changed

+17
-16
lines changed

17 files changed

+17
-16
lines changed

ci/release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def bump_java_version(new_version):
195195
"java/fory-extensions",
196196
"java/fory-test-core",
197197
"java/fory-testsuite",
198+
"java/fory-graalvm-feature",
198199
]:
199200
_bump_version(p, "pom.xml", new_version, _update_pom_parent_version)
200201
# mvn versions:set too slow

integration_tests/graalvm_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jdk_compatibility_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jpms_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/latest_jdk_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

java/benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>fory-parent</artifactId>
2828
<groupId>org.apache.fory</groupId>
29-
<version>0.14.0-SNAPSHOT</version>
29+
<version>0.14.0</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

java/fory-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fory-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fory-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fory-graalvm-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fory-parent</artifactId>
2727
<groupId>org.apache.fory</groupId>
28-
<version>0.14.0-SNAPSHOT</version>
28+
<version>0.14.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)