Skip to content

Commit

Permalink
branch admin -prepare release jolt-0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jan 4, 2016
1 parent 61bd118 commit 3f68be2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jolt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<packaging>pom</packaging>

<name>Jolt Parent</name>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/bazaarvoice/jolt</url>
<connection>scm:git:[email protected]:bazaarvoice/jolt.git</connection>
<developerConnection>scm:git:[email protected]:bazaarvoice/jolt.git</developerConnection>
<tag>jolt-0.0.19-SNAPSHOT</tag>
<tag>jolt-0.0.19</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.19-SNAPSHOT</version>
<version>0.0.19</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<url>https://github.com/bazaarvoice/jolt</url>
<connection>scm:git:[email protected]:bazaarvoice/jolt.git</connection>
<developerConnection>scm:git:[email protected]:bazaarvoice/jolt.git</developerConnection>
<tag>jolt-0.0.19-SNAPSHOT</tag>
<tag>jolt-0.0.19</tag>
</scm>

<modules>
Expand Down

0 comments on commit 3f68be2

Please sign in to comment.