Skip to content

Commit

Permalink
branch admin -prepare release jolt-0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Sep 5, 2013
1 parent 8f4ef2d commit 081a609
Show file tree
Hide file tree
Showing 7 changed files with 8 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.10-SNAPSHOT</version>
<version>0.0.10</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions complete/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 081a609

Please sign in to comment.