Skip to content

Commit ef62ad5

Browse files
committed
v2.14.1
1 parent 6c709ff commit ef62ad5

File tree

57 files changed

+62
-62
lines changed

Some content is hidden

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

57 files changed

+62
-62
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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</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.14.1-SNAPSHOT</version>
10+
<version>2.14.1</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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</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.14.1-SNAPSHOT</version>
7+
<version>2.14.1</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.14.1-SNAPSHOT</jooby.version>
19+
<jooby.version>2.14.1</jooby.version>
2020
<HikariCP.version>4.0.3</HikariCP.version>
2121
<archetype-packaging.version>3.2.0</archetype-packaging.version>
2222
<asm.version>9.1</asm.version>
@@ -58,11 +58,11 @@
5858
<javax.inject.version>1</javax.inject.version>
5959
<jboss-modules.version>1.11.0.Final</jboss-modules.version>
6060
<jdbi.version>3.28.0</jdbi.version>
61-
<jetty.version>9.4.45.v20220203</jetty.version>
61+
<jetty.version>9.4.46.v20220331</jetty.version>
6262
<jfiglet.version>0.0.8</jfiglet.version>
6363
<jmespath-java.version>1.12.191</jmespath-java.version>
64-
<jooby-maven-plugin.version>2.14.1-SNAPSHOT</jooby-maven-plugin.version>
65-
<jooby.version>2.14.1-SNAPSHOT</jooby.version>
64+
<jooby-maven-plugin.version>2.14.1</jooby-maven-plugin.version>
65+
<jooby.version>2.14.1</jooby.version>
6666
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6767
<jsr305.version>3.0.2</jsr305.version>
6868
<junit.version>5.8.1</junit.version>
@@ -84,7 +84,7 @@
8484
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
8585
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
8686
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
87-
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
87+
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
8888
<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
8989
<maven-plugin-annotations.version>3.6.0</maven-plugin-annotations.version>
9090
<maven-plugin-api.version>3.8.1</maven-plugin-api.version>

modules/jooby-caffeine/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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

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

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-commons-email/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.14.1-SNAPSHOT</version>
9+
<version>2.14.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)