Changeset 29717

Show
Ignore:
Timestamp:
01/28/08 14:59:48 (10 months ago)
Author:
jcarsique
Message:

[maven-release-plugin] prepare release nuxeo-core-1.4.0-GA

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-api/pom.xml

    r28042 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-client/pom.xml

    r29011 r29717  
    1 <?xml version="1.0"?> 
    2 <project xmlns="http://maven.apache.org/POM/4.0.0" 
    3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
     1<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"> 
    52  <modelVersion>4.0.0</modelVersion> 
    63 
     
    85    <groupId>org.nuxeo.ecm.core</groupId> 
    96    <artifactId>nuxeo-core-parent</artifactId> 
    10     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    118  </parent> 
    129 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-facade/pom.xml

    r28603 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-io/pom.xml

    r29029 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-jca/pom.xml

    r28042 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-jcr-connector-test/pom.xml

    r28042 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-jcr-connector/pom.xml

    r28183 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-query/pom.xml

    r28042 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-schema/pom.xml

    r28042 r29717  
    55    <groupId>org.nuxeo.ecm.core</groupId> 
    66    <artifactId>nuxeo-core-parent</artifactId> 
    7     <version>1.4.0-SNAPSHOT</version> 
     7    <version>1.4.0-GA</version> 
    88  </parent> 
    99 
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core/pom.xml

    r28042 r29717  
    66    <groupId>org.nuxeo.ecm.core</groupId> 
    77    <artifactId>nuxeo-core-parent</artifactId> 
    8     <version>1.4.0-SNAPSHOT</version> 
     8    <version>1.4.0-GA</version> 
    99  </parent> 
    1010 
  • org.nuxeo.ecm.core/branches/1.4/pom.xml

    r29714 r29717  
    1010  <groupId>org.nuxeo.ecm.core</groupId> 
    1111  <artifactId>nuxeo-core-parent</artifactId> 
    12   <version>1.4.0-SNAPSHOT</version> 
     12  <version>1.4.0-GA</version> 
    1313  <name>Nuxeo Core Parent</name> 
    1414  <packaging>pom</packaging> 
     
    2121    <nuxeo.runtime.version>1.4.0-GA</nuxeo.runtime.version> 
    2222    <nuxeo.common.version>1.4.0-GA</nuxeo.common.version> 
    23     <nuxeo.core.version>1.4.0-SNAPSHOT</nuxeo.core.version> 
     23    <nuxeo.core.version>1.4.0-GA</nuxeo.core.version> 
    2424  </properties> 
    2525 
     
    5151 
    5252  <scm> 
    53     <connection>scm:svn:http://svn.nuxeo.org/nuxeo/org.nuxeo.ecm.core/branches/1.4</connection> 
    54     <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.ecm.core/branches/1.4</developerConnection> 
    55     <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.core/branches/1.4</url> 
     53    <connection>scm:svn:http://svn.nuxeo.org/nuxeo/org.nuxeo.ecm.core/tags/nuxeo-core-1.4.0-GA</connection> 
     54    <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.ecm.core/tags/nuxeo-core-1.4.0-GA</developerConnection> 
     55    <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.core/tags/nuxeo-core-1.4.0-GA</url> 
    5656  </scm> 
    5757