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@696 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
782c34b652
commit
1d2213ee84
@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
8
pom.xml
8
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<name>Maven Alfresco SDK</name>
|
||||
<description>This aggregator Project builds all modules required for
|
||||
the Maven Alfresco SDK</description>
|
||||
@ -28,9 +28,9 @@
|
||||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:${scm.url.base}/tags/alfresco-lifecycle-aggregator-1.0.2</connection>
|
||||
<developerConnection>scm:svn:${scm.url.base}/tags/alfresco-lifecycle-aggregator-1.0.2</developerConnection>
|
||||
<url>${scm.url.base}/tags/alfresco-lifecycle-aggregator-1.0.2</url>
|
||||
<connection>scm:svn:${scm.url.base}/trunk</connection>
|
||||
<developerConnection>scm:svn:${scm.url.base}/trunk</developerConnection>
|
||||
<url>${scm.url.base}/trunk</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
@ -14,12 +14,12 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<!-- This defines the version of the SDK in terms of features -->
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
|
||||
<prerequisites>
|
||||
<maven>3.0.3</maven>
|
||||
@ -111,7 +111,7 @@
|
||||
<!-- This is used for the site deployment procedure (override in your POM as needed) -->
|
||||
<stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory>
|
||||
<!-- Alfresco Maven plugin in use throughout the SDK -->
|
||||
<maven.alfresco.version>1.0.2</maven.alfresco.version>
|
||||
<maven.alfresco.version>1.0.3-SNAPSHOT</maven.alfresco.version>
|
||||
<h2.version>1.3.170</h2.version>
|
||||
<h2-support.version>1.5</h2-support.version>
|
||||
</properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user