mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
[maven-release-plugin] prepare release V2.5-EA2
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-rm</artifactId>
|
<artifactId>alfresco-rm</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>2.5-SNAPSHOT</version>
|
<version>2.5-EA2</version>
|
||||||
<name>Alfresco Records Management</name>
|
<name>Alfresco Records Management</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<connection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</connection>
|
<connection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</connection>
|
||||||
<developerConnection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</developerConnection>
|
<developerConnection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</developerConnection>
|
||||||
<url>https://gitlab.alfresco.com/records-management/records-management</url>
|
<url>https://gitlab.alfresco.com/records-management/records-management</url>
|
||||||
<tag>HEAD</tag>
|
<tag>V2.5-EA2</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-rm</artifactId>
|
<artifactId>alfresco-rm</artifactId>
|
||||||
<version>2.5-SNAPSHOT</version>
|
<version>2.5-EA2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
<echo>Recreating database...</echo>
|
<echo>Recreating database...</echo>
|
||||||
<sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql>
|
<sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql>
|
||||||
<echo>Downloading Alfresco installer...</echo>
|
<echo>Downloading Alfresco installer...</echo>
|
||||||
<get src="https://releases.alfresco.com/${installer.path}" dest="target/alf-installer.bin"/>
|
<get src="https://releases.alfresco.com/${installer.path}" dest="target/alf-installer.bin" />
|
||||||
<chmod file="target/alf-installer.bin" perm="a+x" verbose="true" />
|
<chmod file="target/alf-installer.bin" perm="a+x" verbose="true" />
|
||||||
<echo>Installing Alfresco...</echo>
|
<echo>Installing Alfresco...</echo>
|
||||||
<exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true">
|
<exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true">
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-rm</artifactId>
|
<artifactId>alfresco-rm</artifactId>
|
||||||
<version>2.5-SNAPSHOT</version>
|
<version>2.5-EA2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-rm-community</artifactId>
|
<artifactId>alfresco-rm-community</artifactId>
|
||||||
<version>2.5-SNAPSHOT</version>
|
<version>2.5-EA2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Reference in New Issue
Block a user