Skip to content

Commit

Permalink
preparing release 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
globalqss committed Apr 2, 2007
1 parent 4c03336 commit d1c3746
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
6 changes: 3 additions & 3 deletions dbPort/src/org/compiere/Adempiere.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.5";
static public final String MAIN_VERSION = "Release 3.1.6";
/** Detail Version as date Used for Client/Server */
static public final String DATE_VERSION = "2007-02-28";
static public final String DATE_VERSION = "2007-04-01";
/** Database Version as date Compared with AD_System */
static public final String DB_VERSION = "2007-02-28";
static public final String DB_VERSION = "2007-04-01";

/** Product Name */
static public final String NAME = "Adempiere\u00AE";
Expand Down
10 changes: 5 additions & 5 deletions launch/Adempiere.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<maxHeapSize>512</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>3.1.5.0</fileVersion>
<txtFileVersion>Release 3.1.5</txtFileVersion>
<fileDescription>Adempiere ERP &amp; CRM 3.1.5</fileDescription>
<fileVersion>3.1.6.0</fileVersion>
<txtFileVersion>Release 3.1.6</txtFileVersion>
<fileDescription>Adempiere ERP &amp; CRM 3.1.6</fileDescription>
<copyright>Adempiere</copyright>
<productVersion>3.1.5.0</productVersion>
<txtProductVersion>Release 3.1.5</txtProductVersion>
<productVersion>3.1.6.0</productVersion>
<txtProductVersion>Release 3.1.6</txtProductVersion>
<productName>Adempier ERP &amp; CRM</productName>
<companyName>Adempiere Bazaar</companyName>
<internalName>Adempiere</internalName>
Expand Down
6 changes: 6 additions & 0 deletions migration/315-trunk/008_version316.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
UPDATE AD_SYSTEM
SET releaseno = '316',
VERSION = '2007-04-01'
WHERE ad_system_id = 0 AND ad_client_id = 0;

COMMIT ;
2 changes: 1 addition & 1 deletion serverRoot/src/web/adempiere.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<tbody>
<tr>

<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.5 Home Page!<br>
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.6 Home Page!<br>

</font></td>

Expand Down
6 changes: 3 additions & 3 deletions serverRoot/src/web/adempiere.jnlp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version = "1.0" encoding = "UTF-8"?>
<jnlp spec = "1.5+" version = "3.1.5"
<jnlp spec = "1.5+" version = "3.1.6"
codebase = "$$context/adempiereHome"
href = "$$context/adempiere.jnlp">
<information>
<title>Adempiere Client 3.1.5 $$context</title>
<title>Adempiere Client 3.1.6 $$context</title>
<vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/>
<offline-allowed/>
Expand All @@ -14,7 +14,7 @@
<icon href = "$$context/C32.gif"/>
<shortcut online="true">
<desktop/>
<menu submenu="Adempiere 3.1.5 $$context"/>
<menu submenu="Adempiere 3.1.6 $$context"/>
</shortcut>
</information>
<security>
Expand Down
6 changes: 3 additions & 3 deletions utils/adempiereDirectTemplate.jnlp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version = "1.0" encoding = "UTF-8"?>
<jnlp spec = "1.5+" version = "3.1.5"
<jnlp spec = "1.5+" version = "3.1.6"
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.5 @ADEMPIERE_APPS_SERVER@ Direct</title>
<title>Adempiere Client 3.1.6 @ADEMPIERE_APPS_SERVER@ Direct</title>
<vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/>
<offline-allowed/>
Expand All @@ -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.5 @ADEMPIERE_APPS_SERVER@ Direct"/>
<menu submenu="Adempiere 3.1.6 @ADEMPIERE_APPS_SERVER@ Direct"/>
</shortcut>
</information>
<security>
Expand Down
2 changes: 1 addition & 1 deletion utils_dev/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env.ADEMPIERE_ROOT=${env.ADEMPIERE_SOURCE}/adempiere
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
env.ADEMPIERE_VERSION=ADempiere
env.ADEMPIERE_VERSION_FILE=315
env.ADEMPIERE_VERSION_FILE=316
env.ADEMPIERE_VENDOR=ADempiere
env.ENCODING=UTF-8
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools
Expand Down

0 comments on commit d1c3746

Please sign in to comment.