Skip to content
Snippets Groups Projects
Commit ae61627f authored by Jan Zickermann's avatar Jan Zickermann
Browse files

Release 0.1.0

parent 9e86631a
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ deploy_to_artifactory: ...@@ -36,6 +36,7 @@ deploy_to_artifactory:
- mvn -P artifactory-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS deploy - mvn -P artifactory-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS deploy
only: only:
- main - main
- release
deploy_to_nexus: deploy_to_nexus:
stage: deploy stage: deploy
...@@ -44,3 +45,4 @@ deploy_to_nexus: ...@@ -44,3 +45,4 @@ deploy_to_nexus:
- mvn -P nexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS deploy - mvn -P nexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS deploy
only: only:
- main - main
- release
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</parent> </parent>
<groupId>de.ozgcloud.xta</groupId> <groupId>de.ozgcloud.xta</groupId>
<artifactId>xta-client-lib</artifactId> <artifactId>xta-client-lib</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.0</version>
<properties> <properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment