Skip to content

Commit

Permalink
branch admin -prepare release jolt-0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 2, 2013
1 parent 33e2067 commit ce99b8c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions tools/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.7-SNAPSHOT</version>
<version>0.0.7</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -61,7 +61,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.bazaarvoice.jolt.DiffyTool</mainClass>
</transformer>
Expand Down

0 comments on commit ce99b8c

Please sign in to comment.