Skip to content

Commit 1cc774e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0354ab2 commit 1cc774e

307 files changed

Lines changed: 486 additions & 486 deletions

File tree

Some content is hidden

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

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.cxf</groupId>
2222
<artifactId>cxf</artifactId>
23-
<version>3.6.8</version>
23+
<version>3.6.9-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>cxf-bom</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.cxf</groupId>
2929
<artifactId>cxf-parent</artifactId>
30-
<version>3.6.8</version>
30+
<version>3.6.9-SNAPSHOT</version>
3131
<relativePath>../parent/pom.xml</relativePath>
3232
</parent>
3333
<properties>

distribution/javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.cxf</groupId>
2929
<artifactId>cxf-parent</artifactId>
30-
<version>3.6.8</version>
30+
<version>3.6.9-SNAPSHOT</version>
3131
<relativePath>../../parent</relativePath>
3232
</parent>
3333
<properties>

distribution/manifest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.cxf</groupId>
2929
<artifactId>cxf-parent</artifactId>
30-
<version>3.6.8</version>
30+
<version>3.6.9-SNAPSHOT</version>
3131
<relativePath>../../parent</relativePath>
3232
</parent>
3333
<properties>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.cxf</groupId>
2929
<artifactId>cxf-parent</artifactId>
30-
<version>3.6.8</version>
30+
<version>3.6.9-SNAPSHOT</version>
3131
<relativePath>../parent</relativePath>
3232
</parent>
3333
<properties>

distribution/src/main/release/samples/aegis/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cxf.samples</groupId>
2727
<artifactId>cxf-samples</artifactId>
28-
<version>3.6.8</version>
28+
<version>3.6.9-SNAPSHOT</version>
2929
</parent>
3030
<properties>
3131
<cxf.version>${project.version}</cxf.version>
@@ -88,24 +88,24 @@
8888
<dependency>
8989
<groupId>org.apache.cxf</groupId>
9090
<artifactId>cxf-rt-frontend-jaxws</artifactId>
91-
<version>3.6.8</version>
91+
<version>3.6.9-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.cxf</groupId>
9595
<artifactId>cxf-rt-databinding-aegis</artifactId>
96-
<version>3.6.8</version>
96+
<version>3.6.9-SNAPSHOT</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.cxf</groupId>
100100
<artifactId>cxf-rt-transports-http</artifactId>
101-
<version>3.6.8</version>
101+
<version>3.6.9-SNAPSHOT</version>
102102
</dependency>
103103
<!-- The server example in here launches the embedded jetty. Not needed
104104
if you deploy a WAR. -->
105105
<dependency>
106106
<groupId>org.apache.cxf</groupId>
107107
<artifactId>cxf-rt-transports-http-jetty</artifactId>
108-
<version>3.6.8</version>
108+
<version>3.6.9-SNAPSHOT</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>junit</groupId>

distribution/src/main/release/samples/aegis_standalone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cxf.samples</groupId>
2727
<artifactId>cxf-samples</artifactId>
28-
<version>3.6.8</version>
28+
<version>3.6.9-SNAPSHOT</version>
2929
</parent>
3030
<properties>
3131
<cxf.version>${project.version}</cxf.version>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.cxf</groupId>
9090
<artifactId>cxf-rt-databinding-aegis</artifactId>
91-
<version>3.6.8</version>
91+
<version>3.6.9-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>net.java.dev.stax-utils</groupId>

distribution/src/main/release/samples/callback/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cxf.samples</groupId>
2727
<artifactId>cxf-samples</artifactId>
28-
<version>3.6.8</version>
28+
<version>3.6.9-SNAPSHOT</version>
2929
</parent>
3030
<properties>
3131
<cxf.version>${project.version}</cxf.version>
@@ -117,17 +117,17 @@
117117
<dependency>
118118
<groupId>org.apache.cxf</groupId>
119119
<artifactId>cxf-rt-frontend-jaxws</artifactId>
120-
<version>3.6.8</version>
120+
<version>3.6.9-SNAPSHOT</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.apache.cxf</groupId>
124124
<artifactId>cxf-rt-transports-http</artifactId>
125-
<version>3.6.8</version>
125+
<version>3.6.9-SNAPSHOT</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.apache.cxf</groupId>
129129
<artifactId>cxf-rt-transports-http-jetty</artifactId>
130-
<version>3.6.8</version>
130+
<version>3.6.9-SNAPSHOT</version>
131131
</dependency>
132132
</dependencies>
133133
</project>

distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.cxf.samples</groupId>
2828
<artifactId>cxf-samples</artifactId>
29-
<version>3.6.8</version>
29+
<version>3.6.9-SNAPSHOT</version>
3030
<relativePath>../..</relativePath>
3131
</parent>
3232

@@ -59,19 +59,19 @@ under the License.
5959
<dependency>
6060
<groupId>org.apache.cxf</groupId>
6161
<artifactId>cxf-rt-rs-client</artifactId>
62-
<version>3.6.8</version>
62+
<version>3.6.9-SNAPSHOT</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.cxf.samples</groupId>
6767
<artifactId>failover_server</artifactId>
68-
<version>3.6.8</version>
68+
<version>3.6.9-SNAPSHOT</version>
6969
<scope>provided</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.cxf</groupId>
7373
<artifactId>cxf-rt-features-clustering</artifactId>
74-
<version>3.6.8</version>
74+
<version>3.6.9-SNAPSHOT</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
<dependency>

distribution/src/main/release/samples/clustering/failover_server/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.cxf.samples</groupId>
2828
<artifactId>cxf-samples</artifactId>
29-
<version>3.6.8</version>
29+
<version>3.6.9-SNAPSHOT</version>
3030
<relativePath>../..</relativePath>
3131
</parent>
3232

@@ -58,22 +58,22 @@ under the License.
5858
<dependency>
5959
<groupId>org.apache.cxf</groupId>
6060
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
61-
<version>3.6.8</version>
61+
<version>3.6.9-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.cxf</groupId>
6565
<artifactId>cxf-rt-frontend-jaxws</artifactId>
66-
<version>3.6.8</version>
66+
<version>3.6.9-SNAPSHOT</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.cxf</groupId>
7070
<artifactId>cxf-rt-transports-http</artifactId>
71-
<version>3.6.8</version>
71+
<version>3.6.9-SNAPSHOT</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.cxf</groupId>
7575
<artifactId>cxf-rt-transports-http-jetty</artifactId>
76-
<version>3.6.8</version>
76+
<version>3.6.9-SNAPSHOT</version>
7777
</dependency>
7878
</dependencies>
7979
</project>

0 commit comments

Comments
 (0)