Skip to content

Commit

Permalink
[artifactory-release] Release version 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Continuous Integration Server committed Dec 15, 2016
1 parent 3bdef58 commit 7b84fbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maven-example/multi1/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jfrog.test</groupId>
<artifactId>multi</artifactId>
<version>6.9-SNAPSHOT</version>
<version>6.9</version>
</parent>

<artifactId>multi1</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-example/multi2/pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.jfrog.test</groupId>
<artifactId>multi</artifactId>
<version>6.9-SNAPSHOT</version>
<version>6.9</version>
</parent>

<properties>
<daversion>${project.parent.version}</daversion>
</properties>

<artifactId>multi2</artifactId>
<version>6.9-SNAPSHOT</version>
<version>6.9</version>
<packaging>jar</packaging>
<name>Multi 2</name>

Expand Down
2 changes: 1 addition & 1 deletion maven-example/multi3/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jfrog.test</groupId>
<artifactId>multi</artifactId>
<version>6.9-SNAPSHOT</version>
<version>6.9</version>
</parent>

<artifactId>multi3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-example/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jfrog.test</groupId>
<artifactId>multi</artifactId>
<version>6.9-SNAPSHOT</version>
<version>6.9</version>
<packaging>pom</packaging>
<name>Simple Multi Modules Build</name>

Expand Down

0 comments on commit 7b84fbf

Please sign in to comment.