Skip to content

Commit 03e8ed9

Browse files
committed
v2.1.0
1 parent b4bba6e commit 03e8ed9

File tree

32 files changed

+34
-37
lines changed

32 files changed

+34
-37
lines changed

docs/asciidoc/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ fun main(args: Array<String>) {
7070
* <<responses, Reactive responses>> (Completable Futures, RxJava and Reactor types and Kotlin Coroutines)
7171
* <<server, Multi-server>> including https://https://www.eclipse.org/jetty[Jetty], https://netty.io[Netty] and http://undertow.io[Undertow]
7272
* Simple <<extensions-and-services, extension/plugin mechanism>> with a variety of <<modules, modules>>
73-
* <<support-plans, Commercial Support>>
7473

7574
=== Script API
7675

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

1212
<modelVersion>4.0.0</modelVersion>

etc/release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
DIR=$(cd "$(dirname "$0")"; pwd)
44

5-
if sh $DIR/javadoc.sh; then
6-
sh $DIR/maven.sh -pl '!docs,!tests,!examples' clean deploy -P bom,central
7-
fi
5+
sh $DIR/maven.sh -pl '!docs,!tests,!examples' clean deploy -P bom,central

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.7-SNAPSHOT</version>
9+
<version>2.1.0</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.7-SNAPSHOT</version>
9+
<version>2.1.0</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.7-SNAPSHOT</version>
9+
<version>2.1.0</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.0.7-SNAPSHOT</version>
10+
<version>2.1.0</version>
1111
</parent>
1212

1313
<artifactId>jooby-archetype</artifactId>

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.0.7-SNAPSHOT</version>
9+
<version>2.1.0</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.7-SNAPSHOT</version>
7+
<version>2.1.0</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.7-SNAPSHOT</jooby.version>
19+
<jooby.version>2.1.0</jooby.version>
2020
<HikariCP.version>3.3.1</HikariCP.version>
2121
<archetype-packaging.version>3.1.2</archetype-packaging.version>
2222
<asm.version>7.2-beta</asm.version>
@@ -46,8 +46,8 @@
4646
<jdbi.version>3.9.1</jdbi.version>
4747
<jetty.version>9.4.20.v20190813</jetty.version>
4848
<jfiglet.version>0.0.8</jfiglet.version>
49-
<jooby-maven-plugin.version>2.0.7-SNAPSHOT</jooby-maven-plugin.version>
50-
<jooby.version>2.0.7-SNAPSHOT</jooby.version>
49+
<jooby-maven-plugin.version>2.1.0</jooby-maven-plugin.version>
50+
<jooby.version>2.1.0</jooby.version>
5151
<jsr305.version>3.0.2</jsr305.version>
5252
<junit.version>5.5.1</junit.version>
5353
<kotlin.version>1.3.50</kotlin.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.0.7-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)