Steps to release 3.5.4a

This commit is contained in:
Carlos Ruiz 2009-09-15 01:19:47 +00:00
parent d17ba65308
commit 5ffe986824
6 changed files with 16 additions and 16 deletions

View File

@ -60,11 +60,11 @@ public final class Adempiere
/** Main Version String */ /** Main Version String */
// Conventions for naming second number is even for stable, and odd for unstable // Conventions for naming second number is even for stable, and odd for unstable
// the releases will have a suffix (a) for alpha - (b) for beta - (t) for trunk - and (s) for stable // the releases will have a suffix (a) for alpha - (b) for beta - (t) for trunk - and (s) for stable
static public String MAIN_VERSION = "Release 3.5.3a"; static public String MAIN_VERSION = "Release 3.5.4a";
/** Detail Version as date Used for Client/Server */ /** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2008-12-21"; static public String DATE_VERSION = "2009-09-15";
/** Database Version as date Compared with AD_System */ /** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2008-12-21"; static public String DB_VERSION = "2009-09-15";
/** Product Name */ /** Product Name */
static public final String NAME = "Adempiere\u00AE"; static public final String NAME = "Adempiere\u00AE";

View File

@ -30,12 +30,12 @@
<maxHeapSize>512</maxHeapSize> <maxHeapSize>512</maxHeapSize>
</jre> </jre>
<versionInfo> <versionInfo>
<fileVersion>3.5.3.0</fileVersion> <fileVersion>3.5.4.0</fileVersion>
<txtFileVersion>Release 3.5.3a</txtFileVersion> <txtFileVersion>Release 3.5.4a</txtFileVersion>
<fileDescription>Adempiere ERP &amp; CRM 3.5.3a</fileDescription> <fileDescription>Adempiere ERP &amp; CRM 3.5.4a</fileDescription>
<copyright>Adempiere</copyright> <copyright>Adempiere</copyright>
<productVersion>3.5.3.0</productVersion> <productVersion>3.5.4.0</productVersion>
<txtProductVersion>Release 3.5.3a</txtProductVersion> <txtProductVersion>Release 3.5.4a</txtProductVersion>
<productName>Adempier ERP &amp; CRM</productName> <productName>Adempier ERP &amp; CRM</productName>
<companyName>Adempiere Bazaar</companyName> <companyName>Adempiere Bazaar</companyName>
<internalName>Adempiere</internalName> <internalName>Adempiere</internalName>

View File

@ -96,7 +96,7 @@ End If
<tbody> <tbody>
<tr> <tr>
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.5.3a Home Page!<br> <td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.5.4a Home Page!<br>
</font></td> </font></td>

View File

@ -1,9 +1,9 @@
<?xml version = "1.0" encoding = "UTF-8"?> <?xml version = "1.0" encoding = "UTF-8"?>
<jnlp spec = "1.5+" version = "3.5.3a" <jnlp spec = "1.5+" version = "3.5.4a"
codebase = "$$context/adempiereHome" codebase = "$$context/adempiereHome"
href = "$$context/adempiere.jnlp"> href = "$$context/adempiere.jnlp">
<information> <information>
<title>Adempiere Client 3.5.3a $$context</title> <title>Adempiere Client 3.5.4a $$context</title>
<vendor>ADempiere, Inc.</vendor> <vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/> <homepage href = "http://www.adempiere.org"/>
<offline-allowed/> <offline-allowed/>
@ -14,7 +14,7 @@
<icon href = "$$context/C32.gif"/> <icon href = "$$context/C32.gif"/>
<shortcut online="true"> <shortcut online="true">
<desktop/> <desktop/>
<menu submenu="Adempiere 3.5.3a $$context"/> <menu submenu="Adempiere 3.5.4a $$context"/>
</shortcut> </shortcut>
</information> </information>
<security> <security>

View File

@ -1,9 +1,9 @@
<?xml version = "1.0" encoding = "UTF-8"?> <?xml version = "1.0" encoding = "UTF-8"?>
<jnlp spec = "1.5+" version = "3.5.3a" <jnlp spec = "1.5+" version = "3.5.4a"
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome" codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp"> href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
<information> <information>
<title>Adempiere Client 3.5.3a @ADEMPIERE_APPS_SERVER@ Direct</title> <title>Adempiere Client 3.5.4a @ADEMPIERE_APPS_SERVER@ Direct</title>
<vendor>ADempiere, Inc.</vendor> <vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/> <homepage href = "http://www.adempiere.org"/>
<description>Adempiere ERP+CRM (local) - Smart Business Solution for Distribution and Service - globally</description> <description>Adempiere ERP+CRM (local) - Smart Business Solution for Distribution and Service - globally</description>
@ -13,7 +13,7 @@
<icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/C32.gif"/> <icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/C32.gif"/>
<shortcut online="true"> <shortcut online="true">
<desktop/> <desktop/>
<menu submenu="Adempiere 3.5.3a @ADEMPIERE_APPS_SERVER@ Direct"/> <menu submenu="Adempiere 3.5.4a @ADEMPIERE_APPS_SERVER@ Direct"/>
</shortcut> </shortcut>
</information> </information>
<security> <security>

View File

@ -3,7 +3,7 @@ env.ADEMPIERE_ROOT=${env.ADEMPIERE_SOURCE}/adempiere
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
env.ADEMPIERE_VERSION=ADempiere env.ADEMPIERE_VERSION=ADempiere
env.ADEMPIERE_VERSION_FILE=353a env.ADEMPIERE_VERSION_FILE=354a
env.ADEMPIERE_VENDOR=ADempiere env.ADEMPIERE_VENDOR=ADempiere
env.ENCODING=UTF-8 env.ENCODING=UTF-8
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools