|
7 | 7 | <parent> |
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 | </parent> |
12 | 12 | <groupId>io.sf.carte</groupId> |
13 | 13 | <artifactId>css4j-agent</artifactId> |
14 | 14 | <packaging>jar</packaging> |
15 | 15 | <dependencies> |
16 | | - <dependency> |
| 16 | + <dependency> |
17 | 17 | <groupId>io.sf.carte</groupId> |
18 | 18 | <artifactId>css4j</artifactId> |
19 | 19 | <version>${project.parent.version}</version> |
20 | 20 | <type>jar</type> |
21 | 21 | <scope>compile</scope> |
22 | 22 | <optional>false</optional> |
23 | | - </dependency> |
| 23 | + </dependency> |
24 | 24 | <dependency> |
25 | 25 | <groupId>io.sf.carte</groupId> |
26 | 26 | <artifactId>css4j</artifactId> |
|
39 | 39 | </dependencies> |
40 | 40 | <!-- Build Settings --> |
41 | 41 | <build> |
42 | | - <directory>${project.basedir}/build</directory> |
43 | | - <outputDirectory>${project.build.directory}/bin</outputDirectory> |
44 | | - <finalName>${project.artifactId}-${project.version}</finalName> |
45 | | - <testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory> |
46 | | - <sourceDirectory>${project.basedir}/src</sourceDirectory> |
47 | | - <testSourceDirectory>${project.basedir}/junit</testSourceDirectory> |
| 42 | + <directory>${project.basedir}/build</directory> |
| 43 | + <outputDirectory>${project.build.directory}/bin</outputDirectory> |
| 44 | + <finalName>${project.artifactId}-${project.version}</finalName> |
| 45 | + <testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory> |
| 46 | + <sourceDirectory>${project.basedir}/src</sourceDirectory> |
| 47 | + <testSourceDirectory>${project.basedir}/junit</testSourceDirectory> |
48 | 48 | <plugins> |
49 | 49 | <plugin> |
50 | 50 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments