Skip to content

Commit

Permalink
Patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Apr 16, 2012
1 parent d55b0c1 commit 8ab13dc
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion hudson-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>hudson</artifactId>
<groupId>org.jvnet.hudson.main</groupId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>
<artifactId>hudson-cli</artifactId>
<name>Hudson :: CLI</name>
Expand Down
2 changes: 1 addition & 1 deletion hudson-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-inject</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jvnet.hudson</groupId>
<artifactId>hudson-parent</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<packaging>pom</packaging>

<name>Hudson Parent</name>
Expand Down
10 changes: 5 additions & 5 deletions hudson-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson</groupId>
<artifactId>hudson-parent</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<relativePath>../hudson-parent/pom.xml</relativePath>
</parent>

<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>hudson-plugin-parent</artifactId>
<name>Hudson :: Plugin Parent POM</name>
<version>2.2.0 </version>
<version>2.2.0-escapebydefault</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -44,9 +44,9 @@ THE SOFTWARE.

<rest-plugin.version>2.1.2</rest-plugin.version>
<maven-plugin.version>2.2.0</maven-plugin.version>
<hudson-war.version>2.2.0</hudson-war.version>
<hudson-core.version>2.2.0</hudson-core.version>
<hudson-test-framework.version>2.2.0</hudson-test-framework.version>
<hudson-war.version>2.2.0-escapebydefault</hudson-war.version>
<hudson-core.version>2.2.0-escapebydefault</hudson-core.version>
<hudson-test-framework.version>2.2.0-escapebydefault</hudson-test-framework.version>
<servlet-api.version>2.4</servlet-api.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion hudson-plugin-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-plugin-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-remoting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-remoting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hudson-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-test-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
</parent>

<artifactId>hudson-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudson-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson</groupId>
<artifactId>hudson-parent</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<relativePath>hudson-parent/pom.xml</relativePath>
</parent>

<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson</artifactId>
<version>2.2.0</version>
<version>2.2.0-escapebydefault</version>
<packaging>pom</packaging>

<name>Hudson</name>
Expand Down

0 comments on commit 8ab13dc

Please sign in to comment.