release 7.1 process - set version in code

This commit is contained in:
Carlos Ruiz 2019-11-21 22:36:08 +01:00
parent ccd51b994e
commit 3ae8fb7f68
5 changed files with 9 additions and 9 deletions

View File

@ -67,11 +67,11 @@ public final class Adempiere
/** Timestamp */ /** Timestamp */
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $"; static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
/** Main Version String */ /** 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 */ /** 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 */ /** 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 */ /** Product Name */
static public final String NAME = "iDempiere\u00AE"; static public final String NAME = "iDempiere\u00AE";

View File

@ -1,9 +1,9 @@
Package: idempiere Package: idempiere
Version: 6.2 Version: 7.1
Section: web Section: web
Priority: extra Priority: extra
Architecture: all 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 Suggests: firefox
Installed-Size: 968668 Installed-Size: 968668
Maintainer: Carlos Ruiz <carg67@gmail.com> Maintainer: Carlos Ruiz <carg67@gmail.com>

View File

@ -44,7 +44,7 @@
<tbody> <tbody>
<tr> <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> </font></td>

View File

@ -90,7 +90,7 @@ public final class Prop implements Serializable {
public static final String SOC_7 = "Social7"; public static final String SOC_7 = "Social7";
/**Defaults*/ /**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; private static String LOGO_URL = null;

View File

@ -41,7 +41,7 @@ Social7 = NONE
Title = iDempiere Application Home Title = iDempiere Application Home
#Custom TemplateName (white or black) #Custom TemplateName (white or black)
TemplateName = white TemplateName = black
#file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/ #file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/
TemplatePath = resources/templates/ TemplatePath = resources/templates/
@ -52,5 +52,5 @@ CustomImagePath = NONE
ClientName = iDempiere Server ClientName = iDempiere Server
#Custom Credits & Copyright tail #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> Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>