Skip to content

Commit b4b2788

Browse files
committed
Maven POM for 2.0.1.
1 parent 194919c commit b4b2788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- POM for CSS4J. Requires JDK12. -->
1+
<!-- POM for CSS4J. Requires JDK 12 or higher. -->
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
@@ -7,7 +7,7 @@
77
<!-- The Basics -->
88
<groupId>io.sf.carte</groupId>
99
<artifactId>css4j-dist</artifactId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
<packaging>pom</packaging>
1212
<modules>
1313
<module>css4j</module>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-surefire-plugin</artifactId>
85-
<version>3.0.0-M3</version>
85+
<version>3.0.0-M4</version>
8686
<configuration>
8787
<forkCount>0</forkCount> <!-- Workaround for modularity bug -->
8888
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>

0 commit comments

Comments
 (0)