Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
branch admin -prepare for next development iteration
  • Loading branch information
jenkins committed May 1, 2018
1 parent 264ce1f commit 7812399
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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion complete/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jolt-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json-utils/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -12,7 +12,7 @@

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

<name>Jolt Parent</name>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/bazaarvoice/jolt</url>
<connection>scm:git:git@github.com:bazaarvoice/jolt.git</connection>
<developerConnection>scm:git:git@github.com:bazaarvoice/jolt.git</developerConnection>
<tag>jolt-0.1.1</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<url>https://github.com/bazaarvoice/jolt</url>
<connection>scm:git:git@github.com:bazaarvoice/jolt.git</connection>
<developerConnection>scm:git:git@github.com:bazaarvoice/jolt.git</developerConnection>
<tag>jolt-0.1.1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 7812399

Please sign in to comment.