Skip to content

Commit 89c8e33

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 625fc26 commit 89c8e33

283 files changed

Lines changed: 694 additions & 694 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>4.1.3</version>
23+
<version>4.1.4-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>4.1.3</version>
30+
<version>4.1.4-SNAPSHOT</version>
3131
<relativePath>../parent/pom.xml</relativePath>
3232
</parent>
3333
<properties>

distribution/javadoc/pom.xml

Lines changed: 23 additions & 23 deletions
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>4.1.3</version>
30+
<version>4.1.4-SNAPSHOT</version>
3131
<relativePath>../../parent</relativePath>
3232
</parent>
3333
<properties>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.cxf</groupId>
4040
<artifactId>cxf-bom</artifactId>
41-
<version>4.1.3</version>
41+
<version>4.1.4-SNAPSHOT</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
@@ -48,107 +48,107 @@
4848
<dependency>
4949
<groupId>org.apache.cxf</groupId>
5050
<artifactId>cxf-core</artifactId>
51-
<version>4.1.3</version>
51+
<version>4.1.4-SNAPSHOT</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.cxf</groupId>
5555
<artifactId>cxf-rt-rs-client</artifactId>
56-
<version>4.1.3</version>
56+
<version>4.1.4-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.cxf</groupId>
6060
<artifactId>cxf-rt-security</artifactId>
61-
<version>4.1.3</version>
61+
<version>4.1.4-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.cxf</groupId>
6565
<artifactId>cxf-rt-rs-security-http-signature</artifactId>
66-
<version>4.1.3</version>
66+
<version>4.1.4-SNAPSHOT</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.cxf</groupId>
7070
<artifactId>cxf-rt-rs-security-jose</artifactId>
71-
<version>4.1.3</version>
71+
<version>4.1.4-SNAPSHOT</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.cxf</groupId>
7575
<artifactId>cxf-rt-rs-security-jose-jaxrs</artifactId>
76-
<version>4.1.3</version>
76+
<version>4.1.4-SNAPSHOT</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.apache.cxf</groupId>
8080
<artifactId>cxf-rt-rs-security-oauth2</artifactId>
81-
<version>4.1.3</version>
81+
<version>4.1.4-SNAPSHOT</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.cxf</groupId>
8585
<artifactId>cxf-rt-rs-security-oauth2-saml</artifactId>
86-
<version>4.1.3</version>
86+
<version>4.1.4-SNAPSHOT</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.apache.cxf</groupId>
9090
<artifactId>cxf-rt-security-saml</artifactId>
91-
<version>4.1.3</version>
91+
<version>4.1.4-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.cxf</groupId>
9595
<artifactId>cxf-rt-rs-service-description</artifactId>
96-
<version>4.1.3</version>
96+
<version>4.1.4-SNAPSHOT</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.cxf</groupId>
100100
<artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
101-
<version>4.1.3</version>
101+
<version>4.1.4-SNAPSHOT</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.cxf</groupId>
105105
<artifactId>cxf-rt-rs-service-description-microprofile-openapi</artifactId>
106-
<version>4.1.3</version>
106+
<version>4.1.4-SNAPSHOT</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.apache.cxf</groupId>
110110
<artifactId>cxf-rt-rs-mp-client</artifactId>
111-
<version>4.1.3</version>
111+
<version>4.1.4-SNAPSHOT</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.apache.cxf</groupId>
115115
<artifactId>cxf-rt-databinding-aegis</artifactId>
116-
<version>4.1.3</version>
116+
<version>4.1.4-SNAPSHOT</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.apache.cxf</groupId>
120120
<artifactId>cxf-rt-databinding-jaxb</artifactId>
121-
<version>4.1.3</version>
121+
<version>4.1.4-SNAPSHOT</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.cxf</groupId>
125125
<artifactId>cxf-rt-rs-extension-providers</artifactId>
126-
<version>4.1.3</version>
126+
<version>4.1.4-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.apache.cxf</groupId>
130130
<artifactId>cxf-rt-rs-extension-reactor</artifactId>
131-
<version>4.1.3</version>
131+
<version>4.1.4-SNAPSHOT</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.apache.cxf</groupId>
135135
<artifactId>cxf-rt-rs-extension-search</artifactId>
136-
<version>4.1.3</version>
136+
<version>4.1.4-SNAPSHOT</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.cxf</groupId>
140140
<artifactId>cxf-rt-features-clustering</artifactId>
141-
<version>4.1.3</version>
141+
<version>4.1.4-SNAPSHOT</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.cxf</groupId>
145145
<artifactId>cxf-rt-ws-transfer</artifactId>
146-
<version>4.1.3</version>
146+
<version>4.1.4-SNAPSHOT</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.apache.cxf</groupId>
150150
<artifactId>cxf-rt-transports-websocket</artifactId>
151-
<version>4.1.3</version>
151+
<version>4.1.4-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)