Compare commits

...

15 Commits

Author SHA1 Message Date
Travis CI User
0710c26a7a [maven-release-plugin][skip ci] prepare release 7.0.1-A7 2021-07-14 13:58:16 +00:00
alandavis
ede6928445 [release][publish] 7.0.1-A7
[skip tests] already run for A6
2021-07-14 14:21:37 +01:00
Travis CI User
be9bd05211 [maven-release-plugin][skip ci] prepare for next development iteration 2021-07-12 17:14:17 +00:00
Travis CI User
2398ae671f [maven-release-plugin][skip ci] prepare release 7.0.1-A6 2021-07-12 17:14:12 +00:00
Alex Mukha
322ebbe08f [release] 7.0.1-A6 (second attempt) 2021-07-12 17:36:42 +01:00
Alex Mukha
94f1f8343a Bump community repo to 9.28 2021-07-12 17:08:37 +01:00
Alex Mukha
7a112f8c89 [release] 7.0.1-A6 2021-07-12 15:16:35 +01:00
Davide
d99d399ef1 SEARCH-2878 Update the SearchService version to 2.0.2-RC2(#1417) 2021-07-09 22:15:34 +01:00
alandavis
4215b634ba Dev env was not referencing the correct parent [skip ci] 2021-07-09 18:09:33 +01:00
alahariya
9aaa936bdf bump-share-7.0.1 (#1416)
Co-authored-by: alahariya <Anjali.Lahariya@contractors.onbase.com>
2021-07-09 20:48:43 +05:30
Travis CI User
293a25f76e [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-29 15:54:13 +00:00
Travis CI User
4bfd2e145c [maven-release-plugin][skip ci] prepare release 7.0.1-A5 2021-06-29 15:54:07 +00:00
alandavis
39b923bbd1 [release] 7.0.1-A5 2021-06-29 15:50:27 +01:00
alandavis
78baf18136 [release] 7.0.1-A5 2021-06-29 15:49:45 +01:00
Travis CI User
4aca5c0ec0 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-25 23:54:09 +00:00
15 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ env:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.0.1-....) for the docker image to build successfully.
- RELEASE_VERSION=7.0.1-A4
- RELEASE_VERSION=7.0.1-A7
- DEVELOPMENT_VERSION=7.0.1-SNAPSHOT
stages:

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<properties>

12
pom.xml
View File

@@ -3,19 +3,19 @@
<artifactId>acs-community-packaging</artifactId>
<packaging>pom</packaging>
<name>Alfresco Content Services Community Packaging</name>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>9.22</version>
<version>9.28</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>9.22</dependency.alfresco-community-repo.version>
<alfresco.share.version>7.0.1-A4</alfresco.share.version>
<dependency.alfresco-community-repo.version>9.28</dependency.alfresco-community-repo.version>
<alfresco.share.version>7.0.1</alfresco.share.version>
<alfresco.alfresco-share-services.version>${alfresco.share.version}</alfresco.alfresco-share-services.version>
<alfresco.api-explorer.version>7.0.0</alfresco.api-explorer.version>
@@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/Alfresco/acs-community-packaging.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/acs-community-packaging.git</developerConnection>
<url>https://github.com/Alfresco/acs-community-packaging</url>
<tag>7.0.1-A4</tag>
<tag>7.0.1-A7</tag>
</scm>
<distributionManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<packaging>pom</packaging>

View File

@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.4.0
SOLR6_TAG=2.0.1
SOLR6_TAG=2.0.2-RC2
POSTGRES_TAG=13.1
ACTIVEMQ_TAG=5.16.1

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<modules>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.0.1-A4</version>
<version>7.0.1-A7</version>
</parent>
<developers>