mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
[maven-release-plugin] prepare release maven-alfresco-lifecycle-1.1.0
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@257 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<parent>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<version>1.9.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<build>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<version>1.9.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<description>
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.alfresco.maven</groupId>
|
||||
<artifactId>maven-alfresco-share-archetype</artifactId>
|
||||
@@ -10,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<version>1.9.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<build>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<groupId>com.sourcesense.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<version>1.9.1</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
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.1.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<organization>
|
||||
|
@@ -4,11 +4,11 @@
|
||||
<artifactId>maven-amp-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Alfresco AMP Plugin</name>
|
||||
<version>3.0.2-SNAPSHOT</version>
|
||||
<version>3.0.2</version>
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.1.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<description>
|
||||
|
@@ -3,13 +3,13 @@
|
||||
<groupId>com.sourcesense.maven</groupId>
|
||||
<artifactId>maven-nosnapshot-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<version>0.0.6-SNAPSHOT</version>
|
||||
<version>0.0.6</version>
|
||||
<name>Custom version manipulator Maven Plugin</name>
|
||||
<description>It's non invasive and puts modified versions in configurable pom properties</description>
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.1.0</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.1-SNAPSHOT</version>
|
||||
<version>1.1.0</version>
|
||||
<name>Maven Alfresco Lifecycle support base project</name>
|
||||
<url>http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle</url>
|
||||
<description>
|
||||
@@ -41,9 +41,9 @@ community contexts.
|
||||
<site_site_url>${project.url}</site_site_url>
|
||||
</properties>
|
||||
<scm>
|
||||
<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>
|
||||
<connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.1.0</connection>
|
||||
<developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.1.0</developerConnection>
|
||||
<url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-1.1.0</url>
|
||||
</scm>
|
||||
<!-- New Alfresco nexus instance -->
|
||||
<repositories>
|
||||
|
Reference in New Issue
Block a user