Skip to content

Commit 272dfa5

Browse files
committed
v1.0.0.CR5
1 parent f2d8ce4 commit 272dfa5

File tree

61 files changed

+124
-73
lines changed

Some content is hidden

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

61 files changed

+124
-73
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class App extends Jooby {
3535
get("/", () -> "Hey Jooby!");
3636
}
3737

38-
public static void main(final String[] args) throws Exception {
38+
public static void main(final String[] args) throws Throwable {
3939
run(App::new, args);
4040
}
4141
}
@@ -74,7 +74,7 @@ quickstart
7474
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):
7575

7676
```bash
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
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.CR5
7878
```
7979

8080
You might want to edit/change:
@@ -89,7 +89,7 @@ You might want to edit/change:
8989
Let's try it!:
9090

9191
```bash
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
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.CR5
9393
cd my-app
9494
mvn jooby:run
9595
```
@@ -162,7 +162,7 @@ public class App extends Jooby { // 1
162162
get("/", () -> "Hello World!");
163163
}
164164
165-
public static void main(final String[] args) throws Exception {
165+
public static void main(final String[] args) throws Throwable {
166166
run(App::new, args); // 3. start the application.
167167
}
168168

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.CR4</version>
14+
<version>1.0.0.CR5</version>
1515
</dependency>
1616
```
1717

jooby-assets-babel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```
@@ -35,7 +35,7 @@ assets {
3535
<dependency>
3636
<groupId>org.jooby</groupId>
3737
<artifactId>jooby-assets-babel</artifactId>
38-
<version>1.0.0.CR4</version>
38+
<version>1.0.0.CR5</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
```

jooby-assets-clean-css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-closure-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-csslint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-jscs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-jshint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-less/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

jooby-assets-less4j/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.CR4</version>
13+
<version>1.0.0.CR5</version>
1414
<scope>provided</scope>
1515
</dependency>
1616
```

0 commit comments

Comments
 (0)