Skip to content

Commit

Permalink
Update POM Version to 2.0.1-226
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Apr 4, 2024
1 parent 9a81d2f commit cb93212
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
<packaging>pom</packaging>

<name>worker-message-prioritization-aggregator</name>
Expand Down Expand Up @@ -150,17 +150,17 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-distribution</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-rabbitmq</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-target-capacity-calculators</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>worker-message-prioritization-aggregator</artifactId>
<groupId>com.github.workerframework</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion worker-message-prioritization-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>worker-message-prioritization-aggregator</artifactId>
<groupId>com.github.workerframework</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion worker-message-prioritization-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>worker-message-prioritization-aggregator</artifactId>
<groupId>com.github.workerframework</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-226</version>
</parent>

<artifactId>worker-message-prioritization-target-capacity-calculators</artifactId>
Expand Down

0 comments on commit cb93212

Please sign in to comment.