Skip to content

Commit

Permalink
chore: start 23.3.0 devel cycle (#148)
Browse files Browse the repository at this point in the history
* change to version 23.3.0
  • Loading branch information
frisonisland authored Feb 1, 2023
1 parent bce3536 commit a78fe7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant-build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</target>

<target name="carbonio-version">
<property name="carbonio.buildinfo.version" value="23.2.0_ZEXTRAS_202302"/>
<property name="carbonio.buildinfo.version" value="23.3.0_ZEXTRAS_202303"/>
<fail
message="Missing build version. Define proper ZCS version like -Dcarbonio.buildinfo.version">
<condition>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
<error_prone_annotations.version>2.3.2</error_prone_annotations.version>
<jersey.version>1.11</jersey.version>
<!-- Maven revision: https://maven.apache.org/maven-ci-friendly.html -->
<revision>23.2.0</revision>
<revision>23.3.0-SNAPSHOT</revision>
</properties>
<version>${revision}</version>
<profiles>
Expand Down

0 comments on commit a78fe7c

Please sign in to comment.