Skip to content

Commit

Permalink
chore(release): updated release version to 1020.135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Oct 11, 2024
1 parent 2da1a54 commit 9ad7d2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hello-world-microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<revision>1020.135.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist></changelist>
<c8y.version>${revision}${changelist}</c8y.version>
<main.class>c8y.example.helloworld.HelloWorldMain</main.class>

Expand Down
2 changes: 1 addition & 1 deletion java-agent/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion microservices/iptracker-microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<revision>1020.135.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist></changelist>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<revision>1020.135.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist></changelist>
<c8y.version>${project.version}</c8y.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
Expand Down

0 comments on commit 9ad7d2e

Please sign in to comment.