Skip to content

Commit 1a1feca

Browse files
committed
v2.0.2
1 parent 169d10c commit 1a1feca

File tree

25 files changed

+29
-29
lines changed

25 files changed

+29
-29
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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

examples/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 5 additions & 5 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.0.2-SNAPSHOT</version>
7+
<version>2.0.2</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.0.1</jooby.version>
19+
<jooby.version>2.0.2</jooby.version>
2020
<HikariCP.version>3.3.1</HikariCP.version>
2121
<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
2222
<archetype-packaging.version>2.2</archetype-packaging.version>
@@ -52,8 +52,8 @@
5252
<jboss-modules.version>1.9.1.Final</jboss-modules.version>
5353
<jdbi.version>3.8.2</jdbi.version>
5454
<jetty.version>9.4.19.v20190610</jetty.version>
55-
<jooby-maven-plugin.version>2.0.1</jooby-maven-plugin.version>
56-
<jooby.version>2.0.1</jooby.version>
55+
<jooby-maven-plugin.version>2.0.2</jooby-maven-plugin.version>
56+
<jooby.version>2.0.2</jooby.version>
5757
<jsr305.version>3.0.2</jsr305.version>
5858
<junit.version>5.5.0</junit.version>
5959
<kotlin.version>1.3.41</kotlin.version>
@@ -90,7 +90,7 @@
9090
<mysql-connector-java.version>8.0.16</mysql-connector-java.version>
9191
<netty.version>4.1.37.Final</netty.version>
9292
<nexus-staging-maven-plugin.version>1.6.5</nexus-staging-maven-plugin.version>
93-
<okhttp.version>4.0.0</okhttp.version>
93+
<okhttp.version>4.0.1</okhttp.version>
9494
<plexus-utils.version>3.2.1</plexus-utils.version>
9595
<reactor.version>3.2.10.RELEASE</reactor.version>
9696
<rest-assured.version>4.0.0</rest-assured.version>

modules/jooby-flyway/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-freemarker/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-gradle-plugin/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-guice/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-handlebars/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-hibernate/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.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)