You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/10/08 18:38:56 UTC

svn commit: r1005889 - in /mina/ftpserver/trunk: core/pom.xml examples/ftpserver-osgi-ftplet-service/pom.xml examples/ftpserver-osgi-spring-service/pom.xml ftplet-api/pom.xml

Author: elecharny
Date: Fri Oct  8 16:38:55 2010
New Revision: 1005889

URL: http://svn.apache.org/viewvc?rev=1005889&view=rev
Log:
Fixed some maven warnings

Modified:
    mina/ftpserver/trunk/core/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml
    mina/ftpserver/trunk/ftplet-api/pom.xml

Modified: mina/ftpserver/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/pom.xml?rev=1005889&r1=1005888&r2=1005889&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/pom.xml (original)
+++ mina/ftpserver/trunk/core/pom.xml Fri Oct  8 16:38:55 2010
@@ -65,7 +65,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Bundle-SymbolicName> ${artifactId}</Bundle-SymbolicName>
+						<Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
 						<Export-Package> org.apache.ftpserver;version=${project.version},
 							org.apache.ftpserver.command;version=${project.version},

Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1005889&r1=1005888&r2=1005889&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml (original)
+++ mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml Fri Oct  8 16:38:55 2010
@@ -52,7 +52,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Bundle-SymbolicName> ${artifactId}</Bundle-SymbolicName>
+						<Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
 						<Export-Package> org.apache.ftpserver.example.ftpletservice</Export-Package>
 						<Private-Package> org.apache.ftpserver.example.ftpletservice.impl</Private-Package>

Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml?rev=1005889&r1=1005888&r2=1005889&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml (original)
+++ mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml Fri Oct  8 16:38:55 2010
@@ -46,7 +46,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Bundle-SymbolicName> ${artifactId}</Bundle-SymbolicName>
+						<Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
 						<Export-Package> org.apache.ftpserver.example.osgiservice</Export-Package>
 						<Private-Package>org.apache.ftpserver.example.osgiservice.impl</Private-Package>

Modified: mina/ftpserver/trunk/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api/pom.xml?rev=1005889&r1=1005888&r2=1005889&view=diff
==============================================================================
--- mina/ftpserver/trunk/ftplet-api/pom.xml (original)
+++ mina/ftpserver/trunk/ftplet-api/pom.xml Fri Oct  8 16:38:55 2010
@@ -53,7 +53,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Bundle-SymbolicName> ${artifactId}</Bundle-SymbolicName>
+						<Bundle-SymbolicName> ${project.artifactId}</Bundle-SymbolicName>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
 						<Export-Package> org.apache.ftpserver.ftplet;version=${project.version}</Export-Package>
 					</instructions>