[maven-release-plugin] prepare release activemq-5.10.0

This commit is contained in:
Dejan Bosanac 2014-06-05 11:59:17 +02:00
parent 25600944e6
commit 58dd93e42e
41 changed files with 44 additions and 46 deletions

View File

@ -7,15 +7,14 @@
software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing
permissions and 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>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-all</artifactId>
@ -126,8 +125,7 @@
<resource>.java</resource>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<projectName>Apache ActiveMQ</projectName>
</transformer>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-amqp</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-blueprint</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-broker</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-camel</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-client</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-console</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-fileserver</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-http</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-itests-spring31</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-jaas</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-jdbc-store</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-jms-pool</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-kahadb-store</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-karaf-itest</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-karaf</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-leveldb-store</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-log4j-appender</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-mqtt</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-openwire-generator</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-openwire-legacy</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-osgi</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-partition</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-pool</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-ra</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-rar</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-run</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-runtime-config</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-shiro</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-spring</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-stomp</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-maven-plugin</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-memtest-maven-plugin</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-perf-maven-plugin</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<groupId>org.apache.activemq.tooling</groupId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-unit-tests</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-web-console</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-web-demo</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>activemq-web</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
</parent>
<artifactId>apache-activemq</artifactId>

View File

@ -25,7 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>5.11-SNAPSHOT</version>
<version>5.10.0</version>
<packaging>pom</packaging>
<name>ActiveMQ</name>
<inceptionYear>2005</inceptionYear>
@ -267,7 +267,7 @@
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq.git</developerConnection>
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-git</url>
<tag>HEAD</tag>
<tag>activemq-5.10.0</tag>
</scm>
<dependencyManagement>