Skip to content

Commit

Permalink
Merge pull request #5 from axonivy-market/new-release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ivy-fhe authored Oct 26, 2023
2 parents 171f155 + 102f708 commit 1a7a560
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>threema-connector</name>
<artifactId>threema-connector-modules</artifactId>
<version>10.0.1-SNAPSHOT</version><!-- identicate your minimal compliant
<version>10.0.2-SNAPSHOT</version><!-- identicate your minimal compliant
ivy version with the first 2 digits -->
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion threema-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.threema</groupId>
<artifactId>threema-connector-demo</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion threema-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.threema</groupId>
<artifactId>threema-connector-product</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion threema-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.threema</groupId>
<artifactId>threema-connector-test</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion threema-connector-webtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.threema</groupId>
<artifactId>threema-connector-webtest</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<dependencies>
<dependency>
Expand Down
15 changes: 6 additions & 9 deletions threema-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.threema</groupId>
<artifactId>threema-connector</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>iar</packaging>

<build>
Expand All @@ -27,15 +27,12 @@
</goals>
<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"/>
<unzip src="${project.basedir}/lib/threema-msgapi-tool.zip"
dest="${project.basedir}/lib"
overwrite="false">
<patternset includes="threema-msgapi-tool.jar"/>
<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" />
<unzip src="${project.basedir}/lib/threema-msgapi-tool.zip" dest="${project.basedir}/lib" overwrite="false">
<patternset includes="threema-msgapi-tool.jar" />
</unzip>
<delete file="${project.basedir}/lib/threema-msgapi-tool.zip"/>
<delete file="${project.basedir}/lib/threema-msgapi-tool.zip" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 1a7a560

Please sign in to comment.