Skip to content

Commit

Permalink
chore(release): updated development version to 2025.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Mar 7, 2025
1 parent 33c4aec commit 2e340ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions hello-world-microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<version>${revision}${changelist}</version>

<properties>
<revision>2025.21.0</revision>
<changelist></changelist>
<revision>2025.22.0</revision>
<changelist>-SNAPSHOT</changelist>

<java.version>17</java.version>
<microservice.java.version>${java.version}</microservice.java.version>
Expand Down
4 changes: 2 additions & 2 deletions java-agent/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<description>Base assembly package for all environments</description>

<properties>
<revision>2025.21.0</revision>
<changelist></changelist>
<revision>2025.22.0</revision>
<changelist>-SNAPSHOT</changelist>
<nexus.port>443</nexus.port>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions microservices/iptracker-microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<url>http://maven.apache.org</url>

<properties>
<revision>2025.21.0</revision>
<changelist></changelist>
<revision>2025.22.0</revision>
<changelist>-SNAPSHOT</changelist>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<packaging>pom</packaging>

<properties>
<revision>2025.21.0</revision>
<changelist></changelist>
<revision>2025.22.0</revision>
<changelist>-SNAPSHOT</changelist>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
Expand Down

0 comments on commit 2e340ef

Please sign in to comment.