Skip to content

Commit

Permalink
Revert "Set version to 1.9-RC" back to 1.9-SNAPSHOT
Browse files Browse the repository at this point in the history
This reverts commit 7fe3ad9.
  • Loading branch information
groldan committed Sep 11, 2024
1 parent 7fe3ad9 commit 846bea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gscloud_dev
TAG=1.9-RC
TAG=1.9-SNAPSHOT
ACL_TAG=2.3.0
GS_USER="1000:1000"
GATEWAY_SHARED_AUTH=true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<module>src</module>
</modules>
<properties>
<revision>1.9-RC</revision>
<revision>1.9-SNAPSHOT</revision>
<fmt.action>format</fmt.action>
<fmt.skip>false</fmt.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 846bea7

Please sign in to comment.