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/junit4osgi/felix-command/pom.xml b/ipojo/junit4osgi/felix-command/pom.xml
index 2f9201a..4c16e17 100644
--- a/ipojo/junit4osgi/felix-command/pom.xml
+++ b/ipojo/junit4osgi/felix-command/pom.xml
@@ -31,7 +31,7 @@
<version>1.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
@@ -65,7 +65,7 @@
<instructions>
<Bundle-Name> Apache Felix iPOJO OSGi Junit Runner - Felix Command
</Bundle-Name>
- <Bundle-SymbolicName> ${pom.artifactId}</Bundle-SymbolicName>
+ <Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
<Private-Package> org.apache.felix.ipojo.junit4osgi.command
</Private-Package>
<Include-Resource> META-INF/LICENSE=LICENSE,
diff --git a/ipojo/junit4osgi/immediate-launcher/pom.xml b/ipojo/junit4osgi/immediate-launcher/pom.xml
index 854d21a..4f73a1d 100644
--- a/ipojo/junit4osgi/immediate-launcher/pom.xml
+++ b/ipojo/junit4osgi/immediate-launcher/pom.xml
@@ -31,7 +31,7 @@
<version>1.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
@@ -65,7 +65,7 @@
<instructions>
<Bundle-Name> Apache Felix iPOJO OSGi Junit Runner - Immediate Runner
</Bundle-Name>
- <Bundle-SymbolicName> ${pom.artifactId}</Bundle-SymbolicName>
+ <Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
<Private-Package> org.apache.felix.ipojo.junit4osgi.command
</Private-Package>
<Include-Resource> META-INF/LICENSE=LICENSE,
diff --git a/ipojo/junit4osgi/junit4osgi/pom.xml b/ipojo/junit4osgi/junit4osgi/pom.xml
index 6d9684b..c469c62 100644
--- a/ipojo/junit4osgi/junit4osgi/pom.xml
+++ b/ipojo/junit4osgi/junit4osgi/pom.xml
@@ -65,7 +65,7 @@
Apache Felix iPOJO OSGi Junit Runner
</Bundle-Name>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.junit4osgi.impl,
diff --git a/ipojo/junit4osgi/swing-runner/pom.xml b/ipojo/junit4osgi/swing-runner/pom.xml
index 68ceefb..bada98c 100644
--- a/ipojo/junit4osgi/swing-runner/pom.xml
+++ b/ipojo/junit4osgi/swing-runner/pom.xml
@@ -29,7 +29,7 @@
<version>1.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
@@ -57,7 +57,7 @@
<configuration>
<instructions>
<Bundle-Name>Apache Felix iPOJO OSGi Junit Runner - Swing Gui</Bundle-Name>
- <Bundle-SymbolicName> ${pom.artifactId}</Bundle-SymbolicName>
+ <Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
<Private-Package> org.apache.felix.ipojo.junit4osgi.command
</Private-Package>
<Import-Package>org.osgi.framework;version=1.3,*