Skip to content

Commit

Permalink
Updates Version to 2.0.0-SNAPSHOT (#443)
Browse files Browse the repository at this point in the history
* Updates Version to 2.0.0-SNAPSHOT

* Updates Version to 2.0.0-SNAPSHOT
  • Loading branch information
FriedJannik authored Sep 11, 2024
1 parent 9c52e74 commit 39ec6d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- 'NOTICE'

env:
VERSION: 2.0.0-milestone-04
VERSION: 2.0.0-SNAPSHOT
MVN_ARGS_BUILD_BASYX_NO_TESTS: -DskipTests

jobs:
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BASYX_VERSION=2.0.0-milestone-04
BASYX_VERSION=2.0.0-SNAPSHOT
AAS_WEBUI_VERSION=v2-240125
KEYCLOAK_VERSION=24.0.4
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<revision>2.0.0-milestone-04</revision>
<revision>2.0.0-SNAPSHOT</revision>
<docker.provenance />
<docker.namespace>eclipsebasyx</docker.namespace>
<docker.image.name>NOT_DEFINED_IN_MODULE</docker.image.name>
Expand Down

0 comments on commit 39ec6d8

Please sign in to comment.