Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed May 5, 2023
1 parent 29578ea commit 03326f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>community.solace.spring.integration</groupId>
<artifactId>solace-spring-integration-leader</artifactId>
<version>1.1.6</version>
<version>1.2.0</version>

<name>Solace Spring Integration Leader</name>
<description>This project allows for Spring Integration Leader Election using Solace Exclusive Queues</description>
Expand All @@ -18,14 +18,15 @@
<build.timestamp>${maven.build.timestamp}</build.timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>

<java.version>17</java.version>

<aspectj.version>1.9.19</aspectj.version>
<solace.jcsmp.version>10.19.0</solace.jcsmp.version>
<spring.boot.version>2.7.11</spring.boot.version>
<solace.spring.boot.version>1.3.0</solace.spring.boot.version>

<dependency-check-maven.version>7.0.4</dependency-check-maven.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<licenses>
Expand Down

0 comments on commit 03326f1

Please sign in to comment.