Skip to content

Commit

Permalink
[maven-release-plugin] prepare release owner-1.0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed May 28, 2014
1 parent 2ef286e commit e5e1d1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions owner-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
~ 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>

<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.5.1</version>
</parent>

<name>OWNER :: Site</name>
Expand All @@ -32,7 +31,7 @@
<id>default-cli</id>
<configuration>
<tasks>
<ant antfile="site/build.xml" target="run"/>
<ant antfile="site/build.xml" target="run" />
</tasks>
</configuration>
<goals>
Expand Down
5 changes: 2 additions & 3 deletions owner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
~ 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>

<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.5.1</version>
</parent>

<name>OWNER :: Core</name>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-SNAPSHOT</version>
<version>1.0.5.1</version>
<packaging>pom</packaging>

<name>OWNER :: Parent</name>
Expand Down

0 comments on commit e5e1d1b

Please sign in to comment.