summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
index d436d21970..1a60a6b70f 100644
--- a/sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/trunk/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
@@ -16,7 +16,8 @@
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
---><project>
+-->
+<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
@@ -24,12 +25,12 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>${artifactId}</artifactId>
<groupId>${groupId}</groupId>
- <name>Apache Tuscany SCA Extension Policy Logging Model</name>
+ <artifactId>${artifactId}</artifactId>
+ <name>Apache Tuscany SCA Extension Policy ${policyName}</name>
+ <version>${version}</version>
<dependencies>
-
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-runtime-pom</artifactId>
@@ -37,9 +38,6 @@
<scope>provided</scope>
<version>2.0-SNAPSHOT</version>
</dependency>
-
</dependencies>
- <version>${version}</version>
-
</project>