Repository: wicket
Updated Branches:
  refs/heads/master 49df0e591 -> 05aa3e883


INFRA-15013 VM for Apache Wicket

Rename 8.x Docker image label to LATEST-8.
Remove useless debug port.


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

Branch: refs/heads/master
Commit: 05aa3e883dd86a05416312e1f728dd129cbd2734
Parents: 49df0e5
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri Sep 29 09:55:21 2017 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri Sep 29 09:55:21 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/05aa3e88/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 979075f..76366e2 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -275,7 +275,6 @@
                </pluginManagement>
        </build>
 
-
        <profiles>
                <profile>
                        <id>docker</id>
@@ -286,7 +285,7 @@
                                                
<artifactId>docker-maven-plugin</artifactId>
                                                
<version>${docker-maven-plugin.version}</version>
                                                <configuration>
-                                                       
<imageName>apache-docker-wicket-docker.bintray.io/wicket-examples:${project.version}</imageName>
+                                                       
<imageName>apache-docker-wicket-docker.bintray.io/wicket-examples:LATEST-8</imageName>
                                                        
<baseImage>tomcat:8.5-jre8-alpine</baseImage>
                                                        <resources>
                                                                <resource>
@@ -297,13 +296,8 @@
                                                        </resources>
                                                        
<forceTags>true</forceTags>
                                                        <imageTags>
-                                                               
<imageTag>${project.version}</imageTag>
-                                                               
<imageTag>latest</imageTag>
+                                                               
<imageTag>LATEST-8</imageTag>
                                                        </imageTags>
-                                                       <exposes>
-                                                               <!-- for 
debugging the application inside Tomcat -->
-                                                               
<expose>45555</expose>
-                                                       </exposes>
                                                </configuration>
                                                <executions>
                                                        <execution>

Reply via email to