Skip to content

Commit e5e1d1b

Browse files
author
Luigi R. Viggiano
committed
[maven-release-plugin] prepare release owner-1.0.5.1
1 parent 2ef286e commit e5e1d1b

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

owner-site/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
~ This software is distributable under the BSD license.
77
~ See the terms of the BSD license in the documentation provided with this software.
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<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">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<parent>
1413
<groupId>org.aeonbits.owner</groupId>
1514
<artifactId>owner-parent</artifactId>
16-
<version>1.0.6-SNAPSHOT</version>
15+
<version>1.0.5.1</version>
1716
</parent>
1817

1918
<name>OWNER :: Site</name>
@@ -32,7 +31,7 @@
3231
<id>default-cli</id>
3332
<configuration>
3433
<tasks>
35-
<ant antfile="site/build.xml" target="run"/>
34+
<ant antfile="site/build.xml" target="run" />
3635
</tasks>
3736
</configuration>
3837
<goals>

owner/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
~ This software is distributable under the BSD license.
77
~ See the terms of the BSD license in the documentation provided with this software.
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<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">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<parent>
1413
<groupId>org.aeonbits.owner</groupId>
1514
<artifactId>owner-parent</artifactId>
16-
<version>1.0.6-SNAPSHOT</version>
15+
<version>1.0.5.1</version>
1716
</parent>
1817

1918
<name>OWNER :: Core</name>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
~ This software is distributable under the BSD license.
77
~ See the terms of the BSD license in the documentation provided with this software.
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<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">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<groupId>org.aeonbits.owner</groupId>
1413
<artifactId>owner-parent</artifactId>
15-
<version>1.0.6-SNAPSHOT</version>
14+
<version>1.0.5.1</version>
1615
<packaging>pom</packaging>
1716

1817
<name>OWNER :: Parent</name>

0 commit comments

Comments
 (0)