Unverified Commit 89a73159 authored by Somnath Deshmukh's avatar Somnath Deshmukh Committed by GitHub
Browse files

[ACS-12085] [release] Alfresco SDK 4.17.0-A2 alpha (#769)

parent 9037ad35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ env:
    # As the release is triggered by a commit message with "[release]" keyword,
    # setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
    - RELEASE_VERSION=4.17.0-A2
    - DEVELOPMENT_VERSION=4.17.0-A3
    - DEVELOPMENT_VERSION=4.17.0-A3-SNAPSHOT
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  <parent>
    <groupId>org.alfresco.maven</groupId>
    <artifactId>alfresco-sdk-aggregator</artifactId>
    <version>4.17.0-A1</version>
    <version>4.17.0-A2</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  <parent>
    <groupId>org.alfresco.maven</groupId>
    <artifactId>alfresco-sdk-aggregator</artifactId>
    <version>4.17.0-A1</version>
    <version>4.17.0-A2</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    <parent>
        <groupId>org.alfresco.maven</groupId>
        <artifactId>alfresco-sdk-aggregator</artifactId>
        <version>4.17.0-A1</version>
        <version>4.17.0-A2</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    <parent>
        <groupId>org.alfresco.maven</groupId>
        <artifactId>alfresco-sdk-aggregator</artifactId>
        <version>4.17.0-A1</version>
        <version>4.17.0-A2</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

Loading