Skip to content

Commit

Permalink
[maven-release-plugin] prepare release owner-1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Nov 18, 2014
1 parent bd3ab17 commit 3d00618
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
8 changes: 3 additions & 5 deletions owner-assembly/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>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +21,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion owner-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<name>OWNER :: Third Party Extras</name>
Expand Down
10 changes: 4 additions & 6 deletions owner-java8/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?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>
<artifactId>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8</artifactId>
<name>OWNER :: Java 8 Support</name>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>bundle</packaging>

<properties>
Expand Down Expand Up @@ -53,7 +51,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owner-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<name>OWNER :: Site</name>
Expand Down
2 changes: 1 addition & 1 deletion owner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<name>OWNER :: Core</name>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<name>OWNER :: Parent</name>
Expand Down Expand Up @@ -78,7 +78,8 @@
<url>https://github.com/lviggiano/owner/tree/master</url>
<connection>scm:git:git://github.com/lviggiano/owner.git</connection>
<developerConnection>scm:git:git@github.com:lviggiano/owner.git</developerConnection>
</scm>
<tag>owner-1.0.6</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -315,7 +316,7 @@
<format>html</format>
</formats>
<aggregate>true</aggregate>
<check/>
<check />
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 3d00618

Please sign in to comment.