Skip to content

Commit 05c85a6

Browse files
committed
[artifactory-release] Release version 3.7
1 parent 07dc7f9 commit 05c85a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

maven-example/multi1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jfrog.test</groupId>
66
<artifactId>multi</artifactId>
7-
<version>3.7-SNAPSHOT</version>
7+
<version>3.7</version>
88
</parent>
99

1010
<artifactId>multi1</artifactId>

maven-example/multi2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>org.jfrog.test</groupId>
66
<artifactId>multi</artifactId>
7-
<version>3.7-SNAPSHOT</version>
7+
<version>3.7</version>
88
</parent>
99

1010
<properties>
1111
<daversion>${project.parent.version}</daversion>
1212
</properties>
1313

1414
<artifactId>multi2</artifactId>
15-
<version>3.7-SNAPSHOT</version>
15+
<version>3.7</version>
1616
<packaging>jar</packaging>
1717
<name>Multi 2</name>
1818

maven-example/multi3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jfrog.test</groupId>
66
<artifactId>multi</artifactId>
7-
<version>3.7-SNAPSHOT</version>
7+
<version>3.7</version>
88
</parent>
99

1010
<artifactId>multi3</artifactId>

maven-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.jfrog.test</groupId>
55
<artifactId>multi</artifactId>
6-
<version>3.7-SNAPSHOT</version>
6+
<version>3.7</version>
77
<packaging>pom</packaging>
88
<name>Simple Multi Modules Build</name>
99

0 commit comments

Comments
 (0)