Commit fbfc601f authored by mindthegab's avatar mindthegab
Browse files

[maven-scm] copy for tag maven-alfresco-lifecycle-1.0.0

parents ccd44161 dfe50650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
	<parent>
		<groupId>com.sourcesense.alfresco</groupId>
		<artifactId>maven-alfresco-archetypes</artifactId>
		<version>1.0.0</version>
		<version>1.9.0</version>
	</parent>
	<build>
		<extensions>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
	<parent>
		<groupId>com.sourcesense.alfresco</groupId>
		<artifactId>maven-alfresco-archetypes</artifactId>
		<version>1.0.0</version>
		<version>1.9.0</version>
	</parent>
	<description>
		This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
	<groupId>com.sourcesense.alfresco</groupId>
	<artifactId>maven-alfresco-archetypes</artifactId>
	<packaging>pom</packaging>
	<version>1.0.0</version>
	<version>1.9.0</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
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
	<artifactId>maven-amp-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<name>Alfresco AMP Plugin</name>
	<version>1.0.0</version>
	<version>3.0.1</version>
	<parent>
		<groupId>org.alfresco</groupId>
		<artifactId>maven-alfresco-lifecycle</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
	<groupId>com.sourcesense.maven</groupId>
	<artifactId>maven-nosnapshot-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<version>1.0.0</version>
	<version>0.0.5</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>
Loading