Navigation Menu

Skip to content

Commit

Permalink
fix typo in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Slattery committed Aug 16, 2010
1 parent 399ca7c commit c34a24f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -28,17 +28,17 @@
<groupId>org.apache.aries.testsupport</groupId>
<artifactId>testsupport</artifactId>
<name>Apache Aries Test Support</name>
<version>0.2-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
<packaging>pom</packaging>

<description>
Test Support for OSGi
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/testsupport-0.2-incubating</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ariesbranches/0.2-incubating-RCxtrunk/testsupport/tags/testsupport-0.2-incubating</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/tags/testsupport-0.2-incubating</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/testsupport</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/testsupport</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/testsupport</url>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion testsupport-unit/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.aries.testsupport</groupId>
<artifactId>testsupport</artifactId>
<version>0.2-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>

<artifactId>org.apache.aries.testsupport.unit</artifactId>
Expand Down

0 comments on commit c34a24f

Please sign in to comment.