File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments