Skip to content

Commit ae692d6

Browse files
author
Adrian George
committed
Release prep
1 parent 020db65 commit ae692d6

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Releases #
2-
## In Progress Work ##
2+
## Release 2.8.0 (2019-06-05) ##
33
1. Updated Dependencies
44
1. scala: 2.11.7 → 2.12.8
55
1. scala-logging: 2.1.2 → 3.9.0
66
1. scala-test: 2.2.6 → 3.0.7
77
1. scala-uri: 0.4.2 → 0.5.7
88
1. wadl-tools: 1.0.38 → 1.1.0
99
1. http-delegation: 4.0.0 → 5.0.0
10+
1. Switched from Argot to Scopt for command line parsing
1011

1112
## Release 2.7.0 (2019-02-20) ##
1213
1. In order to help debugging, checker metadata can now be displayed or logged in a human friendly format by:

cli/checker-cli-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

cli/nailgun-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

cli/nailgun-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components</groupId>
66
<artifactId>api-checker</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker</groupId>

cli/wadl2checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

cli/wadl2dot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

cli/wadltest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components.api-checker</groupId>
66
<artifactId>cli</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.cli</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components</groupId>
66
<artifactId>api-checker</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker</groupId>

macros/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components</groupId>
66
<artifactId>api-checker</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker.macros</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.rackspace.papi.components</groupId>
44
<artifactId>api-checker</artifactId>
5-
<version>2.7.1-SNAPSHOT</version>
5+
<version>2.8.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77

88
<name>API Checker</name>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.rackspace.papi.components</groupId>
66
<artifactId>api-checker</artifactId>
7-
<version>2.7.1-SNAPSHOT</version>
7+
<version>2.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.rackspace.papi.components.api-checker</groupId>

0 commit comments

Comments
 (0)