Upgrade version references to 3.1
This commit is contained in:
parent
8cbcb58ff4
commit
dca4656a56
|
@ -67,13 +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 */
|
||||
// Conventions for naming second number is even for stable, and odd for unstable
|
||||
// the releases will have a suffix (a) for alpha - (b) for beta - (t) for trunk - (s) for stable - and (LTS) for long term support
|
||||
static public String MAIN_VERSION = "Release 2.1";
|
||||
static public String MAIN_VERSION = "Release 3.1";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public String DATE_VERSION = "2014-10-31";
|
||||
static public String DATE_VERSION = "2015-10-31";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public String DB_VERSION = "2014-10-31";
|
||||
static public String DB_VERSION = "2015-10-31";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "iDempiere\u00AE";
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Package: idempiere
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Section: web
|
||||
Priority: extra
|
||||
Architecture: all
|
||||
Pre-Depends: openjdk-7-jdk, postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser
|
||||
Pre-Depends: openjdk-7-jdk|openjdk-8-jdk|oracle-java8-installer, postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser
|
||||
Suggests: firefox
|
||||
Installed-Size: 968668
|
||||
Maintainer: Carlos Ruiz <carg67@gmail.com>
|
||||
|
|
|
@ -39,7 +39,7 @@ esac
|
|||
# adjust these variables to your environment
|
||||
IDEMPIERE_USER=idempiere
|
||||
IDEMPIERE_HOME=/opt/idempiere-server
|
||||
JAVA_HOME=`ls -r /usr/lib/jvm/java-[67]-openjdk*/bin/javac | head -1`
|
||||
JAVA_HOME=`ls -r /usr/lib/jvm/java-[678]-openjdk*/bin/javac /usr/lib/jvm/java-[8]-oracle*/bin/javac | head -1`
|
||||
JAVA_HOME=`dirname $JAVA_HOME`
|
||||
JAVA_HOME=`dirname $JAVA_HOME`
|
||||
SU=su
|
||||
|
|
|
@ -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 iDempiere (OSGi+ADempiere) 3.0 Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 3.1 Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
|
@ -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,7 +52,7 @@ CustomImagePath = NONE
|
|||
ClientName = iDempiere Server
|
||||
|
||||
#Custom Credits & Copyright tail
|
||||
Credits = Welcome to the iDempiere (OSGi+ADempiere) 3.0 Page!
|
||||
Credits = Welcome to the iDempiere (OSGi+ADempiere) 3.1 Page!
|
||||
Copyriright = || by <a href="http://www.company.com" target="blank">Company</a>
|
||||
|
||||
#Custom RSS (rss1 to rss5)
|
||||
|
|
Loading…
Reference in New Issue