Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nexus-2.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatype Release Machine committed Dec 29, 2011
1 parent 7e55647 commit f19b99d
Show file tree
Hide file tree
Showing 65 changed files with 89 additions and 100 deletions.
5 changes: 2 additions & 3 deletions nexus-maven-plugins/nexus-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
All other trademarks are the property of their respective owners.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-maven-plugins-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<groupId>org.sonatype.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
<relativePath>../nexus</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nexus-runtime-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-runtime-platform</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>

<packaging>pom</packaging>
<name>Nexus : Runtime Platform</name>
Expand Down
5 changes: 2 additions & 3 deletions nexus/nexus-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
All other trademarks are the property of their respective owners.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<!-- Parent POM -->
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-clients/nexus-rest-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>nexus-clients</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-rest-client-java</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
All other trademarks are the property of their respective owners.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-restlight-client-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-restlight-core-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-restlight-m2-settings-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-restlight-stage-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-restlight-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-clients/nexus-restlight-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-clients</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<groupId>org.sonatype.nexus.restlight</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>nexus</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>
<artifactId>nexus-clients</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-configuration-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-archetype-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-core-documentation-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-groovy-console-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-indexer-lucene-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins.ldap</groupId>
<artifactId>nexus-ldap-plugin-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>ldap-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>nexus-ldap-plugin-parent</artifactId>
<groupId>org.sonatype.nexus.plugins.ldap</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-ldap-plugin-it</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins.ldap</groupId>
<artifactId>nexus-ldap-plugin-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-ldap-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-lvo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-lvo-plugin</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions nexus/nexus-core-plugins/nexus-maven-bridge-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
All other trademarks are the property of their respective owners.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-maven-bridge-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>nexus-migration-plugin</artifactId>
<groupId>org.sonatype.nexus.plugins</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin-artifactory-bridge</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-migration-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin-artifactory</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>nexus-migration-plugin</artifactId>
<groupId>org.sonatype.nexus.plugins</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin-configuration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>nexus-migration-plugin</artifactId>
<groupId>org.sonatype.nexus.plugins</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin-packaging</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-migration-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-migration-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-migration-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-plugin-console-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-rrb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-rrb-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/nexus-timeline-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-core-plugins</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-timeline-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-core-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>nexus</artifactId>
<groupId>org.sonatype.nexus</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<groupId>org.sonatype.nexus.plugins</groupId>
Expand Down
5 changes: 2 additions & 3 deletions nexus/nexus-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
All other trademarks are the property of their respective owners.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus/nexus-logging-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<artifactId>nexus-logging-extras</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-tool</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-tool</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0-M1</version>
</parent>

<!-- the version of maven's project object model -->
Expand Down
Loading

0 comments on commit f19b99d

Please sign in to comment.