Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -96,7 +96,7 @@ and some server classes.
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Licensed under the terms of the Apache version 2.0 license. See LICENSE file for

<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-maven-plugin</artifactId>
<version>1.15.1</version>
<version>1.15.2</version>
<packaging>maven-plugin</packaging>

<name>rdl-maven-plugin Maven Plugin</name>
Expand Down Expand Up @@ -164,7 +164,7 @@ Licensed under the terms of the Apache version 2.0 license. See LICENSE file for
<postBuildHookScript>verify</postBuildHookScript>
<settingsFile>src/it/settings.xml</settingsFile>
<extraArtifacts>
<extraArtifact>com.yahoo.rdl:rdl-java:1.4.12</extraArtifact>
<extraArtifact>com.yahoo.rdl:rdl-java:1.4.14</extraArtifact>
</extraArtifacts>
<goals>
<goal>clean</goal>
Expand Down
2 changes: 1 addition & 1 deletion src/it/client-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Licensed under the terms of the Apache version 2.0 license. See LICENSE file for
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/no-config-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Licensed under the terms of the Apache version 2.0 license. See LICENSE file for
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/resources-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Licensed under the terms of the Apache version 2.0 license. See LICENSE file for
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down