Skip to content

Commit 173c3fc

Browse files
committed
v2.8.6
1 parent 97f6935 commit 173c3fc

File tree

48 files changed

+62
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+62
-56
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.jooby</groupId>
99
<artifactId>modules</artifactId>
10-
<version>2.8.6-SNAPSHOT</version>
10+
<version>2.8.6</version>
1111
</parent>
1212

1313
<artifactId>jooby-archetype</artifactId>

modules/jooby-awssdk-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-banner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jooby</groupId>
66
<artifactId>modules</artifactId>
7-
<version>2.8.6-SNAPSHOT</version>
7+
<version>2.8.6</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
@@ -16,16 +16,16 @@
1616
<!-- THIS FILE IS AUTO GENERATED. DON'T EDIT -->
1717

1818
<properties>
19-
<jooby.version>2.8.6-SNAPSHOT</jooby.version>
19+
<jooby.version>2.8.6</jooby.version>
2020
<HikariCP.version>3.4.5</HikariCP.version>
2121
<archetype-packaging.version>3.1.2</archetype-packaging.version>
2222
<asm.version>8.0.1</asm.version>
2323
<auto-service.version>1.0-rc7</auto-service.version>
24-
<aws-java-sdk.version>1.11.791</aws-java-sdk.version>
24+
<aws-java-sdk.version>1.11.802</aws-java-sdk.version>
2525
<boringssl.version>2.0.27.Final</boringssl.version>
2626
<bucket4j-core.version>4.10.0</bucket4j-core.version>
2727
<caffeine.version>2.8.4</caffeine.version>
28-
<checkstyle.version>8.32</checkstyle.version>
28+
<checkstyle.version>8.33</checkstyle.version>
2929
<commons-io.version>2.7</commons-io.version>
3030
<compile-testing.version>0.18</compile-testing.version>
3131
<config.version>1.4.0</config.version>
@@ -55,9 +55,9 @@
5555
<jdbi.version>3.13.0</jdbi.version>
5656
<jetty.version>9.4.30.v20200611</jetty.version>
5757
<jfiglet.version>0.0.8</jfiglet.version>
58-
<jmespath-java.version>1.11.791</jmespath-java.version>
59-
<jooby-maven-plugin.version>2.8.6-SNAPSHOT</jooby-maven-plugin.version>
60-
<jooby.version>2.8.6-SNAPSHOT</jooby.version>
58+
<jmespath-java.version>1.11.802</jmespath-java.version>
59+
<jooby-maven-plugin.version>2.8.6</jooby-maven-plugin.version>
60+
<jooby.version>2.8.6</jooby.version>
6161
<json.version>20200518</json.version>
6262
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6363
<jsr305.version>3.0.2</jsr305.version>
@@ -109,13 +109,13 @@
109109
<rxjava.version>2.2.19</rxjava.version>
110110
<slf4j.version>1.7.30</slf4j.version>
111111
<spring.version>5.2.6.RELEASE</spring.version>
112-
<stork-maven-plugin.version>3.0.0</stork-maven-plugin.version>
112+
<stork-maven-plugin.version>3.1.0</stork-maven-plugin.version>
113113
<swagger-parser.version>2.0.20</swagger-parser.version>
114114
<swagger.version>2.1.2</swagger.version>
115115
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
116116
<truth.version>1.0.1</truth.version>
117117
<unbescape.version>1.1.6.RELEASE</unbescape.version>
118-
<undertow.version>2.1.0.Final</undertow.version>
118+
<undertow.version>2.1.3.Final</undertow.version>
119119
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
120120
<weld.version>3.1.4.Final</weld.version>
121121
</properties>
@@ -974,6 +974,12 @@
974974
<version>${plexus-utils.version}</version>
975975
<type>jar</type>
976976
</dependency>
977+
<dependency>
978+
<groupId>com.amazonaws</groupId>
979+
<artifactId>aws-java-sdk-codeartifact</artifactId>
980+
<version>${aws-java-sdk.version}</version>
981+
<type>jar</type>
982+
</dependency>
977983
<dependency>
978984
<groupId>com.amazonaws</groupId>
979985
<artifactId>aws-java-sdk-macie2</artifactId>

modules/jooby-caffeine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.8.6-SNAPSHOT</version>
9+
<version>2.8.6</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)