Author: elecharny
Date: Fri Oct  8 17:04:07 2010
New Revision: 1005902

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

Modified:
    mina/sshd/trunk/assembly/pom.xml
    mina/sshd/trunk/sshd-core/pom.xml
    mina/sshd/trunk/sshd-pam/pom.xml

Modified: mina/sshd/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sshd/trunk/assembly/pom.xml?rev=1005902&r1=1005901&r2=1005902&view=diff
==============================================================================
--- mina/sshd/trunk/assembly/pom.xml (original)
+++ mina/sshd/trunk/assembly/pom.xml Fri Oct  8 17:04:07 2010
@@ -84,7 +84,7 @@
                             <descriptors>
                                 
<descriptor>src/main/descriptors/unix-bin.xml</descriptor>
                             </descriptors>
-                            
<finalName>${pom.artifactId}-${pom.version}</finalName>
+                            
<finalName>${project.artifactId}-${project.version}</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
                             <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>
@@ -99,7 +99,7 @@
                             <descriptors>
                                 
<descriptor>src/main/descriptors/windows-bin.xml</descriptor>
                             </descriptors>
-                            
<finalName>${pom.artifactId}-${pom.version}</finalName>
+                            
<finalName>${project.artifactId}-${project.version}</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
                         </configuration>
                     </execution>
@@ -133,4 +133,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: mina/sshd/trunk/sshd-core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/pom.xml?rev=1005902&r1=1005901&r2=1005902&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/pom.xml (original)
+++ mina/sshd/trunk/sshd-core/pom.xml Fri Oct  8 17:04:07 2010
@@ -108,7 +108,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+                        
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Import-Package>
                             com.jcraft.jzlib*;resolution:=optional,
                             org.bouncycastle*;resolution:=optional,
@@ -116,7 +116,7 @@
                             *
                         </Import-Package>
                         <Export-Package>
-                            org.apache.sshd*;version=${version};-noimport:=true
+                            
org.apache.sshd*;version=${project.version};-noimport:=true
                         </Export-Package>
                         
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
@@ -152,4 +152,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: mina/sshd/trunk/sshd-pam/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-pam/pom.xml?rev=1005902&r1=1005901&r2=1005902&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-pam/pom.xml (original)
+++ mina/sshd/trunk/sshd-pam/pom.xml Fri Oct  8 17:04:07 2010
@@ -61,7 +61,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+                        
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Import-Package>
                             com.jcraft.jzlib*;resolution:=optional,
                             net.sf.jpam*;resolution:=optional,
@@ -78,4 +78,4 @@
             -->
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>


Reply via email to