Skip to content

Commit 62e2aa6

Browse files
committed
v2.8.4
1 parent fda86cd commit 62e2aa6

File tree

45 files changed

+54
-49
lines changed

Some content is hidden

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

45 files changed

+54
-49
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.4-SNAPSHOT</version>
9+
<version>2.8.4</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.4-SNAPSHOT</version>
9+
<version>2.8.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jooby/src/main/java/io/jooby/internal/FormdataNode.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Jooby https://jooby.io
3+
* Apache License Version 2.0 https://jooby.io/LICENSE.txt
4+
* Copyright 2014 Edgar Espina
5+
*/
16
package io.jooby.internal;
27

38
import io.jooby.Context;

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.4-SNAPSHOT</version>
9+
<version>2.8.4</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.4-SNAPSHOT</version>
10+
<version>2.8.4</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.4-SNAPSHOT</version>
9+
<version>2.8.4</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.4-SNAPSHOT</version>
9+
<version>2.8.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 6 additions & 6 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.4-SNAPSHOT</version>
7+
<version>2.8.4</version>
88
</parent>
99

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

1818
<properties>
19-
<jooby.version>2.8.4-SNAPSHOT</jooby.version>
19+
<jooby.version>2.8.4</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>
@@ -54,9 +54,9 @@
5454
<jdbi.version>3.12.2</jdbi.version>
5555
<jetty.version>9.4.29.v20200521</jetty.version>
5656
<jfiglet.version>0.0.8</jfiglet.version>
57-
<jmespath-java.version>1.11.783</jmespath-java.version>
58-
<jooby-maven-plugin.version>2.8.4-SNAPSHOT</jooby-maven-plugin.version>
59-
<jooby.version>2.8.4-SNAPSHOT</jooby.version>
57+
<jmespath-java.version>1.11.778</jmespath-java.version>
58+
<jooby-maven-plugin.version>2.8.4</jooby-maven-plugin.version>
59+
<jooby.version>2.8.4</jooby.version>
6060
<json.version>20190722</json.version>
6161
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
6262
<jsr305.version>3.0.2</jsr305.version>
@@ -112,7 +112,7 @@
112112
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
113113
<truth.version>1.0.1</truth.version>
114114
<unbescape.version>1.1.6.RELEASE</unbescape.version>
115-
<undertow.version>2.0.29.Final</undertow.version>
115+
<undertow.version>2.1.0.Final</undertow.version>
116116
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
117117
<weld.version>3.1.4.Final</weld.version>
118118
</properties>

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.4-SNAPSHOT</version>
9+
<version>2.8.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-ebean/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.4-SNAPSHOT</version>
9+
<version>2.8.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)