Skip to content

Commit 8f92a47

Browse files
committed
update pom, more fixes
1 parent 47de63e commit 8f92a47

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

gbfs-validator-java/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,6 @@
149149
</plugins>
150150
</pluginManagement>
151151
<plugins>
152-
<plugin>
153-
<artifactId>maven-deploy-plugin</artifactId>
154-
<version>3.1.1</version>
155-
<executions>
156-
<execution>
157-
<id>default-deploy</id>
158-
<phase>deploy</phase>
159-
<goals>
160-
<goal>deploy</goal>
161-
</goals>
162-
</execution>
163-
</executions>
164-
</plugin>
165152
<plugin>
166153
<groupId>org.codehaus.mojo</groupId>
167154
<artifactId>exec-maven-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.entur.gbfs</groupId>
66
<artifactId>gbfs-validator-java-parent</artifactId>
7-
<version>0-SNAPSHOT</version>
7+
<version>2.0.37-SNAPSHOT</version>
88

99
<packaging>pom</packaging>
1010

0 commit comments

Comments
 (0)