|
13 | 13 | <!-- ********************************************** --> |
14 | 14 |
|
15 | 15 | <parent> |
16 | | - <groupId>com.wandrell.maven</groupId> |
| 16 | + <groupId>com.bernardomg.maven</groupId> |
17 | 17 | <artifactId>base-pom</artifactId> |
18 | | - <version>1.1.6</version> |
| 18 | + <version>1.2.0</version> |
19 | 19 | </parent> |
20 | 20 |
|
21 | 21 | <!-- ********************************************** --> |
22 | 22 | <!-- **************** PROJECT INFO **************** --> |
23 | 23 | <!-- ********************************************** --> |
24 | 24 |
|
25 | | - <groupId>com.wandrell.example</groupId> |
| 25 | + <groupId>com.bernardomg.example</groupId> |
26 | 26 | <artifactId>swss-soap-example</artifactId> |
27 | | - <version>1.2.6</version> |
| 27 | + <version>1.3.0</version> |
28 | 28 | <packaging>war</packaging> |
29 | 29 |
|
30 | 30 | <name>Spring Web Services WS-Security Example</name> |
|
154 | 154 | <site> |
155 | 155 | <id>site</id> |
156 | 156 | <name>Project Documentation Site</name> |
157 | | - <url>scp://docs.wandrell.com:2222/home1/duenco/www/maven/swss-soap-example</url> |
| 157 | + <!-- The URL should be set externally --> |
| 158 | + <url>${site.release.url}</url> |
158 | 159 | </site> |
159 | 160 | </distributionManagement> |
160 | 161 | </profile> |
|
166 | 167 | <site> |
167 | 168 | <id>site-development</id> |
168 | 169 | <name>Project Development Documentation Site</name> |
169 | | - <url>scp://docs.wandrell.com:2222/home1/duenco/www/development/maven/swss-soap-example</url> |
| 170 | + <!-- The URL should be set externally --> |
| 171 | + <url>${site.develop.url}</url> |
170 | 172 | </site> |
171 | 173 | </distributionManagement> |
172 | 174 | </profile> |
|
279 | 281 | <developer> |
280 | 282 | <id>bmg</id> |
281 | 283 | <name>Bernardo Martínez Garrido</name> |
282 | | - <email>programming@wandrell.com</email> |
| 284 | + <email>programming@bernardomg.com</email> |
283 | 285 | <url>https://github.com/Bernardo-MG</url> |
284 | 286 | <organization>Bernardo Martínez Garrido</organization> |
285 | 287 | <organizationUrl>https://github.com/Bernardo-MG</organizationUrl> |
|
297 | 299 |
|
298 | 300 | <properties> |
299 | 301 | <!-- Manifest data --> |
300 | | - <manifest.name>com/wandrell/example/spring/wss</manifest.name> |
| 302 | + <manifest.name>com/bernardomg/example/spring/wss</manifest.name> |
301 | 303 | <!-- Dependencies versions --> |
302 | 304 | <ant.version>1.9.7</ant.version> |
303 | 305 | <commons.codec.version>1.10</commons.codec.version> |
|
759 | 761 | <dependencies> |
760 | 762 | <dependency> |
761 | 763 | <!-- Docs Maven Skin --> |
762 | | - <groupId>com.wandrell.maven.skins</groupId> |
| 764 | + <groupId>com.bernardomg.maven.skins</groupId> |
763 | 765 | <artifactId>docs-maven-skin</artifactId> |
764 | 766 | <version>${site.skin.version}</version> |
765 | 767 | </dependency> |
|
0 commit comments