|
7 | 7 | <!-- The Basics --> |
8 | 8 | <groupId>io.sf.carte</groupId> |
9 | 9 | <artifactId>css4j-dist</artifactId> |
10 | | - <version>1.0.4</version> |
| 10 | + <version>1.0.5</version> |
11 | 11 | <packaging>pom</packaging> |
12 | 12 | <modules> |
13 | 13 | <module>css4j</module> |
|
16 | 16 | <module>css4j-awt</module> |
17 | 17 | </modules> |
18 | 18 | <properties> |
19 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 19 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | </properties> |
21 | 21 | <dependencies> |
22 | | - <dependency> |
| 22 | + <dependency> |
23 | 23 | <groupId>junit</groupId> |
24 | 24 | <artifactId>junit</artifactId> |
25 | 25 | <version>4.12</version> |
26 | 26 | <type>jar</type> |
27 | 27 | <scope>test</scope> |
28 | 28 | <optional>false</optional> |
29 | | - </dependency> |
| 29 | + </dependency> |
30 | 30 | <!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-util --> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.apache.xmlgraphics</groupId> |
|
63 | 63 | <!-- Build Settings --> |
64 | 64 | <build> |
65 | 65 | <defaultGoal>clean package</defaultGoal> |
66 | | - <directory>${project.basedir}/build</directory> |
67 | | - <outputDirectory>${project.build.directory}/bin</outputDirectory> |
68 | | - <finalName>${project.artifactId}-${project.version}</finalName> |
69 | | - <testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory> |
70 | | - <sourceDirectory>${project.basedir}/src</sourceDirectory> |
71 | | - <testSourceDirectory>${project.basedir}/junit</testSourceDirectory> |
| 66 | + <directory>${project.basedir}/build</directory> |
| 67 | + <outputDirectory>${project.build.directory}/bin</outputDirectory> |
| 68 | + <finalName>${project.artifactId}-${project.version}</finalName> |
| 69 | + <testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory> |
| 70 | + <sourceDirectory>${project.basedir}/src</sourceDirectory> |
| 71 | + <testSourceDirectory>${project.basedir}/junit</testSourceDirectory> |
72 | 72 | <pluginManagement> |
73 | 73 | <plugins> |
74 | 74 | <plugin> |
|
0 commit comments