Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 99edf8d

Browse files
waltercacauthaidn
authored andcommitted
Set version numbers to 1.0.0
Change-Id: I55111700f38679313315b3471c4e553c6107ffd2 ORIGINAL_AUTHOR=Walter Cacau <[email protected]> GitOrigin-RevId: 4ec099722a4e3e9ea80931241100eda4017b3db0
1 parent 604d4cc commit 99edf8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

maven/android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.google.crypto.tink</groupId>
1212
<artifactId>parentpom</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</parent>
1515
<artifactId>tink-android</artifactId>
1616
<packaging>jar</packaging>

maven/apps/paymentmethodtoken/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.google.crypto.tink</groupId>
1212
<artifactId>parentpom</artifactId>
1313
<relativePath>../../</relativePath>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616
<artifactId>apps-paymentmethodtoken</artifactId>
1717
<packaging>jar</packaging>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.google.crypto.tink</groupId>
2828
<artifactId>tink</artifactId>
29-
<version>1.0.0-SNAPSHOT</version>
29+
<version>1.0.0</version>
3030
</dependency>
3131

3232
<dependency>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.google.crypto.tink</groupId>
88
<artifactId>parentpom</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Parent pom.xml</name>

maven/tink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.google.crypto.tink</groupId>
1212
<artifactId>parentpom</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</parent>
1515
<artifactId>tink</artifactId>
1616
<packaging>jar</packaging>

0 commit comments

Comments
 (0)