Skip to content

Commit 4c92d84

Browse files
author
jenkins
committed
branch admin -prepare release jolt-0.1.6
1 parent 36063d6 commit 4c92d84

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.bazaarvoice.jolt</groupId>
77
<artifactId>jolt-parent</artifactId>
8-
<version>0.1.6-SNAPSHOT</version>
8+
<version>0.1.6</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

complete/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.bazaarvoice.jolt</groupId>
88
<artifactId>jolt-parent</artifactId>
9-
<version>0.1.6-SNAPSHOT</version>
9+
<version>0.1.6</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

guice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.bazaarvoice.jolt</groupId>
77
<artifactId>jolt-parent</artifactId>
8-
<version>0.1.6-SNAPSHOT</version>
8+
<version>0.1.6</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

jolt-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.bazaarvoice.jolt</groupId>
88
<artifactId>jolt-parent</artifactId>
9-
<version>0.1.6-SNAPSHOT</version>
9+
<version>0.1.6</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

json-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.bazaarvoice.jolt</groupId>
88
<artifactId>jolt-parent</artifactId>
9-
<version>0.1.6-SNAPSHOT</version>
9+
<version>0.1.6</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.bazaarvoice.jolt</groupId>
1414
<artifactId>jolt-parent</artifactId>
15-
<version>0.1.6-SNAPSHOT</version>
15+
<version>0.1.6</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Jolt Parent</name>
@@ -21,7 +21,7 @@
2121
<url>https://github.com/bazaarvoice/jolt</url>
2222
<connection>scm:git:[email protected]:bazaarvoice/jolt.git</connection>
2323
<developerConnection>scm:git:[email protected]:bazaarvoice/jolt.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>jolt-0.1.6</tag>
2525
</scm>
2626

2727
<properties>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.bazaarvoice.jolt</groupId>
66
<artifactId>jolt-parent</artifactId>
7-
<version>0.1.6-SNAPSHOT</version>
7+
<version>0.1.6</version>
88
<relativePath>parent/pom.xml</relativePath>
99
</parent>
1010

@@ -16,7 +16,7 @@
1616
<url>https://github.com/bazaarvoice/jolt</url>
1717
<connection>scm:git:[email protected]:bazaarvoice/jolt.git</connection>
1818
<developerConnection>scm:git:[email protected]:bazaarvoice/jolt.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>jolt-0.1.6</tag>
2020
</scm>
2121

2222
<modules>

0 commit comments

Comments
 (0)