[maven-release-plugin] prepare release alfresco-sdk-aggregator-2.0.0

This commit is contained in:
mindthegab 2014-12-23 23:52:11 -05:00
parent 58cf54fe7d
commit ae7f3bd532
7 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<name>Alfresco SDK</name> <name>Alfresco SDK</name>
<description>This aggregator Project builds all modules required for the Alfresco SDK</description> <description>This aggregator Project builds all modules required for the Alfresco SDK</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -30,7 +30,7 @@
<connection>scm:git:${scm.url.base}.git</connection> <connection>scm:git:${scm.url.base}.git</connection>
<developerConnection>scm:git:${scm.url.base}</developerConnection> <developerConnection>scm:git:${scm.url.base}</developerConnection>
<url>${scm.url.base}</url> <url>${scm.url.base}</url>
<tag>HEAD</tag> <tag>alfresco-sdk-aggregator-2.0.0</tag>
</scm> </scm>
<developers> <developers>

View File

@ -14,12 +14,12 @@
<parent> <parent>
<groupId>org.alfresco.maven</groupId> <groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-aggregator</artifactId> <artifactId>alfresco-sdk-aggregator</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<!-- This defines the version of the SDK in terms of features --> <!-- This defines the version of the SDK in terms of features -->
<version>2.0.1-SNAPSHOT</version> <version>2.0.0</version>
<prerequisites> <prerequisites>
<maven>3.2.2</maven> <maven>3.2.2</maven>
@ -123,7 +123,7 @@
<!-- This is used for the site deployment procedure (override in your POM as needed) --> <!-- This is used for the site deployment procedure (override in your POM as needed) -->
<stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory> <stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory>
<!-- Maven Alfresco plugin in use throughout the SDK --> <!-- Maven Alfresco plugin in use throughout the SDK -->
<maven.alfresco.version>2.0.1-SNAPSHOT</maven.alfresco.version> <maven.alfresco.version>2.0.0</maven.alfresco.version>
<h2.version>1.4.182</h2.version> <h2.version>1.4.182</h2.version>
<junit.version>4.11</junit.version> <junit.version>4.11</junit.version>
<maven.jetty.version>7.4.0.v20110414</maven.jetty.version> <maven.jetty.version>7.4.0.v20110414</maven.jetty.version>