|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- |
3 |
| - Copyright © Capgemini 2013. All rights reserved. |
4 |
| ---> |
5 | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
6 | 3 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
7 | 4 | <modelVersion>4.0.0</modelVersion>
|
8 | 5 | <groupId>com.capgemini</groupId>
|
9 | 6 | <artifactId>cobigen-master-parent</artifactId>
|
10 |
| - <version>1.1.0</version> |
| 7 | + <version>1.1.1</version> |
11 | 8 | <name>CobiGen - Master Parent</name>
|
12 | 9 | <packaging>pom</packaging>
|
13 | 10 |
|
|
20 | 17 | <module>cobigen-eclipse</module>
|
21 | 18 | </modules>
|
22 | 19 |
|
23 |
| - <url>https://github.com/oasp/tools-cobi-gen</url> |
| 20 | + <url>https://github.com/oasp-ip/tools-cobigen</url> |
24 | 21 |
|
25 | 22 | <contributors>
|
26 | 23 | <contributor>
|
27 | 24 | <name>Malte Brunnlieb</name>
|
28 | 25 |
|
29 | 26 | <organization>Capgemini</organization>
|
30 | 27 | </contributor>
|
| 28 | + <contributor> |
| 29 | + <name>Fabian Kreis</name> |
| 30 | + |
| 31 | + <organization>Capgemini</organization> |
| 32 | + </contributor> |
31 | 33 | </contributors>
|
32 | 34 |
|
33 | 35 | <organization>
|
|
38 | 40 | <licenses>
|
39 | 41 | <license>
|
40 | 42 | <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> |
42 | 44 | <distribution>manual</distribution>
|
43 | 45 | <comments>Proprietary license. The complete Capgemini CobiGen License Agreement can be requested from the developers.</comments>
|
44 | 46 | </license>
|
|
100 | 102 | <groupId>org.apache.maven.plugins</groupId>
|
101 | 103 | <artifactId>maven-javadoc-plugin</artifactId>
|
102 | 104 | <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> |
115 | 114 | </plugin>
|
116 | 115 | <plugin>
|
117 | 116 | <groupId>org.apache.maven.plugins</groupId>
|
|
149 | 148 | <artifactId>wagon-maven-plugin</artifactId>
|
150 | 149 | <version>1.0-beta-5</version>
|
151 | 150 | </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> |
152 | 163 | </plugins>
|
153 | 164 | </pluginManagement>
|
154 | 165 | </build>
|
|
0 commit comments