commit | fe606902e3ea345e868ba25d1bed1d89f4d24f38 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sat May 01 10:46:02 2010 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sat May 01 10:46:02 2010 +0000 |
tree | f8ec80340e9bebe4716837f10db7c95dbb843726 | |
parent | f4622e599cd98d6e7d9edbc67d53200d118221f5 [diff] [blame] |
Replace ${pom.*} by ${project.*} git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@939971 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml b/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml index fb103ef..57e69be 100644 --- a/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml +++ b/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml
@@ -51,7 +51,7 @@ <extensions>true</extensions> <configuration> <instructions> - <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Private-Package>ipojo.example.hello.client</Private-Package> </instructions> </configuration>