Index: src/main/java/com/sun/enterprise/tools/upgrade/common/TargetAppSrvObj.java =================================================================== --- src/main/java/com/sun/enterprise/tools/upgrade/common/TargetAppSrvObj.java (revision 47016) +++ src/main/java/com/sun/enterprise/tools/upgrade/common/TargetAppSrvObj.java (working copy) @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development @@ -110,7 +110,7 @@ if (versionEdition == null) { VersionExtracter vExtracter = new VersionExtracter( CommonInfoModel.getInstance()); - version = UpgradeConstants.VERSION_3_1; + version = UpgradeConstants.VERSION_3_1_1; edition = UpgradeConstants.ALL_PROFILE; versionEdition = vExtracter.formatVersionEditionStrings( version, edition); Index: src/main/java/com/sun/enterprise/tools/upgrade/common/UpgradeConstants.java =================================================================== --- src/main/java/com/sun/enterprise/tools/upgrade/common/UpgradeConstants.java (revision 47016) +++ src/main/java/com/sun/enterprise/tools/upgrade/common/UpgradeConstants.java (working copy) @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development @@ -52,11 +52,11 @@ */ public class UpgradeConstants { - + // class should not be instantiable private UpgradeConstants() {} - public static final String VERSION_91 = "9.1"; + public static final String VERSION_91 = "9.1"; public static final String VERSION_91_01 = "9.1_01"; //as91_ur1 public static final String VERSION_91_02 = "9.1_02"; //as91_ur2 public static final String VERSION_91_1 = "9.1.1"; // sailfin (not to be upgraded to v3) @@ -68,6 +68,7 @@ public static final String VERSION_3_0 = "3.0"; // GF_v3 public static final String VERSION_3_0_1 = "3.0.1"; // GF 3.0.1 public static final String VERSION_3_1 = "3.1"; // GF 3.1 + public static final String VERSION_3_1_1 = "3.1.1"; public static final String VERSION_2_1 = "2.1"; // as91_ur2 ( Sun GlassFish Enterprise Server v2.1) public static final String DEVELOPER_PROFILE = "developer"; Index: src/main/resources/com/sun/enterprise/tools/upgrade/doc/upgradeOverview.html =================================================================== --- src/main/resources/com/sun/enterprise/tools/upgrade/doc/upgradeOverview.html (revision 47016) +++ src/main/resources/com/sun/enterprise/tools/upgrade/doc/upgradeOverview.html (working copy) @@ -50,7 +50,7 @@

Upgrade Tool: An Overview

Use the Upgrade Tool to transfer configuration information from an Application Server 9.1 or GlassFish Prelude -installation to a GlassFish Server Open Source Edition 3.1 installation. +installation to a GlassFish Server Open Source Edition 3.1.1 installation. Information that is transferred includes data about deployed applications, the file realm, security certificates, and other Index: src/main/resources/com/sun/enterprise/tools/upgrade/doc/UpgradeToolHelpTOC.xml =================================================================== --- src/main/resources/com/sun/enterprise/tools/upgrade/doc/UpgradeToolHelpTOC.xml (revision 47016) +++ src/main/resources/com/sun/enterprise/tools/upgrade/doc/UpgradeToolHelpTOC.xml (working copy) @@ -45,7 +45,7 @@ PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" "../dtd/toc_2_0.dtd"> - + Index: src/main/resources/com/sun/enterprise/tools/upgrade/doc/copyright.html =================================================================== --- src/main/resources/com/sun/enterprise/tools/upgrade/doc/copyright.html (revision 47016) +++ src/main/resources/com/sun/enterprise/tools/upgrade/doc/copyright.html (working copy) @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997, 2010 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997, 2011 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -53,7 +53,7 @@

Copyright

-

Copyright © 2005, 2010 Oracle and/or its affiliates. +

Copyright © 2005, 2011 Oracle and/or its affiliates. All rights reserved.