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

Commit 2c78270

Browse files
Updating the version to 4.0.2.14
1 parent f3b2a03 commit 2c78270

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Please see:
44
http://aseng-wiki.us.oracle.com/asengwiki/display/GlassFish/WoodstockUpdate
55
for detail instruction on how to update and publish woodstock jars.
66

7-
* To build: cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.
7+
* To build:
8+
SET the ENV property ANT_OPTS with HTTP Proxy and HTTP Port
9+
10+
export ANT_OPTS="-Dhttp.proxyHost=<HTTP_PROXY_VALUE> -Dhttp.proxyPort=<HTTP_PORT_VALUE>"
11+
12+
cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.
813

914
* BEFORE Running build-bundles to create the webui-jsf-bundle.jar and webui-jsf-suntheme-bundle.jar for pushing using Nexus UI, do the following:
1015

build-bundles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# REMEMBER TO CHANGE THIS VERSION #!!!!!!
44

5-
WOODSTOCK_VERSION="4.0.2.13"
5+
WOODSTOCK_VERSION="4.0.2.14"
66

77
#====== remove existing copies=========
88
rm -rf webui-jsf-*

master/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Version Information
4242
MajorVersion=4
4343
MinorVersion=0
44-
MicroVersion=.2.13
44+
MicroVersion=.2.14
4545
Qualifier=
4646
Version=${MajorVersion}.${MinorVersion}
4747
FullVersion=${Version}${MicroVersion}

0 commit comments

Comments
 (0)