Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
heroci committed Nov 15, 2016
1 parent 71a2754 commit 3b54719
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>es.startuphero.checkstyle</groupId>
<artifactId>startupheroes-checkstyle</artifactId>
<packaging>pom</packaging>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<name>StartupHeroes Checkstyle</name>
<description>Checkstyle corresponding to StartupHeroes's coding conventions.</description>
<url>https://github.com/cemo/startupheroes-checkstyle</url>
Expand Down Expand Up @@ -36,7 +35,7 @@
<url>https://github.com/cemo/startupheroes-checkstyle</url>
<connection>scm:git:git@github.com:cemo/startupheroes-checkstyle.git</connection>
<developerConnection>scm:git:git@github.com:cemo/startupheroes-checkstyle.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.6</tag>
</scm>

<developers>
Expand Down
5 changes: 2 additions & 3 deletions startupheroes-checks/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>es.startuphero.checkstyle</groupId>
<artifactId>startupheroes-checkstyle</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions startupheroes-checkstyle-sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>startupheroes-checkstyle</artifactId>
<groupId>es.startuphero.checkstyle</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions startupheroes-sonar-file-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>startupheroes-checkstyle</artifactId>
<groupId>es.startuphero.checkstyle</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 3b54719

Please sign in to comment.