Skip to content

Commit ef7d105

Browse files
committed
Upgrade gooddata-parent
JIRA:GRIF-315
1 parent ed560a4 commit ef7d105

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

gooddata-java-model/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gooddata-java-model</artifactId>
6+
<name>${project.artifactId}</name>
67

78
<parent>
89
<artifactId>gooddata-java-parent</artifactId>
910
<groupId>com.gooddata</groupId>
10-
<version>4.0.1+api3-SNAPSHOT</version>
11+
<version>4.0.3+api3-SNAPSHOT</version>
1112
</parent>
1213

1314
<dependencies>

gooddata-java/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gooddata-java</artifactId>
6+
<name>${project.artifactId}</name>
67

78
<parent>
89
<artifactId>gooddata-java-parent</artifactId>
910
<groupId>com.gooddata</groupId>
10-
<version>4.0.1+api3-SNAPSHOT</version>
11+
<version>4.0.3+api3-SNAPSHOT</version>
1112
</parent>
1213

1314
<dependencies>

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<artifactId>gooddata-java-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>4.0.1+api3-SNAPSHOT</version>
7+
<version>4.0.3+api3-SNAPSHOT</version>
88
<name>${project.artifactId}</name>
99
<description>GoodData Java SDK</description>
1010
<url>https://github.com/gooddata/gooddata-java</url>
1111

1212
<parent>
1313
<groupId>com.gooddata</groupId>
1414
<artifactId>gooddata-parent</artifactId>
15-
<version>3.1.0</version>
15+
<version>4.0.3</version>
1616
</parent>
1717

1818
<licenses>
@@ -469,37 +469,43 @@ LICENSE.txt file in the root directory of this source tree.</inlineHeader>
469469
<dependency>
470470
<groupId>org.eclipse.jetty</groupId>
471471
<artifactId>jetty-server</artifactId>
472+
<version>${jetty.compatible.version}</version>
472473
<scope>test</scope>
473-
<!-- Version managed by Spring Boot BOM for consistency -->
474474
</dependency>
475475
<dependency>
476476
<groupId>org.eclipse.jetty</groupId>
477477
<artifactId>jetty-servlet</artifactId>
478+
<version>${jetty.compatible.version}</version>
478479
<scope>test</scope>
479480
</dependency>
480481
<dependency>
481482
<groupId>org.eclipse.jetty</groupId>
482483
<artifactId>jetty-util</artifactId>
484+
<version>${jetty.compatible.version}</version>
483485
<scope>test</scope>
484486
</dependency>
485487
<dependency>
486488
<groupId>org.eclipse.jetty</groupId>
487489
<artifactId>jetty-http</artifactId>
490+
<version>${jetty.compatible.version}</version>
488491
<scope>test</scope>
489492
</dependency>
490493
<dependency>
491494
<groupId>org.eclipse.jetty</groupId>
492495
<artifactId>jetty-io</artifactId>
496+
<version>${jetty.compatible.version}</version>
493497
<scope>test</scope>
494498
</dependency>
495499
<dependency>
496500
<groupId>org.eclipse.jetty</groupId>
497501
<artifactId>jetty-security</artifactId>
502+
<version>${jetty.compatible.version}</version>
498503
<scope>test</scope>
499504
</dependency>
500505
<dependency>
501506
<groupId>org.eclipse.jetty</groupId>
502507
<artifactId>jetty-webapp</artifactId>
508+
<version>${jetty.compatible.version}</version>
503509
<scope>test</scope>
504510
</dependency>
505511
<dependency>

0 commit comments

Comments
 (0)