You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/01/04 22:51:01 UTC

directory-fortress-commander git commit: Updating ${version}

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 39f865f50 -> 262424ee3


Updating ${version}


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/262424ee
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/262424ee
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/262424ee

Branch: refs/heads/master
Commit: 262424ee328800418634fe3ea7507e8f058a77e3
Parents: 39f865f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Jan 4 16:14:40 2019 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Jan 4 16:14:40 2019 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/262424ee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e394a8..980a59e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-beta-1</version>
         <configuration>
-          <warFile>target/${project.artifactId}-${version}.war</warFile>
+          <warFile>target/${project.artifactId}-${project.version}.war</warFile>
           <server>local-tomcat</server>
           <url>http://localhost:8080/manager/text</url>
           <path>/${project.artifactId}</path>
@@ -308,7 +308,7 @@
         <artifactId>maven-war-plugin</artifactId>
         <version>2.4</version>
         <configuration>
-          <warName>${project.artifactId}-${version}</warName>
+          <warName>${project.artifactId}-${project.version}</warName>
           <archive>
             <manifest>
               <classpathPrefix>lib/</classpathPrefix>