[maven-release-plugin] prepare release 1.5.0

This commit is contained in:
Clebert Suconic 2016-11-03 15:34:54 -04:00
parent 21a77056a8
commit 13a8a2bd40
164 changed files with 210 additions and 233 deletions

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -18,13 +18,11 @@
~ under the License. ~ under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <parent>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-cli</artifactId> <artifactId>artemis-cli</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-commons</artifactId> <artifactId>artemis-commons</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-core-client</artifactId> <artifactId>artemis-core-client</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>apache-artemis</artifactId> <artifactId>apache-artemis</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-dto</artifactId> <artifactId>artemis-dto</artifactId>
@ -66,21 +65,19 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<target> <target>
<taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask"/> <taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask" />
<mkdir dir="${project.build.directory}/schema/org.apache.activemq/dto"/> <mkdir dir="${project.build.directory}/schema/org.apache.activemq/dto" />
<echo message="Generating XSD to: ${project.build.directory}/schema/org.apache.activemq/dto"/> <echo message="Generating XSD to: ${project.build.directory}/schema/org.apache.activemq/dto" />
<schemagen srcdir="${basedir}/.." <schemagen srcdir="${basedir}/.." destdir="${project.build.directory}/schema/org.apache.activemq/dto" includeantruntime="false">
destdir="${project.build.directory}/schema/org.apache.activemq/dto" <schema namespace="http://activemq.org/schema" file="activemq.xsd" />
includeantruntime="false"> <classpath refid="maven.compile.classpath" />
<schema namespace="http://activemq.org/schema" file="activemq.xsd"/> <include name="**/package-info.java" />
<classpath refid="maven.compile.classpath"/> <include name="**/*DTO.java" />
<include name="**/package-info.java"/> <exclude name="**/.git/**" />
<include name="**/*DTO.java"/> <exclude name="**/.svn/**" />
<exclude name="**/.git/**"/>
<exclude name="**/.svn/**"/>
</schemagen> </schemagen>
<copy todir="${project.build.directory}/classes"> <copy todir="${project.build.directory}/classes">
<fileset dir="${project.build.directory}/schema"/> <fileset dir="${project.build.directory}/schema" />
</copy> </copy>
</target> </target>
</configuration> </configuration>
@ -128,7 +125,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/> <ignore />
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-features</artifactId> <artifactId>artemis-features</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-jdbc-store</artifactId> <artifactId>artemis-jdbc-store</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-jms-client</artifactId> <artifactId>artemis-jms-client</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-jms-server</artifactId> <artifactId>artemis-jms-server</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-journal</artifactId> <artifactId>artemis-journal</artifactId>

View File

@ -14,15 +14,14 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-junit</artifactId> <artifactId>artemis-junit</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-maven-plugin</artifactId> <artifactId>artemis-maven-plugin</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-native</artifactId> <artifactId>artemis-native</artifactId>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,12 +14,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-protocols</artifactId> <artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -15,12 +15,11 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-ra</artifactId> <artifactId>artemis-ra</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<name>ActiveMQ Artemis REST Interface Implementation</name> <name>ActiveMQ Artemis REST Interface Implementation</name>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-selector</artifactId> <artifactId>artemis-selector</artifactId>
@ -118,7 +117,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute/> <execute />
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

View File

@ -8,14 +8,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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 OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> 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" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-server-osgi</artifactId> <artifactId>artemis-server-osgi</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-server</artifactId> <artifactId>artemis-server</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-service-extensions</artifactId> <artifactId>artemis-service-extensions</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-web</artifactId> <artifactId>artemis-web</artifactId>

View File

@ -14,14 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId> <artifactId>artemis-pom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-website</artifactId> <artifactId>artemis-website</artifactId>
@ -170,26 +169,25 @@
<phase>generate-sources</phase> <phase>generate-sources</phase>
<configuration> <configuration>
<target> <target>
<condition property="gitbook.cmd" value="${basedir}/node_modules/.bin/gitbook.cmd" <condition property="gitbook.cmd" value="${basedir}/node_modules/.bin/gitbook.cmd" else="${basedir}/node_modules/.bin/gitbook">
else="${basedir}/node_modules/.bin/gitbook"> <os family="windows" />
<os family="windows"/>
</condition> </condition>
<!-- lets generate the gitbook --> <!-- lets generate the gitbook -->
<mkdir dir="${webapp-outdir-user-manual}"/> <mkdir dir="${webapp-outdir-user-manual}" />
<echo>executing ${gitbook.cmd}</echo> <echo>executing ${gitbook.cmd}</echo>
<exec executable="${gitbook.cmd}" failonerror="true"> <exec executable="${gitbook.cmd}" failonerror="true">
<env key="PATH" path="${basedir}/node"/> <env key="PATH" path="${basedir}/node" />
<arg value="build"/> <arg value="build" />
<arg value="${basedir}/../docs/user-manual/en"/> <arg value="${basedir}/../docs/user-manual/en" />
<arg value="${webapp-outdir-user-manual}"/> <arg value="${webapp-outdir-user-manual}" />
</exec> </exec>
<mkdir dir="${webapp-outdir-hacking-guide}"/> <mkdir dir="${webapp-outdir-hacking-guide}" />
<echo>executing ${gitbook.cmd}</echo> <echo>executing ${gitbook.cmd}</echo>
<exec executable="${gitbook.cmd}" failonerror="true"> <exec executable="${gitbook.cmd}" failonerror="true">
<env key="PATH" path="${basedir}/node"/> <env key="PATH" path="${basedir}/node" />
<arg value="build"/> <arg value="build" />
<arg value="${basedir}/../docs/hacking-guide/en"/> <arg value="${basedir}/../docs/hacking-guide/en" />
<arg value="${webapp-outdir-hacking-guide}"/> <arg value="${webapp-outdir-hacking-guide}" />
</exec> </exec>
</target> </target>
</configuration> </configuration>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>client-side-load-balancing</artifactId> <artifactId>client-side-load-balancing</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-durable-subscription</artifactId> <artifactId>clustered-durable-subscription</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-grouping</artifactId> <artifactId>clustered-grouping</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-jgroups</artifactId> <artifactId>clustered-jgroups</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-queue</artifactId> <artifactId>clustered-queue</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-static-discovery-uri</artifactId> <artifactId>clustered-static-discovery-uri</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-static-discovery</artifactId> <artifactId>clustered-static-discovery</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-static-oneway</artifactId> <artifactId>clustered-static-oneway</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-topic-uri</artifactId> <artifactId>clustered-topic-uri</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>clustered-topic</artifactId> <artifactId>clustered-topic</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId> <artifactId>broker-features</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>queue-message-redistribution</artifactId> <artifactId>queue-message-redistribution</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId> <artifactId>broker-clustered</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>symmetric-cluster</artifactId> <artifactId>symmetric-cluster</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>application-layer-failover</artifactId> <artifactId>application-layer-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>client-side-fileoverlistener</artifactId> <artifactId>client-side-fileoverlistener</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>colocated-failover-scale-down</artifactId> <artifactId>colocated-failover-scale-down</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>colocated-failover</artifactId> <artifactId>colocated-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>ha-policy-autobackup</artifactId> <artifactId>ha-policy-autobackup</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>multiple-failover-failback</artifactId> <artifactId>multiple-failover-failback</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>multiple-failover</artifactId> <artifactId>multiple-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>non-transaction-failover</artifactId> <artifactId>non-transaction-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId> <artifactId>broker-features</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>replicated-failback-static</artifactId> <artifactId>replicated-failback-static</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>replicated-failback</artifactId> <artifactId>replicated-failback</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>replicated-multiple-failover</artifactId> <artifactId>replicated-multiple-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>replicated-transaction-failover</artifactId> <artifactId>replicated-transaction-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>scale-down</artifactId> <artifactId>scale-down</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>stop-server-failover</artifactId> <artifactId>stop-server-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.failover</groupId> <groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId> <artifactId>broker-failover</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>transaction-failover</artifactId> <artifactId>transaction-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.soak</groupId> <groupId>org.apache.activemq.examples.soak</groupId>
<artifactId>perf-root</artifactId> <artifactId>perf-root</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>openwire-perf</artifactId> <artifactId>openwire-perf</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId> <artifactId>broker-features</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<groupId>org.apache.activemq.examples.soak</groupId> <groupId>org.apache.activemq.examples.soak</groupId>

View File

@ -28,7 +28,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.soak</groupId> <groupId>org.apache.activemq.examples.soak</groupId>
<artifactId>perf-root</artifactId> <artifactId>perf-root</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples</groupId> <groupId>org.apache.activemq.examples</groupId>
<artifactId>artemis-examples</artifactId> <artifactId>artemis-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>core-bridge</artifactId> <artifactId>core-bridge</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>browser</artifactId> <artifactId>browser</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>artemis-cdi-example</artifactId> <artifactId>artemis-cdi-example</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>client-kickoff</artifactId> <artifactId>client-kickoff</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>consumer-rate-limit</artifactId> <artifactId>consumer-rate-limit</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>dead-letter</artifactId> <artifactId>dead-letter</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>delayed-redelivery</artifactId> <artifactId>delayed-redelivery</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>divert</artifactId> <artifactId>divert</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>durable-subscription</artifactId> <artifactId>durable-subscription</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>embedded-simple</artifactId> <artifactId>embedded-simple</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>embedded</artifactId> <artifactId>embedded</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>expiry</artifactId> <artifactId>expiry</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>http-transport</artifactId> <artifactId>http-transport</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>instantiate-connection-factory</artifactId> <artifactId>instantiate-connection-factory</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>interceptor-client</artifactId> <artifactId>interceptor-client</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>interceptor</artifactId> <artifactId>interceptor</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>auto-closeable</artifactId> <artifactId>auto-closeable</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>bridge</artifactId> <artifactId>bridge</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>completion-listener</artifactId> <artifactId>completion-listener</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>context</artifactId> <artifactId>context</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>shared-consumer</artifactId> <artifactId>shared-consumer</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>jmx</artifactId> <artifactId>jmx</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>large-message</artifactId> <artifactId>large-message</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>last-value-queue</artifactId> <artifactId>last-value-queue</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>management-notifications</artifactId> <artifactId>management-notifications</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>management</artifactId> <artifactId>management</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>message-counters</artifactId> <artifactId>message-counters</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>message-group</artifactId> <artifactId>message-group</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>message-group2</artifactId> <artifactId>message-group2</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>message-priority</artifactId> <artifactId>message-priority</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>no-consumer-buffering</artifactId> <artifactId>no-consumer-buffering</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>paging</artifactId> <artifactId>paging</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.clustered</groupId> <groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId> <artifactId>broker-features</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>pre-acknowledge</artifactId> <artifactId>pre-acknowledge</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>producer-rate-limit</artifactId> <artifactId>producer-rate-limit</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>queue-requestor</artifactId> <artifactId>queue-requestor</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
</parent> </parent>
<artifactId>queue-selector</artifactId> <artifactId>queue-selector</artifactId>

Some files were not shown because too many files have changed in this diff Show More