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

Commit

Permalink
updated poms on branch
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/branches/nexus-1.4.1.X@5715 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
dbradicich committed Dec 10, 2009
1 parent 748e5ca commit 6f88508
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion nexus-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-clients/nexus-rest-client-java/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>nexus-clients</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.sonatype.nexus</groupId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-restlight-client-common</artifactId>
Expand Down
Expand Up @@ -2,13 +2,13 @@
<parent>
<artifactId>nexus-restlight-clients</artifactId>
<groupId>org.sonatype.nexus.restlight</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-core-client</artifactId>
<name>Nexus Lightweight REST Clients: Core</name>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-restlight-m2-settings-client</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-restlight-stage-client</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-restlight-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-clients/nexus-restlight-clients/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-clients</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<groupId>org.sonatype.nexus.restlight</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-clients/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>nexus</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.sonatype.nexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-configuration/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-core-plugins/nexus-buup-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-buup-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-core-plugins/nexus-lvo-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-lvo-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-core-plugins/nexus-plugin-console-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-plugin-console-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-core-plugins/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>nexus</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<groupId>org.sonatype.nexus.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-migration-tool/nexus-metadata-rebuild-tool/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-tool</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-tool</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-migration-tool/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-mock/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<!-- a unique name for this project -->
<artifactId>nexus-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-oss-edition/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-oss-edition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-plugins/nexus-plugin-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-plugins/nexus-plugin-manager/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-plugins/nexus-plugin-test-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugins</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-plugins/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus-proxy/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nexus-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-rest-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<artifactId>nexus-rest-api</artifactId>
<name>Nexus (Rest API)</name>
Expand Down
2 changes: 1 addition & 1 deletion nexus-test-harness/nexus-exception-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-harness</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-exception-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-test-harness/nexus-simple-memory-realm/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-harness</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nexus-simple-memory-realm</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions nexus-test-harness/nexus-test-harness-launcher/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-harness</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-test-harness-launcher</artifactId>
<name>Nexus Test Harness Launcher</name>

<properties>
<nexus-plugin-console-plugin.version>1.4.2-SNAPSHOT</nexus-plugin-console-plugin.version>
<nexus-plugin-console-plugin.version>1.4.1</nexus-plugin-console-plugin.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion nexus-test-harness/nexus-test-harness-selenium/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nexus-test-harness</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-test-harness-selenium</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-test-harness/nexus-timeout-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-harness</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-timeout-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-test-harness/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<artifactId>nexus-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-utils/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
4 changes: 2 additions & 2 deletions nexus-webapp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
</parent>
<!-- a unique name for this project -->
<artifactId>nexus-webapp</artifactId>
Expand All @@ -24,7 +24,7 @@
<compressed-dir>${project.build.directory}/ui-compressed</compressed-dir>

<plugin-repository.directory>${project.build.finalName}/runtime/apps/nexus/plugin-repository</plugin-repository.directory>
<nexus-plugin-console-plugin.version>1.4.2-SNAPSHOT</nexus-plugin-console-plugin.version>
<nexus-plugin-console-plugin.version>1.4.1</nexus-plugin-console-plugin.version>

</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>nexus</artifactId>
<packaging>pom</packaging>
<name>Nexus Repository Manager</name>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.1.1-SNAPSHOT</version>
<description>Sonatype Nexus Repository Manager</description>
<inceptionYear>2007</inceptionYear>
<mailingLists />
Expand Down

0 comments on commit 6f88508

Please sign in to comment.