[jbossws-commits] JBossWS SVN: r19486 - projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 17 04:18:21 EST 2015


Author: asoldano
Date: 2015-02-17 04:18:20 -0500 (Tue, 17 Feb 2015)
New Revision: 19486

Modified:
   projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1/pom.xml
Log:
Fixing pom


Modified: projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1/pom.xml
===================================================================
--- projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1/pom.xml	2015-02-17 09:16:42 UTC (rev 19485)
+++ projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1/pom.xml	2015-02-17 09:18:20 UTC (rev 19486)
@@ -7,7 +7,7 @@
   <packaging>jar</packaging>
   <description>Additional custom resources-plugin filters</description>
 
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0.Beta1</version>
 
   <!-- Parent -->
   <parent>
@@ -18,9 +18,9 @@
 
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/plugins/maven/resource-filter/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/plugins/maven/resource-filter/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/projects/plugins/maven/resource-filter/trunkk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/projects/plugins/maven/resource-filter/tags/resource-filter-1.0.0.Beta1</url>
   </scm>
 
   <properties>



More information about the jbossws-commits mailing list