Update vesion and dep

Set version to 0.3.0

Set jee dep to 8 due the error java.lang.NoSuchMethodError: javax.validation.BootstrapConfiguration.getClockProviderClassName()Ljava/lang/String;

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-03 15:33:02 -03:00
parent 5d29d4f00d
commit 7df1d1536d
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
@ -41,11 +41,11 @@
</dependencyManagement>
<dependencies>
<!-- Java EE 7 dependency -->
<!-- Java EE 8 dependency -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<version>8.0</version>
<scope>provided</scope>
</dependency>