Skip to content

Commit f590286

Browse files
committed
fix: set missing project names and versions
1 parent ac4c024 commit f590286

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>gwt-spring-boot-starter-bom</artifactId>
11+
<name>gwt-spring-boot-starter-bom</name>
1112
<packaging>pom</packaging>
1213

1314
<dependencyManagement>
@@ -75,18 +76,22 @@
7576
<dependency>
7677
<groupId>org.eclipse.jetty</groupId>
7778
<artifactId>jetty-servlets</artifactId>
79+
<version>${jetty.version}</version>
7880
</dependency>
7981
<dependency>
8082
<groupId>org.eclipse.jetty</groupId>
8183
<artifactId>jetty-servlet</artifactId>
84+
<version>${jetty.version}</version>
8285
</dependency>
8386
<dependency>
8487
<groupId>org.eclipse.jetty</groupId>
8588
<artifactId>jetty-server</artifactId>
89+
<version>${jetty.version}</version>
8690
</dependency>
8791
<dependency>
8892
<groupId>org.eclipse.jetty</groupId>
8993
<artifactId>jetty-http</artifactId>
94+
<version>${jetty.version}</version>
9095
</dependency>
9196
</dependencies>
9297
</dependencyManagement>

example/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>gwt-spring-boot-starter-example</artifactId>
11+
<name>gwt-spring-boot-starter-example</name>
1112
<packaging>war</packaging>
1213

1314
<description>This demo illustrates the use of Jadice Web Toolkit in a Spring Boot application.</description>

starter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>gwt-spring-boot-starter</artifactId>
11+
<name>gwt-spring-boot-starter</name>
1112

1213
<dependencyManagement>
1314
<dependencies>

0 commit comments

Comments
 (0)