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

Commit

Permalink
use non snap deps
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@90 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
brianf committed May 12, 2008
1 parent d00ea45 commit 00884e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-parent</artifactId>
<version>2-SNAPSHOT</version>
<version>2</version>
</parent>

<artifactId>nexus</artifactId>
Expand Down Expand Up @@ -124,13 +124,13 @@
<dependency>
<groupId>org.sonatype.appbooter.plexus-booters</groupId>
<artifactId>plexus-app-booter</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.appbooter.plexus-booters</groupId>
<artifactId>plexus-jsw-app-booter</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 00884e5

Please sign in to comment.