You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/07 19:40:59 UTC

svn commit: r582657 - /myfaces/orchestra/trunk/core/pom.xml

Author: imario
Date: Sun Oct  7 10:40:58 2007
New Revision: 582657

URL: http://svn.apache.org/viewvc?rev=582657&view=rev
Log:
changed the entry name

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=582657&r1=582656&r2=582657&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Sun Oct  7 10:40:58 2007
@@ -118,9 +118,9 @@
 				<configuration>
 					<archive>
 						<manifestEntries>
-							<orchestra.artifact>${pom.artifactId}</orchestra.artifact>
-							<orchestra.artifact.version>${pom.version}</orchestra.artifact.version>
-							<build.target>${build.target}</build.target>
+							<orchestra-artifact>${pom.artifactId}</orchestra-artifact>
+							<orchestra-artifact-version>${pom.version}</orchestra-artifact-version>
+							<build-target>${build.target}</build-target>
 						</manifestEntries>
 					</archive>
 				</configuration>