Skip to content

Commit 7eb76f2

Browse files
committed
v1.0.0.CR5
1 parent 0a74715 commit 7eb76f2

File tree

65 files changed

+489
-124
lines changed

Some content is hidden

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

65 files changed

+489
-124
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[![Build Status](https://travis-ci.org/jooby-project/jooby.svg?branch=master)](https://travis-ci.org/jooby-project/jooby)
22
[![Coverage Status](https://img.shields.io/coveralls/jooby-project/jooby.svg)](https://coveralls.io/r/jooby-project/jooby?branch=master)
33
[![Issue Stats](http://issuestats.com/github/jooby-project/jooby/badge/issue?style=flat)](http://issuestats.com/github/jooby-project/jooby)
4+
[![Google Group](https://img.shields.io/badge/google-group-orange.svg)](https://groups.google.com/forum/#!forum/jooby-project)
5+
[![Join the chat at https://gitter.im/jooby-project/jooby](https://badges.gitter.im/jooby-project/jooby.svg)](https://gitter.im/jooby-project/jooby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
46
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby)
57
[![Dependency Status](https://www.versioneye.com/user/projects/56e6afbcdf573d00495abe4c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56e6afbcdf573d00495abe4c)
6-
[![Google Group](https://img.shields.io/badge/google-group-orange.svg)](https://groups.google.com/forum/#!forum/jooby-project)
78
[![ASF2](http://img.shields.io/badge/license-ASF2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
8-
[![Twitter](https://img.shields.io/badge/twitter--blue.svg)](https://twitter.com/joobyproject)
9+
[![Twitter @joobyproject](https://img.shields.io/badge/twitter--blue.svg)](https://twitter.com/joobyproject)
910

1011
# ∞ do more, more easily
1112

@@ -73,7 +74,7 @@ quickstart
7374
Just paste this into a terminal (make sure [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Maven 3.x](http://maven.apache.org/download.cgi) are installed):
7475

7576
```bash
76-
mvn archetype:generate -B -DgroupId=com.mycompany -DartifactId=my-app -Dversion=1.0-SNAPSHOT -DarchetypeArtifactId=jooby-archetype -DarchetypeGroupId=org.jooby -DarchetypeVersion=1.0.0.CR3
77+
mvn archetype:generate -B -DgroupId=com.mycompany -DartifactId=my-app -Dversion=1.0-SNAPSHOT -DarchetypeArtifactId=jooby-archetype -DarchetypeGroupId=org.jooby -DarchetypeVersion=1.0.0.CR4
7778
```
7879

7980
You might want to edit/change:
@@ -88,7 +89,7 @@ You might want to edit/change:
8889
Let's try it!:
8990

9091
```bash
91-
mvn archetype:generate -B -DgroupId=com.mycompany -DartifactId=my-app -Dversion=1.0-SNAPSHOT -DarchetypeArtifactId=jooby-archetype -DarchetypeGroupId=org.jooby -DarchetypeVersion=1.0.0.CR3
92+
mvn archetype:generate -B -DgroupId=com.mycompany -DartifactId=my-app -Dversion=1.0-SNAPSHOT -DarchetypeArtifactId=jooby-archetype -DarchetypeGroupId=org.jooby -DarchetypeVersion=1.0.0.CR4
9293
cd my-app
9394
mvn jooby:run
9495
```

jooby-akka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Small module to build concurrent & distributed applications via [Akka](http://ak
1111
<dependency>
1212
<groupId>org.jooby</groupId>
1313
<artifactId>jooby-akka</artifactId>
14-
<version>1.0.0.CR3</version>
14+
<version>1.0.0.CR4</version>
1515
</dependency>
1616
```
1717

jooby-assets-babel/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-babel</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

@@ -35,8 +35,8 @@ assets {
3535
<dependency>
3636
<groupId>org.jooby</groupId>
3737
<artifactId>jooby-assets-babel</artifactId>
38-
<version>1.0.0.CR3</version>
39-
<scope>test</scope>
38+
<version>1.0.0.CR4</version>
39+
<scope>provided</scope>
4040
</dependency>
4141
```
4242

jooby-assets-clean-css/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-clean-css</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-closure-compiler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-closure-compiler</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-csslint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-csslint</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-jscs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-jscs</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-jshint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-jshint</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-less/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-less</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

jooby-assets-less4j/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Make sure you already setup the [assets module](https://github.com/jooby-project
1010
<dependency>
1111
<groupId>org.jooby</groupId>
1212
<artifactId>jooby-assets-less4j</artifactId>
13-
<version>1.0.0.CR3</version>
14-
<scope>test</scope>
13+
<version>1.0.0.CR4</version>
14+
<scope>provided</scope>
1515
</dependency>
1616
```
1717

0 commit comments

Comments
 (0)