Skip to content

Commit

Permalink
Update Jakarta API to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Apr 10, 2020
1 parent 4a371d3 commit f6951ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<property name="message" value="Line has trailing spaces."/>
</module>

<module name="LineLength">
<property name="max" value="120" />
</module>

<module name="Translation"/>

<module name="TreeWalker">
Expand Down Expand Up @@ -63,9 +67,6 @@

<!-- Checks for Size Violations. -->
<!-- See http://checkstyle.sf.net/config_sizes.html -->
<module name="LineLength">
<property name="max" value="120" />
</module>
<module name="MethodLength"/>
<module name="ParameterNumber"/>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JSON-P Test Suite</name>
Expand All @@ -15,7 +15,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jsonp.version>2.0.0-RC1</jsonp.version>
<jsonp.version>2.0.0-RC2</jsonp.version>
<junit.version>5.5.2</junit.version>
</properties>

Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<excludes>**/module-info.java</excludes>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
<classifier>module</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -267,7 +267,7 @@
<dependency>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy</artifactId>
<version>1.3.0</version>
<version>2.0.0-RC1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f6951ca

Please sign in to comment.