Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 403a5e6

Browse files
committed
update versions of dependencies
1 parent a02559c commit 403a5e6

5 files changed

Lines changed: 24 additions & 27 deletions

File tree

mq/README

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Message Queue Build Instructions
1616
If you are not behind a firewall, you will not need to set up a proxy.
1717

1818
<settings>
19-
<!-- Set up proxies, if needed here (commented out for now)
20-
Uncomment this section and add your proxy if you need to proxy to maven-central -->
21-
<!--
19+
<!-- Example proxies setup. Use your proxy setting if you need to proxy to maven-central -->
2220
<proxies>
2321
<proxy>
2422
<active>true</active>
@@ -27,7 +25,6 @@ Message Queue Build Instructions
2725
<port>80</port>
2826
</proxy>
2927
</proxies>
30-
-->
3128
</settings>
3229

3330
2. Unzip the source bundle and set JAVA_HOME
@@ -42,15 +39,6 @@ Message Queue Build Instructions
4239
set MAVEN_OPTS to "-Xmx512m -Xms256m -XX:MaxPermSize=512m".
4340

4441

45-
Message Queue Build Instructions for C Client Library
46-
-----------------------------------------------------
47-
1. Fill in necessary info for your platform in
48-
$TOP/src/buildant/default.properties
49-
50-
2. cd $TOP/main/packager-opensource
51-
ant builddclient
52-
53-
5442
Message Queue Build Output
5543
--------------------------
5644

@@ -105,6 +93,15 @@ Troubleshooting the Build
10593

10694
Documentation
10795
-------------
108-
The latest documentation for Message Queue can be found on the GlassFish documentation page:
109-
http://glassfish.java.net/docs/index.html
96+
The latest documentation for Message Queue can be found at
97+
https://javaee.github.io/openmq/
98+
99+
100+
Appendix: Message Queue Build Instructions for C-API Client Library
101+
-------------------------------------------------------------------
102+
1. Fill in necessary info for your platform in
103+
$TOP/src/buildant/default.properties
104+
105+
2. cd $TOP/main/packager-opensource
106+
ant builddclient
110107

mq/main/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -67,7 +67,7 @@
6767

6868
<properties>
6969
<!-- Change these for each build -->
70-
<build.number>5</build.number>
70+
<build.number>6</build.number>
7171
<build.letter>a</build.letter>
7272

7373
<!-- Product-specific -->
@@ -85,27 +85,27 @@
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686

8787
<!-- Versions of dependencies -->
88-
<hk2.version>2.5.0-b36</hk2.version>
89-
<hk2.plugin.version>2.5.0-b33</hk2.plugin.version>
88+
<hk2.version>2.5.0-b42</hk2.version>
89+
<hk2.plugin.version>2.5.0-b42</hk2.plugin.version>
9090
<glassfishbuild.version>3.2.4</glassfishbuild.version>
9191
<glassfish.version>4.1.2</glassfish.version>
92-
<grizzly.version>2.4.0-beta9</grizzly.version>
92+
<grizzly.version>2.4.1</grizzly.version>
9393

9494
<!-- begin of websocket dependencies -->
9595
<json.version>1.1</json.version>
9696
<tyrus.version>1.13.1</tyrus.version>
9797
<!-- end of websocket dependencies -->
9898

99-
<servlet-api.version>4.0.0-b07</servlet-api.version>
99+
<servlet-api.version>4.0.0</servlet-api.version>
100100
<jsp-api.version>2.3.2-b02</jsp-api.version>
101101
<javax.resource-api.version>1.7</javax.resource-api.version>
102102
<javahelp.version>2.0.06</javahelp.version>
103103

104104
<jaf.version>1.1.1</jaf.version>
105-
<javamail.version>1.6.0-rc2</javamail.version>
105+
<javamail.version>1.6.0</javamail.version>
106106
<javax.xml.soap-api.version>1.4.0-b01</javax.xml.soap-api.version>
107107
<saaj-impl.version>1.4.0-b03</saaj-impl.version>
108-
<junit.version>4.10</junit.version>
108+
<junit.version>4.12</junit.version>
109109
<findbugs.skip>false</findbugs.skip>
110110
<findbugs.threshold>High</findbugs.threshold>
111111
<findbugs.exclude />

mq/src/buildcfg/version.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
#
4-
# Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.
4+
# Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
55
#
66
# The contents of this file are subject to the terms of either the GNU
77
# General Public License Version 2 only ("GPL") or the Common Development
@@ -59,7 +59,7 @@
5959
VERSION_NUM = 1
6060

6161
# general version info
62-
JMQ_BUILD_NUMBER= 5
62+
JMQ_BUILD_NUMBER= 6
6363
JMQ_BUILD_LETTER= a
6464

6565
#

mq/src/share/etc/com.sun.cmm.mq.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
The InstalledProduct's Build Number.
124124
-->
125125
<param-name>BuildNumber</param-name>
126-
<param-value>5</param-value>
126+
<param-value>6</param-value>
127127
</parameter>
128128

129129
<parameter>

mq/src/share/etc/template/com.sun.cmm.mq.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
The InstalledProduct's Build Number.
124124
-->
125125
<param-name>BuildNumber</param-name>
126-
<param-value>5</param-value>
126+
<param-value>6</param-value>
127127
</parameter>
128128

129129
<parameter>

0 commit comments

Comments
 (0)