Skip to content

Commit

Permalink
[maven-release-plugin] prepare release org.apache.felix.threaddump-1.0.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1697700 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bosschaert committed Aug 25, 2015
1 parent 8260c7f commit cc2699c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions threaddump/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cc2699c

Please sign in to comment.