Author: antelder
Date: Wed Jun 29 06:08:48 2011
New Revision: 1140972
URL: http://svn.apache.org/viewvc?rev=1140972&view=rev
Log:
Correct archetype variable names which i think got incorrectly updated after a
global edit
Modified:
tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml?rev=1140972&r1=1140971&r2=1140972&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
Wed Jun 29 06:08:48 2011
@@ -26,9 +26,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>binding-${project.artifactId}</artifactId>
+ <artifactId>binding-${artifactId}</artifactId>
<groupId>${groupId}</groupId>
- <version>${project.version}</version>
+ <version>${version}</version>
<name>Apache Tuscany SCA ${bindingName} Binding Extension</name>
<dependencies>