Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rel/wicket-9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Sep 13, 2023
1 parent 0247c8f commit 290cda3
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion archetypes/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-archetype-quickstart</artifactId>
Expand Down
48 changes: 24 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
<description>Wicket is a Java-based open source component web application framework.</description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection>
<url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url>
<tag>HEAD</tag>
<tag>rel/wicket-9.15.0</tag>
</scm>
<modules>
<!-- wicket-eclipse-settings is separate released -->
Expand Down Expand Up @@ -338,37 +338,37 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-bean-validation</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -379,97 +379,97 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-ioc</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jmx</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-velocity</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2-core</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2-jetty</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2-servlet4</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2-tomcat</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2-undertow</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-metrics</artifactId>
<version>0.27-SNAPSHOT</version>
<version>0.27</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion testing/wicket-common-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-common-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/wicket-js-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-js-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-auth-roles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-auth-roles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-bean-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-devutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-devutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
Expand Down
4 changes: 2 additions & 2 deletions wicket-experimental/wicket-http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-experimental</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<packaging>pom</packaging>
<name>Wicket Http/2</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2-jetty</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2-servlet4</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2-tomcat</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.26-SNAPSHOT</version>
<version>0.26</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2-undertow</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions wicket-experimental/wicket-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket9</groupId>
<artifactId>wicket-experimental</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-metrics</artifactId>
<version>0.27-SNAPSHOT</version>
<version>0.27</version>
<packaging>bundle</packaging>
<name>Wicket Metrics</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion wicket-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-ioc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-ioc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-jmx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-native-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-native-websocket</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket</artifactId>
<version>9.15.0-SNAPSHOT</version>
<version>9.15.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 290cda3

Please sign in to comment.