release 7.1 process - set version in code
This commit is contained in:
parent
ccd51b994e
commit
3ae8fb7f68
|
@ -67,11 +67,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 String MAIN_VERSION = "Release 6.2";
|
||||
static public String MAIN_VERSION = "Release 7.1";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public String DATE_VERSION = "2019-01-06";
|
||||
static public String DATE_VERSION = "2019-11-22";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public String DB_VERSION = "2019-01-06";
|
||||
static public String DB_VERSION = "2019-11-22";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "iDempiere\u00AE";
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Package: idempiere
|
||||
Version: 6.2
|
||||
Version: 7.1
|
||||
Section: web
|
||||
Priority: extra
|
||||
Architecture: all
|
||||
Pre-Depends: openjdk-11-jdk|openjdk-12-jdk, postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser
|
||||
Pre-Depends: openjdk-11-jdk|openjdk-12-jdk|openjdk-13-jdk, postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser
|
||||
Suggests: firefox
|
||||
Installed-Size: 968668
|
||||
Maintainer: Carlos Ruiz <carg67@gmail.com>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 6.2 Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 7.1 Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ public final class Prop implements Serializable {
|
|||
public static final String SOC_7 = "Social7";
|
||||
|
||||
/**Defaults*/
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 6.2 Page!";
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 7.1 Page!";
|
||||
private static String LOGO_URL = null;
|
||||
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ Social7 = NONE
|
|||
Title = iDempiere Application Home
|
||||
|
||||
#Custom TemplateName (white or black)
|
||||
TemplateName = white
|
||||
TemplateName = black
|
||||
|
||||
#file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/
|
||||
TemplatePath = resources/templates/
|
||||
|
@ -52,5 +52,5 @@ CustomImagePath = NONE
|
|||
ClientName = iDempiere Server
|
||||
|
||||
#Custom Credits & Copyright tail
|
||||
Credits = Welcome to the iDempiere (OSGi+ADempiere) 6.2 Page!
|
||||
Credits = Welcome to the iDempiere (OSGi+ADempiere) 7.1 Page!
|
||||
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
||||
|
|
Loading…
Reference in New Issue