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 2017/11/23 09:45:13 UTC

wicket git commit: Revert "INFRA-15525 Wicket examples do not update when there is a new Docker image"

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 6654faa8f -> 4f3de6cc3


Revert "INFRA-15525 Wicket examples do not update when there is a new Docker image"

This reverts commit 6654faa8fd689c05e7bf5ce41fca1697e6ecc47a.


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

Branch: refs/heads/wicket-6.x
Commit: 4f3de6cc38b91de9c06f4af6d854aeb6de9484df
Parents: 6654faa
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Nov 23 09:47:37 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Nov 23 09:47:37 2017 +0200

----------------------------------------------------------------------
 wicket-examples/pom.xml | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/4f3de6cc/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 3aaccd6..8c66e6a 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -233,25 +233,6 @@
 				<finalName>${warName}</finalName>
 				<plugins>
 					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>buildnumber-maven-plugin</artifactId>
-						<version>1.4</version>
-						<configuration>
-							<format>{0,date,yyyyMMddHHmmss}</format>
-							<items>
-								<item>timestamp</item>
-							</items>
-						</configuration>
-						<executions>
-							<execution>
-								<phase>validate</phase>
-								<goals>
-									<goal>create</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-war-plugin</artifactId>
 						<configuration>
@@ -270,8 +251,8 @@
 						<artifactId>dockerfile-maven-plugin</artifactId>
 						<version>${dockerfile-maven-plugin.version}</version>
 						<configuration>
-							<repository>apache-docker-wicket-docker.bintray.io/wicket-examples-6</repository>
-							<tag>${buildNumber}</tag>
+							<repository>apache-docker-wicket-docker.bintray.io/wicket-examples</repository>
+							<tag>LATEST-6</tag>
 						</configuration>
 						<executions>
 							<execution>