[maven-release-plugin] prepare release maven-alfresco-archetypes-1.0.1

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@162 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2009-04-08 09:29:54 +00:00
parent 4d8ab7d2af
commit 3b917efc2e
3 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@
<artifactId>maven-alfresco-amp-archetype</artifactId> <artifactId>maven-alfresco-amp-archetype</artifactId>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<name>Maven Alfresco Amp Archetype</name> <name>Maven Alfresco Amp Archetype</name>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
<description> <description>
This archetype aims to provide a standardized approach to development, release and deployment of Alfresco AMPs (as opposed to Alfresco This archetype aims to provide a standardized approach to development, release and deployment of Alfresco AMPs (as opposed to Alfresco
extensions, released as a different artifact ). Using standard m2 lifecycle commands (mvn compile package deploy) and generally available extensions, released as a different artifact ). Using standard m2 lifecycle commands (mvn compile package deploy) and generally available
@ -35,13 +35,13 @@
<site.url>https://repository.sourcesense.com/maven2-sites/maven-alfresco-archetypes/${pom.artifactId}</site.url> <site.url>https://repository.sourcesense.com/maven2-sites/maven-alfresco-archetypes/${pom.artifactId}</site.url>
</properties> </properties>
<scm> <scm>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-amp-archetype</developerConnection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1/maven-alfresco-amp-archetype</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-amp-archetype</url> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1/maven-alfresco-amp-archetype</url>
</scm> </scm>
<parent> <parent>
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
</parent> </parent>
<build> <build>
<extensions> <extensions>

View File

@ -20,14 +20,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-extension-archetype</artifactId> <artifactId>maven-alfresco-extension-archetype</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<name>Maven alfresco Extension archetype</name> <name>Maven alfresco Extension archetype</name>
<url>${site.url}</url> <url>${site.url}</url>
<parent> <parent>
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
</parent> </parent>
<description> <description>
This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
@ -44,8 +44,8 @@
<site.url>https://repository.sourcesense.com/maven2-sites/maven-alfresco-archetypes/${pom.artifactId}</site.url> <site.url>https://repository.sourcesense.com/maven2-sites/maven-alfresco-archetypes/${pom.artifactId}</site.url>
</properties> </properties>
<scm> <scm>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-extension-archetype</developerConnection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1/maven-alfresco-extension-archetype</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-extension-archetype</url> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1/maven-alfresco-extension-archetype</url>
</scm> </scm>
<build> <build>
<extensions> <extensions>

View File

@ -3,7 +3,7 @@
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
<name>Maven Alfresco Archetypes base project</name> <name>Maven Alfresco Archetypes base project</name>
<description> <description>
This project is meant to gather all commons configurations and settings between the two maven-alfresco-*-archetypes, i.e. This project is meant to gather all commons configurations and settings between the two maven-alfresco-*-archetypes, i.e.
@ -37,8 +37,8 @@
<site_site_url>${site.url}</site_site_url> <site_site_url>${site.url}</site_site_url>
</properties> </properties>
<scm> <scm>
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes</developerConnection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1</developerConnection>
<url>https://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes</url> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-archetypes-1.0.1</url>
</scm> </scm>
<repositories> <repositories>
<repository> <repository>