Repository: wicket Updated Branches: refs/heads/WICKET-6497-unify-js 0f767eb5e -> ba74ad849
Revert "INFRA-15525 Wicket examples do not update when there is a new Docker image" This reverts commit d3da4e14518cced036611e880b64fc15b95d1501. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5757290a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5757290a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5757290a Branch: refs/heads/WICKET-6497-unify-js Commit: 5757290ad4ba2afddddf33a419513c41c64a1efd Parents: d3da4e1 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Nov 23 09:38:09 2017 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Nov 23 09:38:09 2017 +0200 ---------------------------------------------------------------------- wicket-examples/pom.xml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5757290a/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index 7b3cf7e..25328bd 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -293,25 +293,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> @@ -330,8 +311,8 @@ <artifactId>dockerfile-maven-plugin</artifactId> <version>${dockerfile-maven-plugin.version}</version> <configuration> - <repository>apache-docker-wicket-docker.bintray.io/wicket-examples-8</repository> - <tag>${buildNumber}</tag> + <repository>apache-docker-wicket-docker.bintray.io/wicket-examples</repository> + <tag>LATEST-8</tag> </configuration> <executions> <execution>
