Skip to content

Commit 65c7732

Browse files
committed
NIFI-14503 Updated version to 2.4.0
1 parent 40bb150 commit 65c7732

File tree

663 files changed

+2439
-2439
lines changed

Some content is hidden

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

663 files changed

+2439
-2439
lines changed

c2/c2-client-bundle/c2-client-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2-client-bundle</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-client-api</artifactId>
@@ -31,7 +31,7 @@ limitations under the License.
3131
<dependency>
3232
<groupId>org.apache.nifi</groupId>
3333
<artifactId>c2-protocol-api</artifactId>
34-
<version>2.4.0-SNAPSHOT</version>
34+
<version>2.4.0</version>
3535
</dependency>
3636
</dependencies>
3737
</project>

c2/c2-client-bundle/c2-client-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2-client-bundle</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-client-base</artifactId>
@@ -35,7 +35,7 @@ limitations under the License.
3535
<dependency>
3636
<groupId>org.apache.nifi</groupId>
3737
<artifactId>c2-protocol-api</artifactId>
38-
<version>2.4.0-SNAPSHOT</version>
38+
<version>2.4.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.commons</groupId>

c2/c2-client-bundle/c2-client-http/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2-client-bundle</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-client-http</artifactId>
@@ -35,22 +35,22 @@ limitations under the License.
3535
<dependency>
3636
<groupId>org.apache.nifi</groupId>
3737
<artifactId>c2-client-api</artifactId>
38-
<version>2.4.0-SNAPSHOT</version>
38+
<version>2.4.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.nifi</groupId>
4242
<artifactId>c2-client-base</artifactId>
43-
<version>2.4.0-SNAPSHOT</version>
43+
<version>2.4.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.nifi</groupId>
4747
<artifactId>nifi-security-ssl</artifactId>
48-
<version>2.4.0-SNAPSHOT</version>
48+
<version>2.4.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.nifi</groupId>
5252
<artifactId>c2-protocol-api</artifactId>
53-
<version>2.4.0-SNAPSHOT</version>
53+
<version>2.4.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.squareup.okio</groupId>

c2/c2-client-bundle/c2-client-service/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2-client-bundle</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-client-service</artifactId>
@@ -35,22 +35,22 @@ limitations under the License.
3535
<dependency>
3636
<groupId>org.apache.nifi</groupId>
3737
<artifactId>c2-client-api</artifactId>
38-
<version>2.4.0-SNAPSHOT</version>
38+
<version>2.4.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.nifi</groupId>
4242
<artifactId>c2-client-base</artifactId>
43-
<version>2.4.0-SNAPSHOT</version>
43+
<version>2.4.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.nifi</groupId>
4747
<artifactId>c2-protocol-component-api</artifactId>
48-
<version>2.4.0-SNAPSHOT</version>
48+
<version>2.4.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.nifi</groupId>
5252
<artifactId>c2-protocol-api</artifactId>
53-
<version>2.4.0-SNAPSHOT</version>
53+
<version>2.4.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>commons-io</groupId>

c2/c2-client-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-client-bundle</artifactId>

c2/c2-protocol/c2-protocol-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2-protocol</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-protocol-api</artifactId>
@@ -31,7 +31,7 @@ limitations under the License.
3131
<dependency>
3232
<groupId>org.apache.nifi</groupId>
3333
<artifactId>c2-protocol-component-api</artifactId>
34-
<version>2.4.0-SNAPSHOT</version>
34+
<version>2.4.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.swagger.core.v3</groupId>

c2/c2-protocol/c2-protocol-component-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<artifactId>c2-protocol</artifactId>
2121
<groupId>org.apache.nifi</groupId>
22-
<version>2.4.0-SNAPSHOT</version>
22+
<version>2.4.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

c2/c2-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>c2</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2-protocol</artifactId>

c2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>nifi</artifactId>
2323
<groupId>org.apache.nifi</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>c2</artifactId>

minifi/minifi-assembly/pom.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.nifi.minifi</groupId>
2222
<artifactId>minifi-bom</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../minifi-bom</relativePath>
2525
</parent>
2626
<artifactId>minifi-assembly</artifactId>
@@ -97,7 +97,7 @@ limitations under the License.
9797
<dependency>
9898
<groupId>org.apache.nifi.minifi</groupId>
9999
<artifactId>minifi-docs</artifactId>
100-
<version>2.4.0-SNAPSHOT</version>
100+
<version>2.4.0</version>
101101
<classifier>resources</classifier>
102102
<scope>runtime</scope>
103103
<type>zip</type>
@@ -107,15 +107,15 @@ limitations under the License.
107107
<dependency>
108108
<groupId>org.apache.nifi.minifi</groupId>
109109
<artifactId>minifi-resources</artifactId>
110-
<version>2.4.0-SNAPSHOT</version>
110+
<version>2.4.0</version>
111111
<classifier>resources</classifier>
112112
<scope>runtime</scope>
113113
<type>zip</type>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.nifi.minifi</groupId>
117117
<artifactId>minifi-bootstrap</artifactId>
118-
<version>2.4.0-SNAPSHOT</version>
118+
<version>2.4.0</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.nifi.minifi</groupId>
@@ -135,31 +135,31 @@ limitations under the License.
135135
<dependency>
136136
<groupId>org.apache.nifi.minifi</groupId>
137137
<artifactId>minifi-framework-nar</artifactId>
138-
<version>2.4.0-SNAPSHOT</version>
138+
<version>2.4.0</version>
139139
<type>nar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.nifi.minifi</groupId>
143143
<artifactId>minifi-server-nar</artifactId>
144-
<version>2.4.0-SNAPSHOT</version>
144+
<version>2.4.0</version>
145145
<type>nar</type>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.apache.nifi.minifi</groupId>
149149
<artifactId>minifi-provenance-repository-nar</artifactId>
150-
<version>2.4.0-SNAPSHOT</version>
150+
<version>2.4.0</version>
151151
<type>nar</type>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.apache.nifi.minifi</groupId>
155155
<artifactId>minifi-standard-nar</artifactId>
156-
<version>2.4.0-SNAPSHOT</version>
156+
<version>2.4.0</version>
157157
<type>nar</type>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.apache.nifi.minifi</groupId>
161161
<artifactId>minifi-update-attribute-nar</artifactId>
162-
<version>2.4.0-SNAPSHOT</version>
162+
<version>2.4.0</version>
163163
<type>nar</type>
164164
</dependency>
165165

@@ -187,85 +187,85 @@ limitations under the License.
187187
<dependency>
188188
<groupId>org.apache.nifi</groupId>
189189
<artifactId>nifi-jetty-nar</artifactId>
190-
<version>2.4.0-SNAPSHOT</version>
190+
<version>2.4.0</version>
191191
<type>nar</type>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.apache.nifi</groupId>
195195
<artifactId>nifi-standard-services-api-nar</artifactId>
196-
<version>2.4.0-SNAPSHOT</version>
196+
<version>2.4.0</version>
197197
<type>nar</type>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.apache.nifi</groupId>
201201
<artifactId>nifi-standard-shared-nar</artifactId>
202-
<version>2.4.0-SNAPSHOT</version>
202+
<version>2.4.0</version>
203203
<type>nar</type>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.apache.nifi</groupId>
207207
<artifactId>nifi-record-serialization-services-nar</artifactId>
208-
<version>2.4.0-SNAPSHOT</version>
208+
<version>2.4.0</version>
209209
<type>nar</type>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.apache.nifi</groupId>
213213
<artifactId>nifi-dbcp-service-nar</artifactId>
214-
<version>2.4.0-SNAPSHOT</version>
214+
<version>2.4.0</version>
215215
<type>nar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.apache.nifi</groupId>
219219
<artifactId>nifi-distributed-cache-services-nar</artifactId>
220-
<version>2.4.0-SNAPSHOT</version>
220+
<version>2.4.0</version>
221221
<type>nar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.apache.nifi</groupId>
225225
<artifactId>nifi-proxy-configuration-nar</artifactId>
226-
<version>2.4.0-SNAPSHOT</version>
226+
<version>2.4.0</version>
227227
<type>nar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.apache.nifi</groupId>
231231
<artifactId>nifi-http-context-map-nar</artifactId>
232-
<version>2.4.0-SNAPSHOT</version>
232+
<version>2.4.0</version>
233233
<type>nar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.apache.nifi</groupId>
237237
<artifactId>nifi-oauth2-provider-nar</artifactId>
238-
<version>2.4.0-SNAPSHOT</version>
238+
<version>2.4.0</version>
239239
<type>nar</type>
240240
</dependency>
241241
<dependency>
242242
<groupId>org.apache.nifi</groupId>
243243
<artifactId>nifi-lookup-services-nar</artifactId>
244-
<version>2.4.0-SNAPSHOT</version>
244+
<version>2.4.0</version>
245245
<type>nar</type>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.apache.nifi</groupId>
249249
<artifactId>nifi-registry-nar</artifactId>
250-
<version>2.4.0-SNAPSHOT</version>
250+
<version>2.4.0</version>
251251
<type>nar</type>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.apache.nifi</groupId>
255255
<artifactId>nifi-ssl-context-service-nar</artifactId>
256-
<version>2.4.0-SNAPSHOT</version>
256+
<version>2.4.0</version>
257257
<type>nar</type>
258258
</dependency>
259259
<dependency>
260260
<groupId>org.apache.nifi</groupId>
261261
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
262-
<version>2.4.0-SNAPSHOT</version>
262+
<version>2.4.0</version>
263263
<type>nar</type>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.apache.nifi</groupId>
267267
<artifactId>nifi-provenance-repository-nar</artifactId>
268-
<version>2.4.0-SNAPSHOT</version>
268+
<version>2.4.0</version>
269269
<type>nar</type>
270270
</dependency>
271271
<dependency>
@@ -292,7 +292,7 @@ limitations under the License.
292292
<dependency>
293293
<groupId>org.apache.nifi</groupId>
294294
<artifactId>nifi-py4j-nar</artifactId>
295-
<version>2.4.0-SNAPSHOT</version>
295+
<version>2.4.0</version>
296296
<type>nar</type>
297297
</dependency>
298298
<dependency>
@@ -304,19 +304,19 @@ limitations under the License.
304304
<dependency>
305305
<groupId>org.apache.nifi</groupId>
306306
<artifactId>nifi-python-framework</artifactId>
307-
<version>2.4.0-SNAPSHOT</version>
307+
<version>2.4.0</version>
308308
<scope>compile</scope>
309309
</dependency>
310310
<dependency>
311311
<groupId>org.apache.nifi</groupId>
312312
<artifactId>nifi-python-extension-api</artifactId>
313-
<version>2.4.0-SNAPSHOT</version>
313+
<version>2.4.0</version>
314314
<scope>compile</scope>
315315
</dependency>
316316
<dependency>
317317
<groupId>org.apache.nifi</groupId>
318318
<artifactId>nifi-python-framework-api</artifactId>
319-
<version>2.4.0-SNAPSHOT</version>
319+
<version>2.4.0</version>
320320
<scope>compile</scope>
321321
</dependency>
322322

minifi/minifi-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.nifi</groupId>
2020
<artifactId>nifi-bom</artifactId>
21-
<version>2.4.0-SNAPSHOT</version>
21+
<version>2.4.0</version>
2222
<relativePath>../../nifi-bom</relativePath>
2323
</parent>
2424
<groupId>org.apache.nifi.minifi</groupId>
@@ -32,19 +32,19 @@
3232
<dependency>
3333
<groupId>org.apache.nifi.minifi</groupId>
3434
<artifactId>minifi-runtime</artifactId>
35-
<version>2.4.0-SNAPSHOT</version>
35+
<version>2.4.0</version>
3636
<scope>provided</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.nifi.minifi</groupId>
4040
<artifactId>minifi-framework-api</artifactId>
41-
<version>2.4.0-SNAPSHOT</version>
41+
<version>2.4.0</version>
4242
<scope>provided</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.nifi.minifi</groupId>
4646
<artifactId>minifi-commons-utils</artifactId>
47-
<version>2.4.0-SNAPSHOT</version>
47+
<version>2.4.0</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)