Skip to content

Commit

Permalink
US902082: Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rorytorneymf authored Apr 4, 2024
1 parent 199001a commit 9a81d2f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-rabbitmq</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-message-prioritization-target-capacity-calculators</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions release-notes-2.1.0.md → release-notes-2.0.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
!not-ready-for-release!

#### Version Number
${version-number}

#### New Features
- None

#### Bug Fixes
- **I887031:** Replace use of the TrustEverythingTrustManager with a TrustManager provided by the
Expand All @@ -13,3 +12,4 @@ ${version-number}
- The `worker-message-prioritization-rerouting` library is not included in this release.

#### Known Issues
- None
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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</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.1.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 9a81d2f

Please sign in to comment.