Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rel/wicket-8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Mar 30, 2021
1 parent 632b6bb commit 79228dd
Show file tree
Hide file tree
Showing 33 changed files with 58 additions and 58 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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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 @@ -82,7 +82,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-8.12.0</tag>
</scm>
<modules>
<!-- wicket-eclipse-settings is separate released -->
Expand Down Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<!-- It seems there is a bug in Maven (2.2.1 & 3.0.1) and
type 'pom' is not properly inherited. I.e. the
dependency management doesn't work -->
Expand All @@ -299,37 +299,37 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-bean-validation</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi-1.1</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -340,91 +340,91 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-ioc</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jmx</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-velocity</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-http2-core</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-http2-jetty</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-http2-tomcat</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-http2-undertow</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-metrics</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<type>jar</type>
</dependency>
<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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-bean-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-cdi-1.1/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>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-cdi-1.1</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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.wicket.experimental.wicket8</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.wicket8</groupId>
<artifactId>wicket-experimental</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-http2</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</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.wicket8</groupId>
<artifactId>wicket-experimental</artifactId>
<version>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-metrics</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.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>8.12.0-SNAPSHOT</version>
<version>8.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-native-websocket</artifactId>
Expand Down
Loading

0 comments on commit 79228dd

Please sign in to comment.