You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/03/11 14:29:24 UTC

git commit: The new stable modules should be compared for binary compatibility against their first stable version

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x ae44d26db -> 6f2d651dc


The new stable modules should be compared for binary compatibility against their first stable version


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6f2d651d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6f2d651d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6f2d651d

Branch: refs/heads/wicket-6.x
Commit: 6f2d651dc30f571e8c256d722e2ca4e3efe53589
Parents: ae44d26
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 11 15:28:47 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 11 15:28:47 2014 +0200

----------------------------------------------------------------------
 wicket-bean-validation/pom.xml  | 11 +++++++++++
 wicket-cdi-1.1/pom.xml          | 11 +++++++++++
 wicket-native-websocket/pom.xml | 11 +++++++++++
 3 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6f2d651d/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 43b0194..b6901ba 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -32,4 +32,15 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>clirr-maven-plugin</artifactId>
+				<configuration>
+					<comparisonVersion>6.14.0</comparisonVersion>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

http://git-wip-us.apache.org/repos/asf/wicket/blob/6f2d651d/wicket-cdi-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index 227139a..db20c61 100644
--- a/wicket-cdi-1.1/pom.xml
+++ b/wicket-cdi-1.1/pom.xml
@@ -55,4 +55,15 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>clirr-maven-plugin</artifactId>
+				<configuration>
+					<comparisonVersion>6.14.0</comparisonVersion>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

http://git-wip-us.apache.org/repos/asf/wicket/blob/6f2d651d/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 669a636..8acce24 100644
--- a/wicket-native-websocket/pom.xml
+++ b/wicket-native-websocket/pom.xml
@@ -34,4 +34,15 @@
 		<module>wicket-native-websocket-jetty9</module>
 		<module>wicket-native-websocket-tomcat</module>
 	</modules>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>clirr-maven-plugin</artifactId>
+				<configuration>
+					<comparisonVersion>6.14.0</comparisonVersion>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>