Skip to content

Commit a569866

Browse files
committed
Use same parent in api module
1 parent 3981618 commit a569866

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

gbfs-validator-java-api/pom.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
9-
<relativePath/> <!-- lookup parent from repository -->
6+
<groupId>org.entur.gbfs</groupId>
7+
<artifactId>gbfs-validator-java-parent</artifactId>
8+
<version>2.0.34-SNAPSHOT</version>
109
</parent>
11-
<groupId>org.entur.gbfs</groupId>
10+
1211
<artifactId>gbfs-validator-java-api</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
12+
<version>2.0.34-SNAPSHOT</version>
1413
<name>gbfs-validator-java-api</name>
1514
<description>gbfs-validator-java-api</description>
1615
<url/>
@@ -33,6 +32,19 @@
3332
<junit-platform.version>1.10.2</junit-platform.version>
3433
<openapi-generator-maven-plugin>6.0.0</openapi-generator-maven-plugin>
3534
</properties>
35+
36+
<dependencyManagement>
37+
<dependencies>
38+
<dependency>
39+
<groupId>org.springframework.boot</groupId>
40+
<artifactId>spring-boot-dependencies</artifactId>
41+
<version>3.4.3</version>
42+
<type>pom</type>
43+
<scope>import</scope>
44+
</dependency>
45+
</dependencies>
46+
</dependencyManagement>
47+
3648
<dependencies>
3749
<dependency>
3850
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)