Skip to content

Commit

Permalink
ReleaseInfo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoltanTakacs authored and brianchandotcom committed Jan 5, 2016
1 parent 1599951 commit 65d7a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions portal-impl/src/portal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
upgrade.processes.6201=${upgrade.processes.master}
upgrade.processes.6202=${upgrade.processes.master}
upgrade.processes.6203=${upgrade.processes.master}
upgrade.processes.6204=${upgrade.processes.master}

#
# If this property is specified with a list of classes, then the portal will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public class ReleaseInfo {

public static final int RELEASE_6_2_4_BUILD_NUMBER = 6204;

public static final int RELEASE_6_2_5_BUILD_NUMBER = 6205;

public static final int RELEASE_6_2_10_BUILD_NUMBER = 6210;

public static final Date getBuildDate() {
Expand Down Expand Up @@ -144,13 +146,13 @@ public static final String getVersion() {
return _VERSION;
}

private static final String _BUILD = "6204";
private static final String _BUILD = "6205";

private static final int _BUILD_NUMBER = GetterUtil.getInteger(_BUILD);

private static final String _CODE_NAME = "Newton";

private static final String _DATE = "November 25, 2015";
private static final String _DATE = "January 6, 2016";

private static final String _NAME = "Liferay Portal Community Edition";

Expand All @@ -164,9 +166,9 @@ public static final String getVersion() {

private static final String _VENDOR = "Liferay, Inc.";

private static final String _VERSION = "6.2.4";
private static final String _VERSION = "6.2.5";

private static final String _VERSION_DISPLAY_NAME = "6.2 CE GA5";
private static final String _VERSION_DISPLAY_NAME = "6.2 CE GA6";

private static String _releaseInfo;
private static String _serverInfo;
Expand Down

0 comments on commit 65d7a80

Please sign in to comment.