Revert "Change POM"

This reverts commit b5bd2be96e.
This commit is contained in:
mikolajbrzezinski
2022-08-26 16:15:40 +02:00
parent b5bd2be96e
commit 77d67d4ed9
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ env:
# Both variables are required to be set before the release process starts.
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
DEVELOPMENT_VERSION: "17.96-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
RELEASE_VERSION: "17.95" # The version of the release (tag).
DEVELOPMENT_VERSION: "17.92-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
RELEASE_VERSION: "17.91" # The version of the release (tag).
GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}

View File

@@ -2,7 +2,7 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-community-repo</artifactId>
<version>17.96-SNAPSHOT</version>
<version>17.92-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Community Repo Parent</name>