preparing release of version 3.1.4
This commit is contained in:
parent
97ca204d74
commit
c75006fd69
|
@ -41,11 +41,11 @@ public final class Adempiere
|
|||
/** Timestamp */
|
||||
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
||||
/** Main Version String */
|
||||
static public final String MAIN_VERSION = "Release 3.1.3";
|
||||
static public final String MAIN_VERSION = "Release 3.1.4";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public final String DATE_VERSION = "2006-12-27";
|
||||
static public final String DATE_VERSION = "2007-01-23";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public final String DB_VERSION = "2006-12-27";
|
||||
static public final String DB_VERSION = "2007-01-23";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "Adempiere\u00AE";
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
<maxHeapSize>512</maxHeapSize>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>3.1.3.0</fileVersion>
|
||||
<txtFileVersion>Release 3.1.3</txtFileVersion>
|
||||
<fileDescription>Adempiere ERP & CRM 3.1.3</fileDescription>
|
||||
<fileVersion>3.1.4.0</fileVersion>
|
||||
<txtFileVersion>Release 3.1.4</txtFileVersion>
|
||||
<fileDescription>Adempiere ERP & CRM 3.1.4</fileDescription>
|
||||
<copyright>Adempiere</copyright>
|
||||
<productVersion>3.1.3.0</productVersion>
|
||||
<txtProductVersion>Release 3.1.3</txtProductVersion>
|
||||
<productVersion>3.1.4.0</productVersion>
|
||||
<txtProductVersion>Release 3.1.4</txtProductVersion>
|
||||
<productName>Adempier ERP & CRM</productName>
|
||||
<companyName></companyName>
|
||||
<internalName>Adempiere</internalName>
|
||||
|
|
|
@ -96,7 +96,7 @@ End If
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.3 Home Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.4 Home Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
codebase = "$$context/adempiereHome"
|
||||
href = "$$context/adempiere.jnlp">
|
||||
<information>
|
||||
<title>Adempiere Client 3.1.3 $$context</title>
|
||||
<title>Adempiere Client 3.1.4 $$context</title>
|
||||
<vendor>ADempiere, Inc.</vendor>
|
||||
<homepage href = "http://www.adempiere.org"/>
|
||||
<offline-allowed/>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<icon href = "$$context/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.1.3 $$context"/>
|
||||
<menu submenu="Adempiere 3.1.4 $$context"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<security>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||
<jnlp spec = "1.5+" version = "3.1.3"
|
||||
<jnlp spec = "1.5+" version = "3.1.4"
|
||||
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
|
||||
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||
<information>
|
||||
<title>Adempiere Client 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||
<title>Adempiere Client 3.1.4 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||
<vendor>ADempiere, Inc.</vendor>
|
||||
<homepage href = "http://www.adempiere.org"/>
|
||||
<offline-allowed/>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
<menu submenu="Adempiere 3.1.4 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<security>
|
||||
|
|
Loading…
Reference in New Issue