Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
resolve snapshot deps
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/branches/nexus-1.0.0-beta-5@1064 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
brianf committed Aug 9, 2008
1 parent a10ad1e commit f56eab5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,14 @@
<plexus.appbooter.version>1.3</plexus.appbooter.version>
<jsw.binaries.version>3.2.3.2</jsw.binaries.version>
<plexus.container.version>1.0-alpha-47</plexus.container.version>
<plx.plugin.version>1.2-SNAPSHOT</plx.plugin.version>
<plexus.jsecurity.version>1.0</plexus.jsecurity.version>
<plx.plugin.version>1.2</plx.plugin.version>
<plexus.jetty.testsuite.version>1.1</plexus.jetty.testsuite.version>
<plexus.jetty.version>1.1</plexus.jetty.version>
<plexus.restlet.bridge.version>1.2</plexus.restlet.bridge.version>
<nexus.indexer.version>1.0-beta-5</nexus.indexer.version>
<apache.commons.email.version>1.1</apache.commons.email.version>

</properties>

<dependencyManagement>
Expand Down Expand Up @@ -157,12 +162,12 @@
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-jetty6</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${plexus.jetty.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-restlet-bridge</artifactId>
<version>1.2-SNAPSHOT</version>
<version>${plexus.restlet.bridge.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down Expand Up @@ -252,7 +257,7 @@
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-jsecurity</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${plexus.jsecurity.version}</version>
</dependency>
<dependency>
<groupId>org.jsecurity</groupId>
Expand Down Expand Up @@ -486,7 +491,7 @@
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-jetty-testsuite</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${plexus.jetty.testsuite.version}</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit f56eab5

Please sign in to comment.