Skip to content

Commit 3e18edb

Browse files
committed
[release] Bump up version to 1.0.0-beta4
1 parent 9c2967f commit 3e18edb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

azure-client-authentication/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-beta4-SNAPSHOT</version>
11+
<version>1.0.0-beta4</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
5151
<artifactId>azure-client-runtime</artifactId>
52-
<version>1.0.0-beta4-SNAPSHOT</version>
52+
<version>1.0.0-beta4</version>
5353
</dependency>
5454
<dependency>
5555
<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-beta4-SNAPSHOT</version>
11+
<version>1.0.0-beta4</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-beta4-SNAPSHOT</version>
52+
<version>1.0.0-beta4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

build-tools/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-beta4-SNAPSHOT</version>
11+
<version>1.0.0-beta4</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

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-beta4-SNAPSHOT</version>
11+
<version>1.0.0-beta4</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-beta4-SNAPSHOT</version>
11+
<version>1.0.0-beta4</version>
1212
<packaging>pom</packaging>
1313

1414
<name>AutoRest Client Runtimes for Java</name>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>com.microsoft.azure</groupId>
134134
<artifactId>autorest-build-tools</artifactId>
135-
<version>1.0.0-beta4-SNAPSHOT</version>
135+
<version>1.0.0-beta4</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)