Skip to content

Commit 034f6fb

Browse files
committed
Start next development version
1 parent e3d5fbb commit 034f6fb

File tree

32 files changed

+56
-56
lines changed

32 files changed

+56
-56
lines changed

archetypes/quickstart/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-archetype-quickstart</artifactId>

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.apache.wicket</groupId>
2626
<artifactId>wicket-parent</artifactId>
27-
<version>9.9.0-SNAPSHOT</version>
27+
<version>9.10.0-SNAPSHOT</version>
2828
<packaging>pom</packaging>
2929
<name>Wicket Parent</name>
3030
<description>Wicket is a Java-based open source component web application framework.</description>
@@ -339,37 +339,37 @@
339339
<dependency>
340340
<groupId>org.apache.wicket</groupId>
341341
<artifactId>wicket</artifactId>
342-
<version>9.9.0-SNAPSHOT</version>
342+
<version>9.10.0-SNAPSHOT</version>
343343
<type>pom</type>
344344
</dependency>
345345
<dependency>
346346
<groupId>org.apache.wicket</groupId>
347347
<artifactId>wicket-auth-roles</artifactId>
348-
<version>9.9.0-SNAPSHOT</version>
348+
<version>9.10.0-SNAPSHOT</version>
349349
<type>jar</type>
350350
</dependency>
351351
<dependency>
352352
<groupId>org.apache.wicket</groupId>
353353
<artifactId>wicket-bean-validation</artifactId>
354-
<version>9.9.0-SNAPSHOT</version>
354+
<version>9.10.0-SNAPSHOT</version>
355355
<type>jar</type>
356356
</dependency>
357357
<dependency>
358358
<groupId>org.apache.wicket</groupId>
359359
<artifactId>wicket-cdi</artifactId>
360-
<version>9.9.0-SNAPSHOT</version>
360+
<version>9.10.0-SNAPSHOT</version>
361361
<type>jar</type>
362362
</dependency>
363363
<dependency>
364364
<groupId>org.apache.wicket</groupId>
365365
<artifactId>wicket-core</artifactId>
366-
<version>9.9.0-SNAPSHOT</version>
366+
<version>9.10.0-SNAPSHOT</version>
367367
<type>jar</type>
368368
</dependency>
369369
<dependency>
370370
<groupId>org.apache.wicket</groupId>
371371
<artifactId>wicket-devutils</artifactId>
372-
<version>9.9.0-SNAPSHOT</version>
372+
<version>9.10.0-SNAPSHOT</version>
373373
<type>jar</type>
374374
</dependency>
375375
<dependency>
@@ -380,97 +380,97 @@
380380
<dependency>
381381
<groupId>org.apache.wicket</groupId>
382382
<artifactId>wicket-extensions</artifactId>
383-
<version>9.9.0-SNAPSHOT</version>
383+
<version>9.10.0-SNAPSHOT</version>
384384
<type>jar</type>
385385
</dependency>
386386
<dependency>
387387
<groupId>org.apache.wicket</groupId>
388388
<artifactId>wicket-guice</artifactId>
389-
<version>9.9.0-SNAPSHOT</version>
389+
<version>9.10.0-SNAPSHOT</version>
390390
<type>jar</type>
391391
</dependency>
392392
<dependency>
393393
<groupId>org.apache.wicket</groupId>
394394
<artifactId>wicket-ioc</artifactId>
395-
<version>9.9.0-SNAPSHOT</version>
395+
<version>9.10.0-SNAPSHOT</version>
396396
<type>jar</type>
397397
</dependency>
398398
<dependency>
399399
<groupId>org.apache.wicket</groupId>
400400
<artifactId>wicket-jmx</artifactId>
401-
<version>9.9.0-SNAPSHOT</version>
401+
<version>9.10.0-SNAPSHOT</version>
402402
<type>jar</type>
403403
</dependency>
404404
<dependency>
405405
<groupId>org.apache.wicket</groupId>
406406
<artifactId>wicket-native-websocket-core</artifactId>
407-
<version>9.9.0-SNAPSHOT</version>
407+
<version>9.10.0-SNAPSHOT</version>
408408
<type>jar</type>
409409
</dependency>
410410
<dependency>
411411
<groupId>org.apache.wicket</groupId>
412412
<artifactId>wicket-native-websocket-javax</artifactId>
413-
<version>9.9.0-SNAPSHOT</version>
413+
<version>9.10.0-SNAPSHOT</version>
414414
<type>jar</type>
415415
</dependency>
416416
<dependency>
417417
<groupId>org.apache.wicket</groupId>
418418
<artifactId>wicket-request</artifactId>
419-
<version>9.9.0-SNAPSHOT</version>
419+
<version>9.10.0-SNAPSHOT</version>
420420
<type>jar</type>
421421
</dependency>
422422
<dependency>
423423
<groupId>org.apache.wicket</groupId>
424424
<artifactId>wicket-spring</artifactId>
425-
<version>9.9.0-SNAPSHOT</version>
425+
<version>9.10.0-SNAPSHOT</version>
426426
<type>jar</type>
427427
</dependency>
428428
<dependency>
429429
<groupId>org.apache.wicket</groupId>
430430
<artifactId>wicket-util</artifactId>
431-
<version>9.9.0-SNAPSHOT</version>
431+
<version>9.10.0-SNAPSHOT</version>
432432
<type>jar</type>
433433
</dependency>
434434
<dependency>
435435
<groupId>org.apache.wicket</groupId>
436436
<artifactId>wicket-velocity</artifactId>
437-
<version>9.9.0-SNAPSHOT</version>
437+
<version>9.10.0-SNAPSHOT</version>
438438
<type>jar</type>
439439
</dependency>
440440
<dependency>
441441
<groupId>org.apache.wicket.experimental.wicket9</groupId>
442442
<artifactId>wicket-http2-core</artifactId>
443-
<version>0.20-SNAPSHOT</version>
443+
<version>0.21-SNAPSHOT</version>
444444
<type>jar</type>
445445
</dependency>
446446
<dependency>
447447
<groupId>org.apache.wicket.experimental.wicket9</groupId>
448448
<artifactId>wicket-http2-jetty</artifactId>
449-
<version>0.20-SNAPSHOT</version>
449+
<version>0.21-SNAPSHOT</version>
450450
<type>jar</type>
451451
</dependency>
452452
<dependency>
453453
<groupId>org.apache.wicket.experimental.wicket9</groupId>
454454
<artifactId>wicket-http2-servlet4</artifactId>
455-
<version>0.20-SNAPSHOT</version>
455+
<version>0.21-SNAPSHOT</version>
456456
<type>jar</type>
457457
</dependency>
458458
<dependency>
459459
<groupId>org.apache.wicket.experimental.wicket9</groupId>
460460
<artifactId>wicket-http2-tomcat</artifactId>
461-
<version>0.20-SNAPSHOT</version>
461+
<version>0.21-SNAPSHOT</version>
462462
<type>jar</type>
463463
</dependency>
464464
<dependency>
465465
<groupId>org.apache.wicket.experimental.wicket9</groupId>
466466
<artifactId>wicket-http2-undertow</artifactId>
467-
<version>0.20-SNAPSHOT</version>
467+
<version>0.21-SNAPSHOT</version>
468468
<type>jar</type>
469469
</dependency>
470470
<dependency>
471471
<groupId>org.apache.wicket.experimental.wicket9</groupId>
472472
<artifactId>wicket-metrics</artifactId>
473-
<version>0.21-SNAPSHOT</version>
473+
<version>0.22-SNAPSHOT</version>
474474
<type>jar</type>
475475
</dependency>
476476

testing/wicket-common-tests/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-common-tests</artifactId>

testing/wicket-js-tests/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-js-tests</artifactId>

wicket-auth-roles/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-auth-roles</artifactId>

wicket-bean-validation/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-bean-validation</artifactId>

wicket-cdi/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-cdi</artifactId>

wicket-core/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-core</artifactId>

wicket-devutils/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-devutils</artifactId>

wicket-examples/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.wicket</groupId>
2222
<artifactId>wicket-parent</artifactId>
23-
<version>9.9.0-SNAPSHOT</version>
23+
<version>9.10.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>wicket-examples</artifactId>

0 commit comments

Comments
 (0)