Skip to content

Commit

Permalink
branch admin -prepare release jolt-0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvbuild committed Jun 21, 2013
1 parent 0dcb329 commit 678e09a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jolt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>jolt-core</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.6</version>
<name>Jolt Core</name>
<packaging>jar</packaging>

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

<artifactId>json-utils</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.6</version>
<name>Jolt Json Utils</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion 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.6-SNAPSHOT</version>
<version>0.0.6</version>
<packaging>pom</packaging>

<name>Jolt Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.6-SNAPSHOT</version>
<version>0.0.6</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 678e09a

Please sign in to comment.