Loading archetypes/alfresco-allinone-archetype/pom.xml +18 −18 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading archetypes/alfresco-amp-archetype/pom.xml +19 −19 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading plugins/alfresco-maven-plugin/pom.xml +2 −3 Original line number Diff line number Diff line <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.alfresco.maven.plugin</groupId> <artifactId>alfresco-maven-plugin</artifactId> Loading @@ -9,7 +8,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading pom.xml +5 −6 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <name>Maven Alfresco SDK</name> <description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description> <packaging>pom</packaging> Loading @@ -28,9 +27,9 @@ </issueManagement> <scm> <connection>scm:svn:${scm.url.base}/trunk</connection> <developerConnection>scm:svn:${scm.url.base}/trunk</developerConnection> <url>${scm.url.base}/trunk</url> <connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</connection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</developerConnection> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</url> </scm> <developers> Loading poms/alfresco-sdk-parent/pom.xml +4 −5 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>alfresco-sdk-parent</artifactId> <name>Alfresco Maven SDK Parent POM</name> Loading @@ -15,12 +14,12 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <!-- This defines the version of the SDK in terms of features --> <version>1.0-SNAPSHOT</version> <version>1.0</version> <properties> <!-- Default Alfresco version this SDK version has been tested with: Loading Loading @@ -104,7 +103,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-SNAPSHOT</maven.alfresco.version> <maven.alfresco.version>1.0</maven.alfresco.version> <h2.version>1.3.158</h2.version> <h2-support.version>1.5</h2-support.version> Loading Loading
archetypes/alfresco-allinone-archetype/pom.xml +18 −18 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading
archetypes/alfresco-amp-archetype/pom.xml +19 −19 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading
plugins/alfresco-maven-plugin/pom.xml +2 −3 Original line number Diff line number Diff line <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.alfresco.maven.plugin</groupId> <artifactId>alfresco-maven-plugin</artifactId> Loading @@ -9,7 +8,7 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> Loading
pom.xml +5 −6 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <name>Maven Alfresco SDK</name> <description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description> <packaging>pom</packaging> Loading @@ -28,9 +27,9 @@ </issueManagement> <scm> <connection>scm:svn:${scm.url.base}/trunk</connection> <developerConnection>scm:svn:${scm.url.base}/trunk</developerConnection> <url>${scm.url.base}/trunk</url> <connection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</connection> <developerConnection>scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</developerConnection> <url>https://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0</url> </scm> <developers> Loading
poms/alfresco-sdk-parent/pom.xml +4 −5 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>alfresco-sdk-parent</artifactId> <name>Alfresco Maven SDK Parent POM</name> Loading @@ -15,12 +14,12 @@ <parent> <groupId>org.alfresco.maven</groupId> <artifactId>alfresco-lifecycle-aggregator</artifactId> <version>1.0-SNAPSHOT</version> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <!-- This defines the version of the SDK in terms of features --> <version>1.0-SNAPSHOT</version> <version>1.0</version> <properties> <!-- Default Alfresco version this SDK version has been tested with: Loading Loading @@ -104,7 +103,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-SNAPSHOT</maven.alfresco.version> <maven.alfresco.version>1.0</maven.alfresco.version> <h2.version>1.3.158</h2.version> <h2-support.version>1.5</h2-support.version> Loading