Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jul 29, 2015
1 parent 75e09b1 commit e3ba9c1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 25 deletions.
9 changes: 4 additions & 5 deletions console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
limitations under the License.
-->
<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>
<groupId>org.hawkular</groupId>
<artifactId>hawkular</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +35,7 @@
<hawkular.console.timestamp>${maven.build.timestamp}</hawkular.console.timestamp>
<hawkular.console.context>/</hawkular.console.context>
<hawkular.console.index.html.base.href>/</hawkular.console.index.html.base.href>
<bower.link.package></bower.link.package>
<bower.link.package />
<node.version>v0.10.33</node.version>
<node.npm.version>2.1.10</node.npm.version>
<node.maven.plugin.version>0.0.23</node.maven.plugin.version>
Expand Down Expand Up @@ -274,7 +273,7 @@
<activation>
<property>
<name>bower.link.package</name>
<value></value>
<value />
</property>
</activation>
<properties>
Expand Down
10 changes: 5 additions & 5 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
</parent>

<artifactId>hawkular-dist</artifactId>
Expand Down Expand Up @@ -80,13 +80,13 @@
<dependency>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-pinger</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-avail-creator</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<type>war</type>
</dependency>
<dependency>
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-console</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<type>war</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -257,7 +257,7 @@
<edit>
<insert>
<select>/server/socket-binding-group[@name='standard-sockets']</select>
<xml><![CDATA[<socket-binding name="org.hawkular.bus.broker.discovery" port="0" multicast-address="224.0.0.4" multicast-port="63636"/>]]></xml>
<xml><![CDATA[<socket-binding name="org.hawkular.bus.broker.discovery" port="0" multicast-address="224.0.0.4" multicast-port="63636" />]]></xml>
<attribute>name</attribute>
</insert>
</edit>
Expand Down
6 changes: 2 additions & 4 deletions modules/avail-creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
limitations under the License.
-->
<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.hawkular</groupId>
<artifactId>hawkular</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions modules/end-to-end-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
limitations under the License.
-->
<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.hawkular</groupId>
<artifactId>hawkular</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions modules/pinger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
limitations under the License.
-->
<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.hawkular</groupId>
<artifactId>hawkular</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
limitations under the License.
-->
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -34,7 +33,7 @@
<!-- major.minor.micro.Beta[n] -->
<!-- major.minor.micro.CR[n] -->
<!-- major.minor.micro.Final -->
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<packaging>pom</packaging>

<name>Hawkular</name>
Expand Down Expand Up @@ -65,7 +64,7 @@
<connection>scm:git:git@github.com:hawkular/hawkular.git</connection>
<developerConnection>scm:git:git@github.com:hawkular/hawkular.git</developerConnection>
<url>https://github.com/hawkular</url>
<tag>HEAD</tag>
<tag>1.0.0.Alpha3</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit e3ba9c1

Please sign in to comment.