Skip to content

Commit f2a9f25

Browse files
committed
v2.0.0.M3
1 parent 41a0321 commit f2a9f25

File tree

21 files changed

+62
-28
lines changed

21 files changed

+62
-28
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.0.0.M2</version>
9+
<version>2.0.0.M3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

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.M2</version>
9+
<version>2.0.0.M3</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.M2</version>
9+
<version>2.0.0.M3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/bom.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import java.nio.file.Files
2-
import java.nio.file.Paths
1+
import groovy.xml.*
2+
import java.nio.file.*
33

44
def depsw = new StringWriter()
55
def deps = new MarkupBuilder(depsw)

modules/jooby-bom/pom.xml

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.jooby</groupId>
66
<artifactId>jooby-bom</artifactId>
7-
<version>2.0.0.M2</version>
7+
<version>2.0.0.M3</version>
88
<packaging>pom</packaging>
99
<name>jooby-bom</name>
1010
<description>Jooby (Bill of Materials)</description>
@@ -13,14 +13,15 @@
1313
<!-- THIS FILE IS AUTO GENERATED. DON'T EDIT -->
1414

1515
<properties>
16-
<jooby.version>2.0.0.M2</jooby.version>
16+
<jooby.version>2.0.0.M3</jooby.version>
1717
<HikariCP.version>3.3.1</HikariCP.version>
1818
<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
1919
<archetype-packaging.version>2.2</archetype-packaging.version>
2020
<asm.version>7.0</asm.version>
2121
<boringssl.version>2.0.8.Final</boringssl.version>
2222
<build-helper-maven-plugin.version>1.9.1</build-helper-maven-plugin.version>
2323
<capsule-maven-plugin.version>1.0.4</capsule-maven-plugin.version>
24+
<checkstyle.version>8.19</checkstyle.version>
2425
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
2526
<commons-io.version>2.6</commons-io.version>
2627
<config.version>1.3.3</config.version>
@@ -40,22 +41,24 @@
4041
<jackson.version>2.9.8</jackson.version>
4142
<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
4243
<jacoco.version>0.8.2</jacoco.version>
44+
<jakarta.ws.rs-api.version>2.1.5</jakarta.ws.rs-api.version>
4345
<javassist.version>3.22.0-GA</javassist.version>
4446
<javax.inject.version>1</javax.inject.version>
4547
<jetty.version>9.4.15.v20190215</jetty.version>
46-
<jooby-maven-plugin.version>2.0.0.M2</jooby-maven-plugin.version>
47-
<jooby.version>2.0.0.M2</jooby.version>
48+
<jooby-maven-plugin.version>2.0.0.M3</jooby-maven-plugin.version>
49+
<jooby.version>2.0.0.M3</jooby.version>
4850
<jsr305.version>3.0.2</jsr305.version>
4951
<junit.version>5.3.2</junit.version>
5052
<kotlin.version>1.3.21</kotlin.version>
5153
<kotlinx-coroutines-core.version>1.1.1</kotlinx-coroutines-core.version>
5254
<license-maven-plugin.version>3.0</license-maven-plugin.version>
55+
<log4j.version>2.11.2</log4j.version>
5356
<log4jdbc.version>1.2</log4jdbc.version>
5457
<logback-classic.version>1.2.3</logback-classic.version>
5558
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
5659
<maven-archetype-plugin.version>2.2</maven-archetype-plugin.version>
5760
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
58-
<maven-checkstyle-plugin.version>2.15</maven-checkstyle-plugin.version>
61+
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
5962
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
6063
<maven-core.version>3.5.4</maven-core.version>
6164
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
@@ -75,6 +78,7 @@
7578
<maven-site-plugin.version>3.4</maven-site-plugin.version>
7679
<maven-source-plugin.version>2.4</maven-source-plugin.version>
7780
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
81+
<mockito.version>2.24.0</mockito.version>
7882
<mojo-executor.version>2.3.0</mojo-executor.version>
7983
<mysql-connector-java.version>8.0.13</mysql-connector-java.version>
8084
<netty.version>4.1.34.Final</netty.version>
@@ -85,7 +89,7 @@
8589
<rest-assured.version>3.3.0</rest-assured.version>
8690
<rocker.version>1.2.1</rocker.version>
8791
<rxjava.version>2.2.8</rxjava.version>
88-
<slf4j.version>1.7.25</slf4j.version>
92+
<slf4j.version>1.7.26</slf4j.version>
8993
<spring.version>5.1.6.RELEASE</spring.version>
9094
<stork-maven-plugin.version>2.7.0</stork-maven-plugin.version>
9195
<undertow.version>2.0.19.Final</undertow.version>
@@ -100,6 +104,11 @@
100104
<artifactId>jooby</artifactId>
101105
<version>${jooby.version}</version>
102106
</dependency>
107+
<dependency>
108+
<groupId>io.jooby</groupId>
109+
<artifactId>jooby-test</artifactId>
110+
<version>${jooby.version}</version>
111+
</dependency>
103112
<dependency>
104113
<groupId>io.jooby</groupId>
105114
<artifactId>jooby-utow</artifactId>
@@ -160,6 +169,11 @@
160169
<artifactId>asm-util</artifactId>
161170
<version>${asm.version}</version>
162171
</dependency>
172+
<dependency>
173+
<groupId>jakarta.ws.rs</groupId>
174+
<artifactId>jakarta.ws.rs-api</artifactId>
175+
<version>${jakarta.ws.rs-api.version}</version>
176+
</dependency>
163177
<dependency>
164178
<groupId>org.jboss.weld.se</groupId>
165179
<artifactId>weld-se-shaded</artifactId>
@@ -238,7 +252,7 @@
238252
<dependency>
239253
<groupId>org.slf4j</groupId>
240254
<artifactId>log4j-over-slf4j</artifactId>
241-
<version>${slf4j.version}</version>
255+
<version>${log4j.version}</version>
242256
</dependency>
243257
<dependency>
244258
<groupId>org.slf4j</groupId>
@@ -255,6 +269,16 @@
255269
<artifactId>logback-classic</artifactId>
256270
<version>${logback-classic.version}</version>
257271
</dependency>
272+
<dependency>
273+
<groupId>org.apache.logging.log4j</groupId>
274+
<artifactId>log4j-core</artifactId>
275+
<version>${log4j.version}</version>
276+
</dependency>
277+
<dependency>
278+
<groupId>org.apache.logging.log4j</groupId>
279+
<artifactId>log4j-slf4j-impl</artifactId>
280+
<version>${log4j.version}</version>
281+
</dependency>
258282
<dependency>
259283
<groupId>commons-io</groupId>
260284
<artifactId>commons-io</artifactId>
@@ -395,6 +419,16 @@
395419
<artifactId>org.jacoco.agent</artifactId>
396420
<version>${jacoco.version}</version>
397421
</dependency>
422+
<dependency>
423+
<groupId>org.mockito</groupId>
424+
<artifactId>mockito-core</artifactId>
425+
<version>${mockito.version}</version>
426+
</dependency>
427+
<dependency>
428+
<groupId>org.mockito</groupId>
429+
<artifactId>mockito-junit-jupiter</artifactId>
430+
<version>${mockito.version}</version>
431+
</dependency>
398432
<dependency>
399433
<groupId>org.codehaus.mojo</groupId>
400434
<artifactId>exec-maven-plugin</artifactId>

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.M2</version>
9+
<version>2.0.0.M3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-guice/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.M2</version>
9+
<version>2.0.0.M3</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.M2</version>
9+
<version>2.0.0.M3</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.M2</version>
9+
<version>2.0.0.M3</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.M2</version>
9+
<version>2.0.0.M3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)