You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/06/25 06:44:20 UTC

svn commit: r1496347 - /maven/sandbox/trunk/plugins/pom.xml

Author: olamy
Date: Tue Jun 25 04:44:19 2013
New Revision: 1496347

URL: http://svn.apache.org/r1496347
Log:
fix pom

Modified:
    maven/sandbox/trunk/plugins/pom.xml

Modified: maven/sandbox/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/pom.xml?rev=1496347&r1=1496346&r2=1496347&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/pom.xml (original)
+++ maven/sandbox/trunk/plugins/pom.xml Tue Jun 25 04:44:19 2013
@@ -16,7 +16,8 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins</groupId>
@@ -45,6 +46,6 @@ under the License.
     <module>maven-downloader-plugin</module>
     <module>maven-zip-plugin</module>
     <module>maven-patch-tracker-plugin</module>
-    <module>asf-svnpubsub-plugin</module>
+
   </modules>
 </project>
\ No newline at end of file