Skip to content

Commit 82ad75c

Browse files
committed
adjust version to M1
1 parent ba297bf commit 82ad75c

File tree

17 files changed

+34
-21
lines changed

17 files changed

+34
-21
lines changed

docs/index.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Style guidelines:
2323

2424
== Introduction
2525

26-
Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server.
26+
Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server.
2727

2828
.Welcome!!
2929
[source,java,role="primary"]
@@ -62,12 +62,11 @@ fun main(args: Array<String>) {
6262

6363
[IMPORTANT]
6464
====
65-
There is no stable release yet for `2.0.0`. API may change between `alpha/beta` releases without
66-
warning.
65+
There is no stable release yet for `2.0.0`. API may change between milestone releases without warning.
6766
6867
This is a **work-in-progress** document and contains documentation and examples of what is ready to use. If it is not documented here, it is not implemented.
6968
70-
Not ready to play yet? Try https://jooby.org[Jooby 1.x]
69+
Not ready yet? Try https://jooby.org[Jooby 1.x]
7170
7271
Thank you {love}
7372
====
@@ -77,14 +76,13 @@ Thank you {love}
7776
Jooby is a modular micro framework. At the core level:
7877

7978
- Reflection and annotation free
80-
- No dependency injection
8179
- Only HTTP Routing
8280
- Multi Server: link:server/jetty.html[Jetty], link:server/netty.html[Netty], link:server/undertow.html[Undertow]
8381

8482
Now, if you need more... Jooby don't leave you alone:
8583

8684
- MVC programming model (subset of https://github.com/jax-rs[JAX-RS])
87-
- Extensive module ecosytem
85+
- Module ecosytem
8886

8987
=== Script API
9088

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

1212
<modelVersion>4.0.0</modelVersion>

docs/src/main/java/io/jooby/adoc/DocGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.UUID;
2929

3030
public class DocGenerator {
31-
public static final Object VERSION = "2.0.0-Alpha1";
31+
public static final Object VERSION = "2.0.0.RC1";
3232

3333
public static void main(String[] args) throws Exception {
3434
generate(basedir(), args.length > 0 && "publish".equals(args[0]));

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

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-hikari/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.0-SNAPSHOT</version>
9+
<version>2.0.0.M1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-jackson/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.0-SNAPSHOT</version>
9+
<version>2.0.0.M1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/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.0-SNAPSHOT</version>
9+
<version>2.0.0.M1</version>
1010
</parent>
1111

1212
<artifactId>modules</artifactId>

0 commit comments

Comments
 (0)