Skip to content

Commit cfcd577

Browse files
committed
v2.6.2
1 parent 51fb84b commit cfcd577

File tree

39 files changed

+47
-44
lines changed

39 files changed

+47
-44
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.6.1</version>
9+
<version>2.6.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

etc/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
DIR=$(cd "$(dirname "$0")"; pwd)
44

55
sh $DIR/maven.sh -pl '!docs,!tests' clean deploy -P bom,central
6+
7+
cd modules/jooby-gradle-plugin

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.6.1</version>
9+
<version>2.6.2</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.6.1</version>
9+
<version>2.6.2</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.6.1</version>
10+
<version>2.6.2</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.6.1</version>
9+
<version>2.6.2</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.6.1</version>
9+
<version>2.6.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 7 additions & 7 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.6.1</version>
7+
<version>2.6.2</version>
88
</parent>
99

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

1818
<properties>
19-
<jooby.version>2.6.1</jooby.version>
19+
<jooby.version>2.6.2</jooby.version>
2020
<HikariCP.version>3.4.2</HikariCP.version>
2121
<archetype-packaging.version>3.1.2</archetype-packaging.version>
2222
<asm.version>7.3.1</asm.version>
2323
<auto-service.version>1.0-rc6</auto-service.version>
24-
<aws-java-sdk.version>1.11.714</aws-java-sdk.version>
24+
<aws-java-sdk.version>1.11.743</aws-java-sdk.version>
2525
<boringssl.version>2.0.27.Final</boringssl.version>
2626
<bucket4j-core.version>4.7.0</bucket4j-core.version>
2727
<checkstyle.version>8.29</checkstyle.version>
@@ -51,9 +51,9 @@
5151
<jdbi.version>3.12.2</jdbi.version>
5252
<jetty.version>9.4.27.v20200227</jetty.version>
5353
<jfiglet.version>0.0.8</jfiglet.version>
54-
<jmespath-java.version>1.11.714</jmespath-java.version>
55-
<jooby-maven-plugin.version>2.6.1</jooby-maven-plugin.version>
56-
<jooby.version>2.6.1</jooby.version>
54+
<jmespath-java.version>1.11.743</jmespath-java.version>
55+
<jooby-maven-plugin.version>2.6.2</jooby-maven-plugin.version>
56+
<jooby.version>2.6.2</jooby.version>
5757
<json.version>20190722</json.version>
5858
<jsonwebtoken.version>0.11.0</jsonwebtoken.version>
5959
<jsr305.version>3.0.2</jsr305.version>
@@ -67,7 +67,7 @@
6767
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
6868
<maven-archetype-plugin.version>3.1.2</maven-archetype-plugin.version>
6969
<maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
70-
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
70+
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
7171
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
7272
<maven-core.version>3.6.3</maven-core.version>
7373
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>

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.6.1</version>
9+
<version>2.6.2</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.6.1</version>
9+
<version>2.6.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)