Skip to content

Commit

Permalink
Maven POM for 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Mar 5, 2020
1 parent 194919c commit b4b2788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- POM for CSS4J. Requires JDK12. -->
<!-- POM for CSS4J. Requires JDK 12 or higher. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
Expand All @@ -7,7 +7,7 @@
<!-- The Basics -->
<groupId>io.sf.carte</groupId>
<artifactId>css4j-dist</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>
<modules>
<module>css4j</module>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<forkCount>0</forkCount> <!-- Workaround for modularity bug -->
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
Expand Down

0 comments on commit b4b2788

Please sign in to comment.