mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@672 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
953656e2bd
commit
a5d942eeea
@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
8
pom.xml
8
pom.xml
@ -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-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
<name>Maven Alfresco SDK</name>
|
<name>Maven Alfresco SDK</name>
|
||||||
<description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description>
|
<description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@ -27,9 +27,9 @@
|
|||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0.1</connection>
|
<connection>scm:svn:${scm.url.base}/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0.1</developerConnection>
|
<developerConnection>scm:svn:${scm.url.base}/trunk</developerConnection>
|
||||||
<url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0.1</url>
|
<url>${scm.url.base}/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</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>1.0.1</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Default Alfresco version this SDK version has been tested with:
|
<!-- Default Alfresco version this SDK version has been tested with:
|
||||||
@ -105,7 +105,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>
|
||||||
<!-- Alfresco Maven plugin in use throughout the SDK -->
|
<!-- Alfresco Maven plugin in use throughout the SDK -->
|
||||||
<maven.alfresco.version>1.0.1</maven.alfresco.version>
|
<maven.alfresco.version>1.0.2-SNAPSHOT</maven.alfresco.version>
|
||||||
<h2.version>1.3.170</h2.version>
|
<h2.version>1.3.170</h2.version>
|
||||||
<h2-support.version>1.5</h2-support.version>
|
<h2-support.version>1.5</h2-support.version>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user