Skip to content

Commit c051042

Browse files
committed
v2.0.5
1 parent 1c268ec commit c051042

File tree

27 files changed

+29
-29
lines changed

27 files changed

+29
-29
lines changed
File renamed without changes.

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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 4 additions & 4 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.5-SNAPSHOT</version>
7+
<version>2.0.5</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.4</jooby.version>
19+
<jooby.version>2.0.5</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>
@@ -54,8 +54,8 @@
5454
<jboss-modules.version>1.9.1.Final</jboss-modules.version>
5555
<jdbi.version>3.9.1</jdbi.version>
5656
<jetty.version>9.4.19.v20190610</jetty.version>
57-
<jooby-maven-plugin.version>2.0.4</jooby-maven-plugin.version>
58-
<jooby.version>2.0.4</jooby.version>
57+
<jooby-maven-plugin.version>2.0.5</jooby-maven-plugin.version>
58+
<jooby.version>2.0.5</jooby.version>
5959
<jsr305.version>3.0.2</jsr305.version>
6060
<junit.version>5.5.1</junit.version>
6161
<kotlin.version>1.3.41</kotlin.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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.5-SNAPSHOT</version>
9+
<version>2.0.5</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.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)