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@230 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
e3b9db212d
commit
d6ffeaaa1c
@ -32,7 +32,7 @@
|
||||
<parent>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<version>1.9.0</version>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<build>
|
||||
<extensions>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<parent>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<version>1.9.0</version>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<description>
|
||||
This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
|
||||
|
@ -3,7 +3,7 @@
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.9.0</version>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<name>Maven Alfresco Archetypes base project</name>
|
||||
<description>
|
||||
This project is meant to gather all commons configurations and settings between the two maven-alfresco-*-archetypes, i.e. maven-alfresco-extension-archetype and maven-alfresco-amp-archetype
|
||||
@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modules>
|
||||
<module>maven-alfresco-amp-archetype</module>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<artifactId>maven-amp-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Alfresco AMP Plugin</name>
|
||||
<version>3.0.1</version>
|
||||
<version>3.0.2-SNAPSHOT</version>
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<description>
|
||||
|
@ -3,14 +3,14 @@
|
||||
<groupId>com.sourcesense.maven</groupId>
|
||||
<artifactId>maven-nosnapshot-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<version>0.0.5</version>
|
||||
<version>0.0.6-SNAPSHOT</version>
|
||||
<name>Custom version manipulator Maven Plugin</name>
|
||||
<description>It's non invasive and puts modified versions in configurable pom properties</description>
|
||||
<url>${project.artifactId}</url>
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
8
pom.xml
8
pom.xml
@ -3,7 +3,7 @@
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<name>Maven Alfresco Lifecycle support base project</name>
|
||||
<parent>
|
||||
<groupId>com.sourcesense.maven</groupId>
|
||||
@ -45,9 +45,9 @@
|
||||
<site_site_url>${site.url}</site_site_url>
|
||||
</properties>
|
||||
<scm>
|
||||
<connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.0.0</connection>
|
||||
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.0.0</developerConnection>
|
||||
<url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.0.0</url>
|
||||
<connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk</connection>
|
||||
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk</developerConnection>
|
||||
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk</url>
|
||||
</scm>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
Loading…
x
Reference in New Issue
Block a user