Skip to content

Commit

Permalink
Update SDK version to 3.3.0 (#225)
Browse files Browse the repository at this point in the history
Bump parent POM version from 3.2.2 to 3.3.0 across all modules. This ensures consistency and incorporates the latest changes in the SDK dependencies and features.
  • Loading branch information
saschadoemer authored Dec 18, 2024
1 parent 11f0b31 commit 4bc62e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agrirouter-sdk-java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.agrirouter.api</groupId>
<artifactId>agrirouter-sdk-java</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</parent>
<name>AGRIROUTER SDK JAVA - API</name>
<artifactId>agrirouter-sdk-java-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agrirouter-sdk-java-convenience/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.agrirouter.api</groupId>
<artifactId>agrirouter-sdk-java</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</parent>
<name>AGRIROUTER SDK JAVA - CONVENIENCE</name>
<artifactId>agrirouter-sdk-java-convenience</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agrirouter-sdk-java-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.agrirouter.api</groupId>
<artifactId>agrirouter-sdk-java</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</parent>
<name>AGRIROUTER SDK JAVA - IMPL</name>
<artifactId>agrirouter-sdk-java-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agrirouter-sdk-java-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>agrirouter-sdk-java</artifactId>
<groupId>com.agrirouter.api</groupId>
<version>3.2.2</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>AGRIROUTER SDK JAVA - TESTS</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.agrirouter.api</groupId>
<artifactId>agrirouter-sdk-java</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<packaging>pom</packaging>

<name>AGRIROUTER SDK JAVA</name>
Expand Down

0 comments on commit 4bc62e8

Please sign in to comment.