Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 0ed0ca0

Browse files
authored
Update pom.xml
1 parent 2841425 commit 0ed0ca0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure</groupId>
44
<artifactId>compute-java-list-vm-images</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<version>1.0.0-beta2</version>
66
<name>ListVirtualMachineImages</name>
77
<description></description>
88
<url>https://github.com/Azure/compute-java-list-vm-images</url>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0-beta2</version>
1414
</dependency>
1515
</dependencies>
1616
<build>
@@ -63,4 +63,4 @@
6363
</plugin>
6464
</plugins>
6565
</build>
66-
</project>
66+
</project>

0 commit comments

Comments
 (0)