IDEMPIERE-4521 Release 8.1 - RC

Change references in files
This commit is contained in:
Carlos Ruiz 2020-11-03 18:29:39 +01:00
parent 507f5c5feb
commit 2753acac56
5 changed files with 11 additions and 11 deletions

View File

@ -4,8 +4,8 @@
| Version | Supported |
| ------------------- | ------------------ |
| release-7.1 | :white_check_mark: |
| master a.k.a. 7.1z | :white_check_mark: |
| release-8.1 | :white_check_mark: |
| master a.k.a. 8.1z | :white_check_mark: |
## Reporting a Vulnerability

View File

@ -64,11 +64,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 7.1";
static public String MAIN_VERSION = "Release 8.1";
/** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2019-11-22";
static public String DATE_VERSION = "2020-11-03";
/** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2019-11-22";
static public String DB_VERSION = "2020-11-03";
/** Product Name */
static public final String NAME = "iDempiere\u00AE";
@ -89,7 +89,7 @@ public final class Adempiere
/** Subtitle */
static public final String SUB_TITLE = "Smart Suite ERP, CRM and SCM";
static public final String ADEMPIERE_R = "iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2019 iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2021 iDempiere\u00AE";
static private String s_ImplementationVersion = null;
static private String s_ImplementationVendor = null;
@ -219,7 +219,7 @@ public final class Adempiere
/**
* Summary (Windows).
* iDempiere(tm) Release 1.0c_2013-06-27 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2013 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA
* iDempiere(tm) Release 1.0c_2013-06-27 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2021 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA
* @return Summary in Windows character set
*/
public static String getSummary()

View File

@ -1,9 +1,9 @@
Package: idempiere
Version: 7.1
Version: 8.1
Section: web
Priority: extra
Architecture: all
Pre-Depends: openjdk-11-jdk-headless|openjdk-12-jdk-headless|openjdk-13-jdk-headless|openjdk-14-jdk-headless, postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser
Pre-Depends: openjdk-11-jdk-headless|openjdk-12-jdk-headless|openjdk-13-jdk-headless|openjdk-14-jdk-headless, postgresql-13|postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser
Suggests: firefox
Installed-Size: 968668
Maintainer: Carlos Ruiz <carg67@gmail.com>

View File

@ -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) 7.1 Page!<br>
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!<br>
</font></td>

View File

@ -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) 7.1 Page!";
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.1 RC Page!";
private static String LOGO_URL = null;