-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release owner-parent-1.0.7
- Loading branch information
Luigi R. Viggiano
committed
Mar 30, 2015
1 parent
0d7d3fd
commit bc441ef
Showing
9 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,12 @@ | |
~ This software is distributable under the BSD license. | ||
~ See the terms of the BSD license in the documentation provided with this software. | ||
--> | ||
<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>org.aeonbits.owner</groupId> | ||
<artifactId>owner-parent</artifactId> | ||
<version>1.0.7-SNAPSHOT</version> | ||
<version>1.0.7</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>OWNER :: Parent</name> | ||
|
@@ -80,7 +79,7 @@ | |
<url>https://github.com/lviggiano/owner/tree/master</url> | ||
<connection>scm:git:git://github.com/lviggiano/owner.git</connection> | ||
<developerConnection>scm:git:[email protected]:lviggiano/owner.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>owner-parent-1.0.7</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|
@@ -330,7 +329,7 @@ | |
<format>html</format> | ||
</formats> | ||
<aggregate>true</aggregate> | ||
<check/> | ||
<check /> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
|