Skip to content

Commit

Permalink
[artifactory-release] Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsrhodes committed Apr 18, 2016
1 parent fccc2de commit d1711e3
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jfrog.test</groupId>
<artifactId>multi</artifactId>
<version>3.8</version>
<version>3.8-SNAPSHOT</version>
</parent>

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

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

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

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

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

Expand Down

0 comments on commit d1711e3

Please sign in to comment.