Skip to content

Commit

Permalink
Update agrirouter-sdk-java version to 3.2.0
Browse files Browse the repository at this point in the history
Versions of all submodules in the agrirouter-sdk-java project have been updated from 3.1.0 to 3.2.0. This change is reflected in the pom.xml files of the 'convenience', 'impl', 'api', and 'tests' submodules, as well as the main project.
  • Loading branch information
saschadoemer committed Jul 1, 2024
1 parent 9ca448e commit 296ffd0
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.1.0</version>
<version>3.2.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.1.0</version>
<version>3.2.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.1.0</version>
<version>3.2.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.1.0</version>
<version>3.2.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.1.0</version>
<version>3.2.0</version>
<packaging>pom</packaging>

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

0 comments on commit 296ffd0

Please sign in to comment.