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

Commit 2c6ca75

Browse files
authored
Release 1.2.0 (#39)
1 parent 505c9dc commit 2c6ca75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.vmware.test-operations</groupId>
55
<artifactId>test-operations-parent</artifactId>
6-
<version>1.2.0-SNAPSHOT</version>
6+
<version>1.2.0</version>
77

88
<packaging>pom</packaging>
99

test-operations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vmware.test-operations</groupId>
66
<artifactId>test-operations-parent</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>test-operations</artifactId>
1010
<!--

test-utilities/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vmware.test-operations</groupId>
66
<artifactId>test-operations-parent</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>test-utilities</artifactId>
1010

0 commit comments

Comments
 (0)