Commit 4d60a2de authored by mindthegab's avatar mindthegab
Browse files

[maven-release-plugin] prepare release alfresco-lifecycle-aggregator-1.0

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@656 04253f4f-3451-0410-a141-5562f1e59037
parent 2f3e4c4a
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -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>

+19 −19
Original line number Diff line number Diff line
@@ -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>
  
+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>
@@ -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>

+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>
@@ -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>
+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>
@@ -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:
@@ -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>