Skip to content

Commit 1dce3f0

Browse files
committed
#241 added cobigen-core-test dependency for test util injection and set version to release
1 parent 9989f99 commit 1dce3f0

File tree

1 file changed

+23
-18
lines changed
  • cobigen/cobigen-propertyplugin

1 file changed

+23
-18
lines changed
+23-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11

22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>cobigen-propertyplugin</artifactId>
6-
<packaging>jar</packaging>
7-
<version>1.1.0-SNAPSHOT</version>
8-
<name>CobiGen - Property File Plug-In</name>
9-
<parent>
10-
<groupId>com.capgemini</groupId>
11-
<artifactId>cobigen-parent</artifactId>
12-
<version>dev-SNAPSHOT</version>
13-
</parent>
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>cobigen-propertyplugin</artifactId>
6+
<packaging>jar</packaging>
7+
<version>1.1.0</version>
8+
<name>CobiGen - Property File Plug-In</name>
9+
<parent>
10+
<groupId>com.capgemini</groupId>
11+
<artifactId>cobigen-parent</artifactId>
12+
<version>dev-SNAPSHOT</version>
13+
</parent>
1414

15-
<dependencies>
16-
<dependency>
17-
<groupId>com.capgemini</groupId>
18-
<artifactId>cobigen-core</artifactId>
19-
<version>3.0.0-SNAPSHOT</version>
20-
</dependency>
21-
</dependencies>
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.capgemini</groupId>
18+
<artifactId>cobigen-core</artifactId>
19+
<version>3.0.0</version>
20+
</dependency>
21+
<dependency>
22+
<groupId>com.capgemini</groupId>
23+
<artifactId>cobigen-core-test</artifactId>
24+
<version>3.0.0</version>
25+
</dependency>
26+
</dependencies>
2227

2328
</project>

0 commit comments

Comments
 (0)