Skip to content

Commit

Permalink
Update pom for fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jun 22, 2012
1 parent d8de420 commit e7dfd79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -29,15 +29,15 @@
<artifactId>org.apache.aries.proxy</artifactId>
<packaging>bundle</packaging>
<name>Apache Aries Proxy Bundle</name>
<version>0.4</version>
<version>0.4.1-SNAPSHOT</version>
<description>
This bundle contains the Apache Aries Proxy Service.
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-0.4</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-0.4</developerConnection>
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-0.4</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/org.apache.aries.proxy-0.4.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/org.apache.aries.proxy-0.4.1</developerConnection>
<url>http://svn.apache.org/viewvc/aries/branches/org.apache.aries.proxy-0.4.1</url>
</scm>


Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.aries.proxy</groupId>
<artifactId>org.apache.aries.proxy.impl</artifactId>
<version>0.4</version>
<version>0.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e7dfd79

Please sign in to comment.