Skip to content

Commit

Permalink
[maven-release-plugin] prepare release master-site-pom-0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ensor committed Feb 17, 2013
1 parent a4a86cd commit c386e3d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.clickconcepts.project</groupId>
<artifactId>master-site-pom</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<packaging>pom</packaging>
<!--
NOTE: Snapshot release
Expand Down Expand Up @@ -39,7 +38,7 @@
<connection>scm:git:ssh://${repository.domain}/${repository.user}/${repository.name}.git</connection>
<url>https://${repository.domain}/${repository.user}/${repository.name}</url>
<developerConnection>scm:git:ssh://${repository.domain}/${repository.user}/${repository.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>master-site-pom-0.17</tag>
</scm>

<prerequisites>
Expand Down Expand Up @@ -200,8 +199,8 @@
<!-- NOTE: Choose the changelog File Uri for your project. By default, this will fail if not setup -->
<!-- example: <changelog.fileUri>${changelog.bitbucket.fileUri}</changelog.fileUri> -->
<!-- @OVERRIDE ENFORCER will fail if these are not defined -->
<changelog.fileUri/>
<changelog.revision.fileUri/>
<changelog.fileUri />
<changelog.revision.fileUri />

<!-- ============================= -->
<!-- PLUGIN STATUS PROPERTIES -->
Expand Down Expand Up @@ -875,7 +874,7 @@
<include>**/*Test.java</include>
<include>**/*Specification.java</include>
</includes>
<systemProperties/>
<systemProperties />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c386e3d

Please sign in to comment.