Skip to content

Commit be69f15

Browse files
committed
update gha , netex_version
1 parent b5daf02 commit be69f15

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
secrets: inherit
6666
with:
6767
push_to_repo: true
68-
snapshot: false
68+
snapshot: false
69+
next_version: ''

gbfs-validator-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.entur.gbfs</groupId>
66
<artifactId>gbfs-validator-java-parent</artifactId>
7-
<version>2.0.37-SNAPSHOT</version>
7+
<version>2.0.37</version>
88
</parent>
99

1010
<groupId>org.entur.gbfs</groupId>
1111
<artifactId>gbfs-validator-java</artifactId>
12-
<version>2.0.37-SNAPSHOT</version>
12+
<version>2.0.37</version>
1313
<packaging>jar</packaging>
1414

1515
<name>gbfs-validator-java</name>

0 commit comments

Comments
 (0)