Skip to content

Commit

Permalink
Next is 1.3.0.Beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Aug 13, 2015
1 parent 233094c commit a8bf980
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow Core</name>

Expand Down
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>
<artifactId>undertow-coverage-report</artifactId>
<name>Undertow Test Coverage Report</name>
Expand Down
4 changes: 2 additions & 2 deletions dist/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-dist</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow: Distribution</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-examples</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow Examples</name>

Expand Down
4 changes: 2 additions & 2 deletions http2-test-suite/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-http2-test-suite</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow HTTP2 test suite</name>

Expand Down
4 changes: 2 additions & 2 deletions parser-generator/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-parser-generator</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow Parser Generator</name>
<description>An annotation processor that is used to generate the HTTP parser</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow</name>
<description>Undertow</description>
Expand Down
4 changes: 2 additions & 2 deletions servlet/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow Servlet</name>

Expand Down
4 changes: 2 additions & 2 deletions websockets-jsr/pom.xml
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.undertow</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>
</parent>

<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>1.3.0.Beta7</version>
<version>1.3.0.Beta8-SNAPSHOT</version>

<name>Undertow WebSockets JSR356 implementations</name>

Expand Down

0 comments on commit a8bf980

Please sign in to comment.