Skip to content

Commit

Permalink
LPS-121824 Release properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jpince authored and brianchandotcom committed Oct 12, 2020
1 parent b593cdf commit 94ec04d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ public class ReleaseInfo {

public static final int RELEASE_7_3_10_BUILD_NUMBER = 7310;

public static final int RELEASE_7_4_0_BUILD_NUMBER = 7400;

public static final int RELEASE_7_4_10_BUILD_NUMBER = 7410;

public static final Date getBuildDate() {
DateFormat df = DateFormat.getDateInstance(DateFormat.LONG);

Expand Down
14 changes: 7 additions & 7 deletions release.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@

#release.info=on

release.info.build=7305
release.info.date=September 22, 2020
release.info.build=7400
release.info.date=January 26, 2021
release.info.name=Liferay Community Edition Portal
release.info.version=7.3.5
release.info.version.display.name=7.3.5 CE GA6
release.info.version=7.4.0
release.info.version.display.name=7.4.0 CE GA1

##
## Release Source
Expand Down Expand Up @@ -91,6 +91,6 @@
## Version
##

lp.version=7.3.0
lp.version.dtd=7_3_0
lp.version.major=7.3
lp.version=7.4.0
lp.version.dtd=7_4_0
lp.version.major=7.4

0 comments on commit 94ec04d

Please sign in to comment.