Skip to content

Commit

Permalink
Merge branch 'TPA-1050' into 'master'
Browse files Browse the repository at this point in the history
Remove ${revision} variable for now

See merge request kount/third_party/kount-ris-java-sdk!34
  • Loading branch information
dharp-kount committed Dec 17, 2021
2 parents 21b562c + e97225b commit 7d9460d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>${revision}</version>
<version>7.3.10</version>
</parent>

<artifactId>kount-ris-sdk</artifactId>
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>${revision}</version>
<version>7.3.10</version>
<packaging>pom</packaging>

<name>Kount Java SDK</name>
Expand All @@ -28,8 +28,6 @@
</modules>

<properties>
<revision>7.3.9</revision>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
Expand Down
2 changes: 1 addition & 1 deletion sdk-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>${revision}</version>
<version>7.3.10</version>
</parent>

<artifactId>sdk-integration-tests</artifactId>
Expand Down

0 comments on commit 7d9460d

Please sign in to comment.