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

Commit

Permalink
IN PROGRESS - issue NXCM-2242: Stage Snapshot Dependencies
Browse files Browse the repository at this point in the history
https://issues.sonatype.org/browse/NXCM-2242

git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@7144 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
velo committed Sep 13, 2010
1 parent 42bee31 commit 6519b61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nexus-distributions/nexus-oss-webapp/pom.xml
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.sonatype.runtime.itars</groupId>
<artifactId>itar-plexus-jsw-app-booter</artifactId>
<version>2.1.1-v0001-SNAPSHOT</version>
<version>2.1.1-v0001</version>
<type>zip</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.sonatype.runtime.itars</groupId>
<artifactId>itar-plexus-app-booter</artifactId>
<version>2.1.1-v0001-SNAPSHOT</version>
<version>2.1.1-v0001</version>
<type>zip</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nexus-webapp/pom.xml
Expand Up @@ -552,7 +552,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>provided-dependencies-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -138,7 +138,7 @@

<!-- Shortcuts for outnumbered deps :) -->
<properties>
<plexus.appbooter.version>2.1.1-SNAPSHOT</plexus.appbooter.version>
<plexus.appbooter.version>2.1.1</plexus.appbooter.version>
<jsw.binaries.version>3.2.3.5</jsw.binaries.version>
<plexus-security.version>1.1.8</plexus-security.version>
<plexus-security-rest.version>1.1.8.1</plexus-security-rest.version>
Expand All @@ -162,9 +162,9 @@
<commons-beanutils.version>1.7.0</commons-beanutils.version>
<log4j.version>1.2.14</log4j.version>
<plexus-ehcache.version>1.3</plexus-ehcache.version>
<plexus-jetty-testsuite.version>1.7-SNAPSHOT</plexus-jetty-testsuite.version>
<plexus-jetty-testsuite.version>1.7</plexus-jetty-testsuite.version>
<plexus-app-events.version>1.0.0</plexus-app-events.version>
<spice-timeline.version>1.1.2-SNAPSHOT</spice-timeline.version>
<spice-timeline.version>1.1.2</spice-timeline.version>
<plexus-swizzle.version>1.2</plexus-swizzle.version>
<spice-utils.version>1.0.0</spice-utils.version>
</properties>
Expand Down

0 comments on commit 6519b61

Please sign in to comment.