Skip to content

Commit 4a1f6db

Browse files
committed
[1.0] Bump up versions to 1.0
1 parent 5a1aeb6 commit 4a1f6db

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

azure-client-authentication/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.0.0-rc-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>azure-client-authentication</artifactId>
1616
<packaging>jar</packaging>
17-
<version>1.0.0-beta6-SNAPSHOT</version>
17+
<version>1.0.0-beta6</version>
1818

1919
<name>Azure Java Client Authentication Library for AutoRest</name>
2020
<description>This package contains the authentication connectors to Active Directory for JDK.</description>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.microsoft.azure</groupId>
5252
<artifactId>azure-client-runtime</artifactId>
53-
<version>1.0.0-rc-SNAPSHOT</version>
53+
<version>1.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.microsoft.azure</groupId>

azure-client-runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.0.0-rc-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.rest</groupId>
5151
<artifactId>client-runtime</artifactId>
52-
<version>1.0.0-rc-SNAPSHOT</version>
52+
<version>1.0.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

build-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.0.0-rc-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>autorest-build-tools</artifactId>
16-
<version>1.0.0-beta6-SNAPSHOT</version>
16+
<version>1.0.0-beta5</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Build tools for AutoRest client runtime for Java</name>

client-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.0.0-rc-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.0.0-rc-SNAPSHOT</version>
11+
<version>1.0.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>AutoRest Client Runtimes for Java</name>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>com.microsoft.azure</groupId>
139139
<artifactId>autorest-build-tools</artifactId>
140-
<version>1.0.0-beta6-SNAPSHOT</version>
140+
<version>1.0.0-beta5</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)