Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rel/wicket-7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Apr 2, 2021
1 parent 27fa30c commit cb6861f
Show file tree
Hide file tree
Showing 33 changed files with 59 additions and 59 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>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-archetype-quickstart</artifactId>
Expand Down
50 changes: 25 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.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 @@ -85,7 +85,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-7.18.0</tag>
</scm>
<modules>
<!-- wicket-eclipse-settings is separate released -->
Expand Down Expand Up @@ -279,7 +279,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.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 @@ -288,43 +288,43 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-bean-validation</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi-1.1</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-datetime</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -335,91 +335,91 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-ioc</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jmx</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-jetty</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-jetty9</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-tomcat</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-velocity</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket7</groupId>
<artifactId>wicket-atmosphere</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.41</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket7</groupId>
<artifactId>wicket-metrics</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion testing/wicket-arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-datetime/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>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-datetime</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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.wicket.experimental.wicket7</groupId>
Expand Down
4 changes: 2 additions & 2 deletions wicket-experimental/wicket-atmosphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket7</groupId>
<artifactId>wicket-experimental</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-atmosphere</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.41</version>
<packaging>jar</packaging>
<name>Wicket-Atmosphere</name>
<description>Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.</description>
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.wicket7</groupId>
<artifactId>wicket-experimental</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-metrics</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
<packaging>jar</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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.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>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-native-websocket-javax</artifactId>
Expand Down
Loading

0 comments on commit cb6861f

Please sign in to comment.