Skip to content

Commit

Permalink
Merge pull request #13 from axonivy-market/updateSdk
Browse files Browse the repository at this point in the history
fix: adapt to latest sdk 2.1.0
  • Loading branch information
ivy-rew authored May 16, 2024
2 parents 44da69f + e06a334 commit 511eb80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion threema-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions threema-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.axonivy.ivy.test</groupId>
<artifactId>unit-tester</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -36,7 +36,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions threema-connector-webtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -31,7 +31,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions threema-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.14</version>
<version>10.0.16</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand All @@ -28,7 +28,7 @@
<configuration>
<target>
<mkdir dir="${project.basedir}/lib" />
<get src="https://gateway.threema.ch/sdk/threema-msgapi-sdk-java-2.0.1.zip" dest="${project.basedir}/lib/threema-msgapi-tool.zip" />
<get src="https://gateway.threema.ch/sdk/threema-msgapi-sdk-java-2.1.0.zip" dest="${project.basedir}/lib/threema-msgapi-tool.zip" />
<unzip src="${project.basedir}/lib/threema-msgapi-tool.zip" dest="${project.basedir}/lib" overwrite="false">
<patternset includes="threema-msgapi-tool.jar" />
</unzip>
Expand Down

0 comments on commit 511eb80

Please sign in to comment.