Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit c704aa6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ff723f8 commit c704aa6

File tree

42 files changed

+84
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+84
-88
lines changed

bom/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<artifactId>grizzly-bom</artifactId>
5656
<packaging>pom</packaging>
5757
<name>grizzly-bom</name>
58-
<version>2.4.3.1</version>
58+
<version>2.4.4-SNAPSHOT</version>
5959

6060
<description>Grizzly Bill of Materials (BOM)</description>
6161

@@ -245,8 +245,4 @@
245245
</dependency>
246246
</dependencies>
247247
</dependencyManagement>
248-
249-
<scm>
250-
<tag>2_4_3_1</tag>
251-
</scm>
252248
</project>

extras/bundles/grizzly-httpservice-bundle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<parent>
4545
<groupId>org.glassfish.grizzly</groupId>
4646
<artifactId>grizzly-project</artifactId>
47-
<version>2.4.3.1</version>
47+
<version>2.4.4-SNAPSHOT</version>
4848
<relativePath>../../../pom.xml</relativePath>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151
<packaging>jar</packaging>
5252
<name>Grizzly OSGi HttpService Bundle</name>
53-
<version>2.4.3.1</version>
53+
<version>2.4.4-SNAPSHOT</version>
5454
<groupId>org.glassfish.grizzly.osgi</groupId>
5555
<artifactId>grizzly-httpservice-bundle</artifactId>
5656
<build>

extras/bundles/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-extra-bundles</artifactId>
5353
<packaging>pom</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-extra-bundles</name>
5656

5757
<modules>

extras/connection-pool/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>connection-pool</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>connection-pool</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

extras/grizzly-httpservice/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
<parent>
4545
<groupId>org.glassfish.grizzly</groupId>
4646
<artifactId>grizzly-project</artifactId>
47-
<version>2.4.3.1</version>
47+
<version>2.4.4-SNAPSHOT</version>
4848
<relativePath>../../pom.xml</relativePath>
4949
</parent>
5050

5151
<modelVersion>4.0.0</modelVersion>
5252
<packaging>jar</packaging>
5353
<name>Grizzly OSGi HttpService</name>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<groupId>org.glassfish.grizzly.osgi</groupId>
5656
<artifactId>grizzly-httpservice</artifactId>
5757
<dependencies>

extras/http-server-jaxws/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-server-jaxws</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-server-jaxws</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

extras/http-server-multipart/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-server-multipart</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-server-multipart</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

extras/http-servlet-extras/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-servlet-extras</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-servlet-extras</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

extras/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-extras</artifactId>
5353
<packaging>pom</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-extras</name>
5656
<profiles>
5757
<profile>

extras/tls-sni/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>tls-sni</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>tls-sni</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/comet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-comet-server</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-comet-server</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-core</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-core</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/http-all/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-all</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-all</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/http-servlet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-servlet-server</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-servlet-server</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/http/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-server-core</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-server-core</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/bundles/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-bundles</artifactId>
5353
<packaging>pom</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-bundles</name>
5656

5757
<modules>

modules/bundles/websockets/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-websockets-server</artifactId>
5353
<packaging>jar</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-websockets-server</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/comet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-comet</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-comet</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/grizzly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-framework</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-framework</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/http-ajp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-ajp</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-ajp</name>
5656
<url>http://grizzly.java.net</url>
5757
<build>

modules/http-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-server</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-server</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/http-servlet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http-servlet</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http-servlet</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/http/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http</artifactId>
5353
<packaging>bundle</packaging>
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

modules/http2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>org.glassfish.grizzly</groupId>
4747
<artifactId>grizzly-project</artifactId>
48-
<version>2.4.3.1</version>
48+
<version>2.4.4-SNAPSHOT</version>
4949
<relativePath>../../pom.xml</relativePath>
5050
</parent>
5151
<modelVersion>4.0.0</modelVersion>
5252
<artifactId>grizzly-http2</artifactId>
5353
<!--<packaging>bundle</packaging>-->
54-
<version>2.4.3.1</version>
54+
<version>2.4.4-SNAPSHOT</version>
5555
<name>grizzly-http2</name>
5656
<build>
5757
<defaultGoal>install</defaultGoal>

0 commit comments

Comments
 (0)