Author: coheigea
Date: Wed Sep 15 22:42:00 2010
New Revision: 997530

URL: http://svn.apache.org/viewvc?rev=997530&view=rev
Log:
[WSS-241] - Patch applied.

Modified:
    webservices/wss4j/trunk/   (props changed)
    webservices/wss4j/trunk/pom.xml

Propchange: webservices/wss4j/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Sep 15 22:42:00 2010
@@ -1 +1 @@
-/webservices/wss4j/branches/1_5_x-fixes:996180,996298,996339
+/webservices/wss4j/branches/1_5_x-fixes:996180,996298,996339,997529

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=997530&r1=997529&r2=997530&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Sep 15 22:42:00 2010
@@ -149,7 +149,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.4</version>
                 <configuration>
                     <linkXRef>false</linkXRef>
                     <failOnViolation>true</failOnViolation>
@@ -173,7 +172,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -186,8 +184,8 @@
                         
<Specification-Version>${pom.version}</Specification-Version>
 
                         <Export-Package>
-                              org.apache.ws.security.*,
-                              org.apache.ws.axis.security.*,
+                              
org.apache.ws.security.*;version="${pom.version}",
+                              
org.apache.ws.axis.security.*;version="${pom.version}",
                         </Export-Package>
                         <Import-Package>
                               !org.apache.ws.security.*,
@@ -253,7 +251,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.2</version>
                     <configuration>
                         <source>1.3</source>
                         <target>1.3</target>
@@ -265,7 +262,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.0.4</version>
                     <executions>
                         <execution>
                             <goals>
@@ -280,7 +276,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.5</version>
                     <executions>
                         <execution>
                             <goals>
@@ -295,7 +290,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.1</version>
                     <configuration>
                         <descriptors>
                             <descriptor>assembly/bin.xml</descriptor>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscr...@ws.apache.org
For additional commands, e-mail: wss4j-dev-h...@ws.apache.org

Reply via email to