We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5daf02 commit be69f15Copy full SHA for be69f15
.github/workflows/deploy.yml
@@ -65,4 +65,5 @@ jobs:
65
secrets: inherit
66
with:
67
push_to_repo: true
68
- snapshot: false
+ snapshot: false
69
+ next_version: ''
gbfs-validator-java/pom.xml
@@ -4,12 +4,12 @@
4
<parent>
5
<groupId>org.entur.gbfs</groupId>
6
<artifactId>gbfs-validator-java-parent</artifactId>
7
- <version>2.0.37-SNAPSHOT</version>
+ <version>2.0.37</version>
8
</parent>
9
10
11
<artifactId>gbfs-validator-java</artifactId>
12
13
<packaging>jar</packaging>
14
15
<name>gbfs-validator-java</name>
0 commit comments