Author: davidb
Date: Tue Aug 25 15:28:49 2015
New Revision: 1697700

URL: http://svn.apache.org/r1697700
Log:
[maven-release-plugin] prepare release org.apache.felix.threaddump-1.0.0

Modified:
    felix/trunk/threaddump/pom.xml

Modified: felix/trunk/threaddump/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/threaddump/pom.xml?rev=1697700&r1=1697699&r2=1697700&view=diff
==============================================================================
--- felix/trunk/threaddump/pom.xml (original)
+++ felix/trunk/threaddump/pom.xml Tue Aug 25 15:28:49 2015
@@ -8,29 +8,27 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY 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>
 
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>2.1</version>
-        <relativePath></relativePath>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.felix.threaddump</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Felix Thread Dump</name>
     <description>Thread Dump classes for OSGi.</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/threaddump</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/threaddump</developerConnection>
-        <url>http://svn.apache.org/repos/asf/felix/threaddump</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</developerConnection>
+        
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.threaddump-1.0.0</url>
     </scm>
 
     <dependencies>


Reply via email to