Skip to content

Commit 6547a04

Browse files
committed
#70: Build warnings resolved in parent poms
1 parent 287b987 commit 6547a04

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

cobigen/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright © Capgemini 2013. All rights reserved.
4-
-->
52
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
63
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
74
<modelVersion>4.0.0</modelVersion>
85
<groupId>com.capgemini</groupId>
96
<artifactId>cobigen-parent</artifactId>
10-
<version>1.1.0</version>
7+
<version>1.1.1</version>
118
<name>CobiGen - Parent</name>
129
<packaging>pom</packaging>
1310

1411
<parent>
1512
<groupId>com.capgemini</groupId>
1613
<artifactId>cobigen-master-parent</artifactId>
17-
<version>1.1.0</version>
14+
<version>1.1.1</version>
1815
</parent>
1916

2017
<modules>

pom.xml

+29-18
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
Copyright © Capgemini 2013. All rights reserved.
4-
-->
52
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
63
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
74
<modelVersion>4.0.0</modelVersion>
85
<groupId>com.capgemini</groupId>
96
<artifactId>cobigen-master-parent</artifactId>
10-
<version>1.1.0</version>
7+
<version>1.1.1</version>
118
<name>CobiGen - Master Parent</name>
129
<packaging>pom</packaging>
1310

@@ -20,14 +17,19 @@
2017
<module>cobigen-eclipse</module>
2118
</modules>
2219

23-
<url>https://github.com/oasp/tools-cobi-gen</url>
20+
<url>https://github.com/oasp-ip/tools-cobigen</url>
2421

2522
<contributors>
2623
<contributor>
2724
<name>Malte Brunnlieb</name>
2825
<email>[email protected]</email>
2926
<organization>Capgemini</organization>
3027
</contributor>
28+
<contributor>
29+
<name>Fabian Kreis</name>
30+
<email>[email protected]</email>
31+
<organization>Capgemini</organization>
32+
</contributor>
3133
</contributors>
3234

3335
<organization>
@@ -38,7 +40,7 @@
3840
<licenses>
3941
<license>
4042
<name>Capgemini CobiGen License Agreement</name>
41-
<url>https://github.com/oasp/tools-cobigen/blob/master/LICENSE.CobiGen</url>
43+
<url>https://github.com/oasp-ip/tools-cobigen/blob/master/LICENSE.CobiGen</url>
4244
<distribution>manual</distribution>
4345
<comments>Proprietary license. The complete Capgemini CobiGen License Agreement can be requested from the developers.</comments>
4446
</license>
@@ -100,18 +102,15 @@
100102
<groupId>org.apache.maven.plugins</groupId>
101103
<artifactId>maven-javadoc-plugin</artifactId>
102104
<version>2.9.1</version>
103-
</plugin>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-surefire-plugin</artifactId>
107-
<version>2.17</version>
108-
<dependencies>
109-
<dependency>
110-
<groupId>org.apache.maven.surefire</groupId>
111-
<artifactId>surefire-junit47</artifactId>
112-
<version>2.17</version>
113-
</dependency>
114-
</dependencies>
105+
<configuration>
106+
<tags>
107+
<tag>
108+
<name>author</name>
109+
<placement>tcm</placement>
110+
<head>Author:</head>
111+
</tag>
112+
</tags>
113+
</configuration>
115114
</plugin>
116115
<plugin>
117116
<groupId>org.apache.maven.plugins</groupId>
@@ -149,6 +148,18 @@
149148
<artifactId>wagon-maven-plugin</artifactId>
150149
<version>1.0-beta-5</version>
151150
</plugin>
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-surefire-plugin</artifactId>
154+
<version>2.17</version>
155+
<dependencies>
156+
<dependency>
157+
<groupId>org.apache.maven.surefire</groupId>
158+
<artifactId>surefire-junit47</artifactId>
159+
<version>2.17</version>
160+
</dependency>
161+
</dependencies>
162+
</plugin>
152163
</plugins>
153164
</pluginManagement>
154165
</build>

0 commit comments

Comments
 (0)