Browse Source

jooby 2.2.0 (#5120)

Edgar Espina 5 years ago
parent
commit
b8d0b37ff7
2 changed files with 4 additions and 4 deletions
  1. 2 2
      frameworks/Java/jooby2/pom.xml
  2. 2 2
      frameworks/Kotlin/kooby/pom.xml

+ 2 - 2
frameworks/Java/jooby2/pom.xml

@@ -7,7 +7,7 @@
   <parent>
     <groupId>io.jooby</groupId>
     <artifactId>jooby-project</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0</version>
   </parent>
 
   <artifactId>jooby2</artifactId>
@@ -17,7 +17,7 @@
   <name>jooby 2.x</name>
 
   <properties>
-    <jooby.version>2.1.0</jooby.version>
+    <jooby.version>2.2.0</jooby.version>
     <!-- downgrade netty and make pg-client happy -->
     <netty.version>4.1.34.Final</netty.version>
     <postgresql.version>42.2.5</postgresql.version>

+ 2 - 2
frameworks/Kotlin/kooby/pom.xml

@@ -8,7 +8,7 @@
   <parent>
     <groupId>io.jooby</groupId>
     <artifactId>jooby-project</artifactId>
-    <version>2.0.6</version>
+    <version>2.2.0</version>
   </parent>
 
   <artifactId>kooby</artifactId>
@@ -18,7 +18,7 @@
   <name>kooby: jooby + kotlin</name>
 
   <properties>
-    <jooby.version>2.0.6</jooby.version>
+    <jooby.version>2.2.0</jooby.version>
     <postgresql.version>42.2.5</postgresql.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>1.8</maven.compiler.source>