You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/09/03 02:51:26 UTC

svn commit: r267354 - /portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml

Author: ddewolf
Date: Fri Sep  2 17:51:24 2005
New Revision: 267354

URL: http://svn.apache.org/viewcvs?rev=267354&view=rev
Log:
Fixing distribution pom.

Modified:
    portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml

Modified: portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml?rev=267354&r1=267353&r2=267354&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml Fri Sep  2 17:51:24 2005
@@ -85,7 +85,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>pluto-portal-1.0-SNAPSHOT</finalName>
+		  <finalName>pluto-portal-${pom.version}</finalName>
         </configuration>
       </plugin>
     </plugins>