[mapguide-commits] r9361 - in branches/3.1/vagrant: centos6/x64 centos6/x86 scripts ubuntu14/x64 ubuntu14/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 6 06:13:18 PST 2018


Author: jng
Date: 2018-03-06 06:13:18 -0800 (Tue, 06 Mar 2018)
New Revision: 9361

Modified:
   branches/3.1/vagrant/centos6/x64/Vagrantfile
   branches/3.1/vagrant/centos6/x86/Vagrantfile
   branches/3.1/vagrant/scripts/mapguidecommon_excludes.txt
   branches/3.1/vagrant/scripts/platformbase_excludes.txt
   branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
   branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
Log:
Version bump for 3.1.1

Modified: branches/3.1/vagrant/centos6/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x64/Vagrantfile	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/centos6/x64/Vagrantfile	2018-03-06 14:13:18 UTC (rev 9361)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "amd64", "Final", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "RC", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/centos6/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x86/Vagrantfile	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/centos6/x86/Vagrantfile	2018-03-06 14:13:18 UTC (rev 9361)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "i386", "Final", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "RC", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/scripts/mapguidecommon_excludes.txt
===================================================================
--- branches/3.1/vagrant/scripts/mapguidecommon_excludes.txt	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/scripts/mapguidecommon_excludes.txt	2018-03-06 14:13:18 UTC (rev 9361)
@@ -2,25 +2,25 @@
 libACE.so.6.2.6
 libdwfcore-1.7.0.so
 libdwftk-7.7.0.so
-libMgFoundation-3.1.0.so
+libMgFoundation-3.1.1.so
 libMgFoundation.so
-libMgGeometry-3.1.0.so
+libMgGeometry-3.1.1.so
 libMgGeometry.so
-libMgGwsCommon-3.1.0.so
+libMgGwsCommon-3.1.1.so
 libMgGwsCommon.so
-libMgGwsQueryEngine-3.1.0.so
+libMgGwsQueryEngine-3.1.1.so
 libMgGwsQueryEngine.so
-libMgGwsResource-3.1.0.so
+libMgGwsResource-3.1.1.so
 libMgGwsResource.so
-libMgMdfModel-3.1.0.so
+libMgMdfModel-3.1.1.so
 libMgMdfModel.so
-libMgMdfParser-3.1.0.so
+libMgMdfParser-3.1.1.so
 libMgMdfParser.so
-libMgPlatformBase-3.1.0.so
+libMgPlatformBase-3.1.1.so
 libMgPlatformBase.so
-libMgRenderers-3.1.0.so
+libMgRenderers-3.1.1.so
 libMgRenderers.so
-libMgStylization-3.1.0.so
+libMgStylization-3.1.1.so
 libMgStylization.so
 libxerces-c-3.1.so
 libxerces-c.so

Modified: branches/3.1/vagrant/scripts/platformbase_excludes.txt
===================================================================
--- branches/3.1/vagrant/scripts/platformbase_excludes.txt	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/scripts/platformbase_excludes.txt	2018-03-06 14:13:18 UTC (rev 9361)
@@ -6,7 +6,7 @@
 libdbxml-2.5.so
 libdbxml.so
 liblib_json.so
-libMgMapGuideCommon-3.1.0.so
+libMgMapGuideCommon-3.1.1.so
 libMgMapGuideCommon.so
 libxqilla.so
 libxqilla.so.5

Modified: branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2018-03-06 14:13:18 UTC (rev 9361)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "amd64", "Final", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "RC", "ubuntu14", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2018-03-06 14:00:24 UTC (rev 9360)
+++ branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2018-03-06 14:13:18 UTC (rev 9361)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "i386", "Final", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "RC", "ubuntu14", 1, 1]
 end



More information about the mapguide-commits mailing list