Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Aug 24, 2015
1 parent 94f3343 commit 977694b
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion hawkular-bus-broker-wf-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-broker-wf-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-mdb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hawkular-bus-ra-wf-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-ra-wf-module</artifactId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<property name="org.hawkular.broker.bus.uri" value="vm://org.hawkular.bus.broker.${jboss.node.name}?create=false" />
<unzip src="${project.build.directory}/${project.build.finalName}-module.zip" dest="${org.hawkular.wildfly.home}/modules/system/layers/base" />
<replaceregexp file="${org.hawkular.wildfly.home}/standalone/configuration/standalone.xml" flags="gis" match="&lt;/session-bean&gt;&#xA;" replace="&lt;/session-bean&gt;&#xA;&lt;mdb&gt;&#xA; &lt;resource-adapter-ref resource-adapter-name=&quot;activemq-rar&quot; /&gt;&#xA; &lt;bean-instance-pool-ref pool-name=&quot;mdb-strict-max-pool&quot; /&gt;&#xA;&lt;/mdb&gt;&#xA;" />
<replaceregexp file="${org.hawkular.wildfly.home}/standalone/configuration/standalone.xml" flags="gis" match="&lt;subsystem xmlns=&quot;urn:jboss:domain:resource-adapters:2.0&quot; /&gt;&#xA;" replace="&lt;subsystem xmlns=&quot;urn:jboss:domain:resource-adapters:2.0&quot;&gt;&#xA;&lt;resource-adapters&gt;&#xA; &lt;resource-adapter id=&quot;activemq-rar&quot;&gt;&#xA; &lt;module slot=&quot;main&quot; id=&quot;org.apache.activemq.ra&quot; /&gt;&#xA; &lt;transaction-support&gt;XATransaction&lt;/transaction-support&gt;&#xA; &lt;config-property name=&quot;UseInboundSession&quot;&gt;&#xA; false&#xA; &lt;/config-property&gt;&#xA; &lt;!--&lt;config-property name=&quot;Password&quot;&gt;&#xA; defaultPassword&#xA; &lt;/config-property&gt;&#xA; &lt;config-property name=&quot;UserName&quot;&gt;&#xA; defaultUser&#xA; &lt;/config-property&gt;--&gt;&#xA; &lt;config-property name=&quot;ServerUrl&quot;&gt;&#xA; ${org.hawkular.broker.bus.uri}&#xA; &lt;/config-property&gt;&#xA; &lt;connection-definitions&gt;&#xA; &lt;connection-definition class-name=&quot;org.apache.activemq.ra.ActiveMQManagedConnectionFactory&quot; jndi-name=&quot;java:/HawkularBusConnectionFactory&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;HawkularBusConnectionFactory&quot;&gt;&#xA; &lt;xa-pool&gt;&#xA; &lt;min-pool-size&gt;1&lt;/min-pool-size&gt;&#xA; &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;&#xA; &lt;prefill&gt;false&lt;/prefill&gt;&#xA; &lt;is-same-rm-override&gt;false&lt;/is-same-rm-override&gt;&#xA; &lt;/xa-pool&gt;&#xA; &lt;/connection-definition&gt;&#xA; &lt;/connection-definitions&gt;&#xA; &lt;!-- &lt;admin-objects&gt;&#xA; &lt;admin-object class-name=&quot;org.apache.activemq.command.ActiveMQQueue&quot; jndi-name=&quot;java:/queue/QueueName&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;QueueName&quot;&gt;&#xA; &lt;config-property name=&quot;PhysicalName&quot;&gt;&#xA; QueueName&#xA; &lt;/config-property&gt;&#xA; &lt;/admin-object&gt;&#xA; &lt;admin-object class-name=&quot;org.apache.activemq.command.ActiveMQTopic&quot; jndi-name=&quot;java:/topic/TopicName&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;TopicName&quot;&gt;&#xA; &lt;config-property name=&quot;PhysicalName&quot;&gt;&#xA; TopicName&#xA; &lt;/config-property&gt;&#xA; &lt;/admin-object&gt;&#xA; &lt;/admin-objects&gt; --&gt;&#xA; &lt;/resource-adapter&gt;&#xA;&lt;/resource-adapters&gt;&#xA;&lt;/subsystem&gt;&#xA;" />
<replaceregexp file="${org.hawkular.wildfly.home}/standalone/configuration/standalone.xml" flags="gis" match="&lt;subsystem xmlns=&quot;urn:jboss:domain:resource-adapters:2.0&quot; /&gt;&#xA;" replace="&lt;subsystem xmlns=&quot;urn:jboss:domain:resource-adapters:2.0&quot;&gt;&#xA;&lt;resource-adapters&gt;&#xA; &lt;resource-adapter id=&quot;activemq-rar&quot;&gt;&#xA; &lt;module slot=&quot;main&quot; id=&quot;org.apache.activemq.ra&quot; /&gt;&#xA; &lt;transaction-support&gt;XATransaction&lt;/transaction-support&gt;&#xA; &lt;config-property name=&quot;UseInboundSession&quot;&gt;&#xA; false&#xA; &lt;/config-property&gt;&#xA; &lt;!--&lt;config-property name=&quot;Password&quot;&gt;&#xA; defaultPassword&#xA; &lt;/config-property&gt;&#xA; &lt;config-property name=&quot;UserName&quot;&gt;&#xA; defaultUser&#xA; &lt;/config-property&gt;--&gt;&#xA; &lt;config-property name=&quot;ServerUrl&quot;&gt;&#xA; ${org.hawkular.broker.bus.uri}&#xA; &lt;/config-property&gt;&#xA; &lt;connection-definitions&gt;&#xA; &lt;connection-definition class-name=&quot;org.apache.activemq.ra.ActiveMQManagedConnectionFactory&quot; jndi-name=&quot;java:/HawkularBusConnectionFactory&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;HawkularBusConnectionFactory&quot;&gt;&#xA; &lt;xa-pool&gt;&#xA; &lt;min-pool-size&gt;1&lt;/min-pool-size&gt;&#xA; &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;&#xA; &lt;prefill&gt;false&lt;/prefill&gt;&#xA; &lt;is-same-rm-override&gt;false&lt;/is-same-rm-override&gt;&#xA; &lt;/xa-pool&gt;&#xA; &lt;/connection-definition&gt;&#xA; &lt;/connection-definitions&gt;&#xA; &lt;!-- &lt;admin-objects&gt;&#xA; &lt;admin-object class-name=&quot;org.apache.activemq.command.ActiveMQQueue&quot; jndi-name=&quot;java:/queue/QueueName&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;QueueName&quot;&gt;&#xA; &lt;config-property name=&quot;PhysicalName&quot;&gt;&#xA; QueueName&#xA; &lt;/config-property&gt;&#xA; &lt;/admin-object&gt;&#xA; &lt;admin-object class-name=&quot;org.apache.activemq.command.ActiveMQTopic&quot; jndi-name=&quot;java:/topic/TopicName&quot; enabled=&quot;true&quot; use-java-context=&quot;true&quot; pool-name=&quot;TopicName&quot;&gt;&#xA; &lt;config-property name=&quot;PhysicalName&quot;&gt;&#xA; TopicName&#xA; &lt;/config-property&gt;&#xA; &lt;/admin-object&gt;&#xA; &lt;/admin-objects&gt; --&gt;&#xA; &lt;/resource-adapter&gt;&#xA;&lt;/resource-adapters&gt;&#xA;&lt;/subsystem&gt;&#xA;" />
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-rest-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-samples/hawkular-bus-sample-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-samples-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-sample-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-samples-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-sample-jsonschema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-samples/hawkular-bus-sample-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-samples-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-sample-mdb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-samples-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-sample-vt-mdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-samples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-bus-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-bus-test-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-feed-comm/feed-comm-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-feed-comm-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-feed-comm-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-feed-comm/feed-comm-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-feed-comm-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-feed-comm-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-feed-comm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-feed-comm-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-nest/hawkular-nest-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.nest</groupId>
<artifactId>hawkular-nest-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-nest-distro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-nest/hawkular-nest-wf-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.nest</groupId>
<artifactId>hawkular-nest-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hawkular-nest-wf-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-nest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<groupId>org.hawkular.nest</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-parent</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>
<name>Hawkular Bus: Root Parent</name>
<inceptionYear>2015</inceptionYear>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:git@github.com:hawkular/hawkular-bus.git</connection>
<developerConnection>scm:git:git@github.com:hawkular/hawkular-bus.git</developerConnection>
<url>https://github.com/hawkular/hawkular-bus</url>
<tag>head</tag>
<tag>0.4.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 977694b

Please sign in to comment.