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

Commit

Permalink
Updating the version to 4.0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasheelankumar committed Jul 16, 2018
1 parent f3b2a03 commit 2c78270
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Please see:
http://aseng-wiki.us.oracle.com/asengwiki/display/GlassFish/WoodstockUpdate
for detail instruction on how to update and publish woodstock jars.

* To build: cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.
* To build:
SET the ENV property ANT_OPTS with HTTP Proxy and HTTP Port

export ANT_OPTS="-Dhttp.proxyHost=<HTTP_PROXY_VALUE> -Dhttp.proxyPort=<HTTP_PORT_VALUE>"

cd master; ant clean; ant; The jars will be available at master/build/ship/lib directory.

* 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:

Expand Down
2 changes: 1 addition & 1 deletion build-bundles
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# REMEMBER TO CHANGE THIS VERSION #!!!!!!

WOODSTOCK_VERSION="4.0.2.13"
WOODSTOCK_VERSION="4.0.2.14"

#====== remove existing copies=========
rm -rf webui-jsf-*
Expand Down
2 changes: 1 addition & 1 deletion master/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Version Information
MajorVersion=4
MinorVersion=0
MicroVersion=.2.13
MicroVersion=.2.14
Qualifier=
Version=${MajorVersion}.${MinorVersion}
FullVersion=${Version}${MicroVersion}
Expand Down

0 comments on commit 2c78270

Please sign in to comment.