From 27ed8f5e01b11b74717db573797c00f35e3ca2f5 Mon Sep 17 00:00:00 2001 From: pbastide Date: Tue, 1 Dec 2015 13:44:55 -0500 Subject: [PATCH 1/8] added support for automatically moving the cdnjs files when a release is not -SNAPSHOT --- assembly/deploy-cdnjs.xml | 17 +++++++++++++++++ assembly/pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 assembly/deploy-cdnjs.xml diff --git a/assembly/deploy-cdnjs.xml b/assembly/deploy-cdnjs.xml new file mode 100644 index 0000000000..3b4f851853 --- /dev/null +++ b/assembly/deploy-cdnjs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assembly/pom.xml b/assembly/pom.xml index bb20a2db23..51f48423d3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -417,6 +417,31 @@ + + + maven-antrun-plugin + 1.8 + + + + move-cdnjs + + + deploy + + run + + + + + + + + + + + From 65da9e007d46c8fefeba1927015cae1d032dbce6 Mon Sep 17 00:00:00 2001 From: pbastide Date: Tue, 1 Dec 2015 13:50:12 -0500 Subject: [PATCH 2/8] optimized the codeload to only occur during the deploy phase --- assembly/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 51f48423d3..372a136624 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -96,7 +96,8 @@ --> download-sources - generate-resources + + deploy wget @@ -110,7 +111,8 @@ download-sources-ios - generate-resources + + deploy wget From b3fb6704c6a0ac042911317d46cb24caa89a161f Mon Sep 17 00:00:00 2001 From: pbastide Date: Tue, 1 Dec 2015 16:24:25 -0500 Subject: [PATCH 3/8] added dummy files to the assembly to limit generate-sources activity --- assembly/pom.xml | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 372a136624..9a4e457851 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -303,21 +303,33 @@ maven-antrun-plugin 1.7 - + + + + + - - + --> tomcat package @@ -352,13 +364,27 @@ + --> + + + + - + compress="true" /--> + + + From c1e518fdcc0ce384b6a7d91ba27d659dce925dd3 Mon Sep 17 00:00:00 2001 From: pbastide Date: Thu, 3 Dec 2015 08:59:57 -0500 Subject: [PATCH 4/8] updates to fix maven-javadoc-plugin issue --- pom.xml | 3 ++- sdk/com.ibm.sbt.core/pom.xml | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7c21b7d202..4a009b68d4 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,8 @@ Source code is available at https://github.com/OpenNTF/SocialSDK org.apache.maven.plugins maven-javadoc-plugin - 2.9 + + 2.10.3 attach-javadocs diff --git a/sdk/com.ibm.sbt.core/pom.xml b/sdk/com.ibm.sbt.core/pom.xml index 23745db20e..75e7e9d180 100644 --- a/sdk/com.ibm.sbt.core/pom.xml +++ b/sdk/com.ibm.sbt.core/pom.xml @@ -10,7 +10,6 @@ 1.1.11-SNAPSHOT - commons-logging commons-logging @@ -35,8 +34,6 @@ commons-fileupload commons-fileupload - - com.ibm.sbt com.ibm.commons.runtime @@ -58,7 +55,6 @@ - From 8f50168dcd0734505627835bcbf00654ba85c1f3 Mon Sep 17 00:00:00 2001 From: pbastide Date: Thu, 3 Dec 2015 09:08:09 -0500 Subject: [PATCH 5/8] fix for duplicate pom.xml declaration of antrun plugin --- assembly/pom.xml | 45 +++++++++++++++++++-------------------------- pom.xml | 1 + 2 files changed, 20 insertions(+), 26 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 9a4e457851..4add82f7ee 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -301,8 +301,26 @@ --> maven-antrun-plugin - 1.7 + 1.8 + + + move-cdnjs + + + deploy + + run + + + + + + + + + - - move-cdnjs - - - deploy - - run - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 4a009b68d4..0709862e98 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,7 @@ Source code is available at https://github.com/OpenNTF/SocialSDK false + com.sun.*:com.ibm.commons.*:com.ibm.sbt.core.*:com.ibm.sbt.plugin.*:com.ibm.sbt.jslibrray.*:com.ibm.sbt.proxy.*:com.ibm.sbt.security.*:*.util.*:com.ibm.sbt.portlet.*:com.ibm.sbt.playground.*:demo.*:acme.* From 71c0d40c0641daa68e63b5d7c78232f6ebbebd62 Mon Sep 17 00:00:00 2001 From: pbastide Date: Mon, 7 Dec 2015 12:41:06 -0500 Subject: [PATCH 6/8] updates to amd classes --- .../src/main/webapp/js/sdk/sbt-dojo-amd.profile.js | 8 ++++++-- .../connections/controls/astream/_SbtAsConfigUtil.js | 11 ++++++----- .../src/main/webapp/js/sdk/sbt/package.json | 2 +- sdk/com.ibm.sbt.web/src/main/webapp/js/yuidoc.json | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt-dojo-amd.profile.js b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt-dojo-amd.profile.js index 9b252a4c0d..3374ac55d9 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt-dojo-amd.profile.js +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt-dojo-amd.profile.js @@ -58,7 +58,9 @@ var profile = { "sbt/_config" ], customBase: true, - boot: false + boot: false, + resourceName : "SBT Core Dojo AMD", + name: "sbt-core-dojo-amd" }, "sbt-extra-controls-dojo-amd": { include: [ @@ -68,7 +70,9 @@ var profile = { "sbt/_config" ], customBase: true, - boot: false + boot: false, + resourceName : "SBT Core Dojo AMD Controls", + name: "sbt-extra-controls-dojo-amd" } } }; diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js index a4a3d8ba70..5efb10d5ea 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js @@ -13,7 +13,7 @@ * implied. See the License for the specific language governing * permissions and limitations under the License. */ -define(["../../../declare", "../../../config", "../../../url", "../../../Promise"], function(declare, config, Url, Promise){ +define(["../../../declare", "../../../config", "../../../url", "../../../Promise","../../../connections/ActivityStreamConstants"], function(declare, config, Url, Promise, consts){ /* * @class sbt.controls.astream._SbtAsConfigUtil A helper module for building ActivityStream config objects. */ @@ -44,10 +44,11 @@ define(["../../../declare", "../../../config", "../../../url", "../../../Promise */ getUserInfo: function() { var promise = new Promise(); - var microbloggingUrl = lconn.core.config.services.microblogging.secureUrl; - microbloggingUrl = microbloggingUrl.replace(this.xhrHandler.getEndpoint().getProxyUrl(), ""); - relativeUrl = microbloggingUrl.indexOf("/") === 0 ? microbloggingUrl : new Url(microbloggingUrl).getPath(); - var serviceUrl = relativeUrl + "/" + this.xhrHandler.endpoint.authType + "/rest/people/@me/@self"; + //var microbloggingUrl = lconn.core.config.services.microblogging.secureUrl; + //microbloggingUrl = microbloggingUrl.replace(this.xhrHandler.getEndpoint().getProxyUrl(), ""); + //relativeUrl = microbloggingUrl.indexOf("/") === 0 ? microbloggingUrl : new Url(microbloggingUrl).getPath(); + //PBastide: removed relativeUrl as it is call a private API + var serviceUrl = consts.ActivityStreamUrls.activityStreamBaseUrl + "/" + this.xhrHandler.endpoint.authType + "/rest/people/@me/@self"; serviceUrl = this.xhrHandler.correctUrlAuth(serviceUrl); // ensure correct url for given auth type. this.xhrHandler.xhrGet({ diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/package.json b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/package.json index 99f9bfde17..781a395d7e 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/package.json +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/package.json @@ -1,6 +1,6 @@ { "name": "sbt", - "version":"0.20131210", + "version":"1.1.11-20151207", "directories": { "lib": "." }, diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/yuidoc.json b/sdk/com.ibm.sbt.web/src/main/webapp/js/yuidoc.json index caec15b9d1..d473f36fbb 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/yuidoc.json +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/yuidoc.json @@ -1,7 +1,7 @@ { "name": "IBM Social Business Toolkit", "description": "IBM Social Business Toolkit JavaScript API", - "version": "1.0.0", + "version": "1.1.11-20151207", "url": "www.ibm.com/software/lotus/products/connections/", "logo": "", "options": { From 8885d398cd1ce0592a841a289e09974978598c91 Mon Sep 17 00:00:00 2001 From: pbastide Date: Tue, 8 Dec 2015 10:37:00 -0500 Subject: [PATCH 7/8] fixes issue with mixed amd and legacy in the activitystream code --- .../controls/ConnectionsGridRenderer.js | 1 - .../controls/astream/_SbtAsConfigUtil.js | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/ConnectionsGridRenderer.js b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/ConnectionsGridRenderer.js index 29648a5ae5..51631450b2 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/ConnectionsGridRenderer.js +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/ConnectionsGridRenderer.js @@ -27,7 +27,6 @@ define([ "../../declare", "../../controls/grid/GridRenderer", "../../i18n!./nls/ConnectionsGridRenderer", "../../text!../../controls/grid/templates/GridFooter.html", "../../text!../../controls/grid/bootstrap/templates/GridFooter.html", - "../../lang"], function(declare, GridRenderer, GridPager,BootstrapGridPager, GridSorter,BootstrapGridSorter, SortAnchor,BootstrapSortAnchor, diff --git a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js index 5efb10d5ea..4ba0bc5f71 100644 --- a/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js +++ b/sdk/com.ibm.sbt.web/src/main/webapp/js/sdk/sbt/connections/controls/astream/_SbtAsConfigUtil.js @@ -13,7 +13,7 @@ * implied. See the License for the specific language governing * permissions and limitations under the License. */ -define(["../../../declare", "../../../config", "../../../url", "../../../Promise","../../../connections/ActivityStreamConstants"], function(declare, config, Url, Promise, consts){ +define(["../../../declare", "../../../config", "../../../url", "../../../Promise", "../../../connections/ActivityStreamConstants"], function(declare, config, Url, Promise, consts){ /* * @class sbt.controls.astream._SbtAsConfigUtil A helper module for building ActivityStream config objects. */ @@ -44,13 +44,9 @@ define(["../../../declare", "../../../config", "../../../url", "../../../Promise */ getUserInfo: function() { var promise = new Promise(); - //var microbloggingUrl = lconn.core.config.services.microblogging.secureUrl; - //microbloggingUrl = microbloggingUrl.replace(this.xhrHandler.getEndpoint().getProxyUrl(), ""); - //relativeUrl = microbloggingUrl.indexOf("/") === 0 ? microbloggingUrl : new Url(microbloggingUrl).getPath(); - //PBastide: removed relativeUrl as it is call a private API + //PBastide: removed relativeUrl as it is call a private API var serviceUrl = consts.ActivityStreamUrls.activityStreamBaseUrl + "/" + this.xhrHandler.endpoint.authType + "/rest/people/@me/@self"; - serviceUrl = this.xhrHandler.correctUrlAuth(serviceUrl); // ensure correct url for given auth type. - + serviceUrl = this.xhrHandler.correctUrlAuth(serviceUrl); // ensure correct url for given auth type. this.xhrHandler.xhrGet({ serviceUrl: serviceUrl, handleAs: "json", @@ -92,7 +88,11 @@ define(["../../../declare", "../../../config", "../../../url", "../../../Promise var i; for(i = 0; i < extensionsArray.length; i++){ var ext = extensionsArray[i]; - dojo.require(ext); + //PBastide: Removed the dojo.require in order to be pure AMD. + //dojo.require(ext); + var re = /\./; + var ext_u = str.replace(re, '\/'); + require([ext_u], function(Ext){}); } }, From e54ba90027efd733a1c75d5cbe688184ecde9064 Mon Sep 17 00:00:00 2001 From: pbastide Date: Tue, 8 Dec 2015 11:00:11 -0500 Subject: [PATCH 8/8] update to release version --- assembly/pom.xml | 24 +++++++++---------- .../META-INF/MANIFEST.MF | 2 +- commons/com.ibm.commons.runtime/pom.xml | 2 +- .../com.ibm.commons.xml/META-INF/MANIFEST.MF | 2 +- commons/com.ibm.commons.xml/pom.xml | 2 +- commons/com.ibm.commons/META-INF/MANIFEST.MF | 2 +- commons/com.ibm.commons/pom.xml | 2 +- commons/pom.xml | 2 +- deps/com.ibm.sbt.bootstrap211/pom.xml | 2 +- deps/com.ibm.sbt.ckeditor422/pom.xml | 2 +- deps/com.ibm.sbt.dojo180/pom.xml | 2 +- deps/com.ibm.sbt.jquery182/pom.xml | 2 +- deps/pom.xml | 2 +- domino/com.ibm.sbt.domino.feature/feature.xml | 2 +- domino/com.ibm.sbt.domino.feature/pom.xml | 2 +- domino/com.ibm.sbt.domino.updatesite/pom.xml | 2 +- domino/com.ibm.sbt.domino.updatesite/site.xml | 6 ++--- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- domino/com.ibm.sbt.opensocial.domino/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- domino/com.ibm.sbt.playground/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- domino/com.ibm.xsp.opensocial/pom.xml | 2 +- .../com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF | 2 +- domino/com.ibm.xsp.sbtsdk/pom.xml | 2 +- domino/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- libraries/com.ibm.sbt.libs.domino/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- libraries/com.ibm.sbt.libs.j2ee/pom.xml | 2 +- .../com.ibm.sbt.libs/META-INF/MANIFEST.MF | 2 +- libraries/com.ibm.sbt.libs/pom.xml | 2 +- libraries/pom.xml | 2 +- php/moodle-block/pom.xml | 4 ++-- php/php-core/pom.xml | 2 +- php/pom.xml | 2 +- php/wordpress-plugin/pom.xml | 4 ++-- pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- samples/com.ibm.sbt.samples.commons/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../site.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../com.ibm.xsp.sbtsdk.playground.sbt/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../com.ibm.xsp.sbtsdk.playground/pom.xml | 2 +- samples/domino/pom.xml | 2 +- samples/j2ee/acme/acme.sample.webapp/pom.xml | 10 ++++---- .../acme/acme.social.sample.dataapp/pom.xml | 2 +- .../j2ee/acme/acme.social.sample.ear/pom.xml | 12 +++++----- .../acme/acme.social.sample.webapp/pom.xml | 10 ++++---- samples/j2ee/acme/pom.xml | 2 +- samples/j2ee/pom.xml | 2 +- .../com.ibm.sbt.automation.core/pom.xml | 14 +++++------ .../com.ibm.sbt.automation.test/pom.xml | 6 ++--- .../j2ee/snippets/com.ibm.sbt.landing/pom.xml | 2 +- .../snippets/com.ibm.sbt.sample.ear/pom.xml | 12 +++++----- .../snippets/com.ibm.sbt.sample.web/pom.xml | 12 +++++----- samples/j2ee/snippets/pom.xml | 2 +- .../j2ee/templates/demosocial.webapp/pom.xml | 10 ++++---- .../j2ee/templates/grantaccess.webapp/pom.xml | 10 ++++---- .../j2ee/templates/helloworld.webapp/pom.xml | 10 ++++---- .../j2ee/templates/mysocial.webapp/pom.xml | 6 ++--- samples/j2ee/templates/pom.xml | 2 +- .../j2ee/templates/smartcloud.webapp/pom.xml | 10 ++++---- .../social.helloworld.webapp/pom.xml | 10 ++++---- .../j2ee/templates/sso.sample.webapp/pom.xml | 4 ++-- .../java/bss.provisioning.sample.app/pom.xml | 4 ++-- samples/java/pom.xml | 2 +- samples/java/sbt.sample.app/pom.xml | 10 ++++---- samples/pom.xml | 2 +- sdk/com.ibm.sbt.core.test/pom.xml | 12 +++++----- sdk/com.ibm.sbt.core/META-INF/MANIFEST.MF | 2 +- sdk/com.ibm.sbt.core/pom.xml | 8 +++---- .../META-INF/MANIFEST.MF | 2 +- sdk/com.ibm.sbt.proxy.web/pom.xml | 4 ++-- sdk/com.ibm.sbt.web/META-INF/MANIFEST.MF | 2 +- sdk/com.ibm.sbt.web/pom.xml | 2 +- sdk/pom.xml | 2 +- sdk/sbt.sso.webapp-archetype/pom.xml | 2 +- 88 files changed, 171 insertions(+), 171 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 4add82f7ee..dc3a0e5e6f 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -16,7 +16,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -480,28 +480,28 @@ com.ibm.sbt sbt.dojo180 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.jquery182 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.bootstrap211 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.sample.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war @@ -570,24 +570,24 @@ com.ibm.sbt com.ibm.sbt.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/domino/com.ibm.sbt.opensocial.domino.feature/feature.xml b/domino/com.ibm.sbt.opensocial.domino.feature/feature.xml index cbf207b6da..5b75afd90e 100644 --- a/domino/com.ibm.sbt.opensocial.domino.feature/feature.xml +++ b/domino/com.ibm.sbt.opensocial.domino.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/domino/com.ibm.sbt.opensocial.domino.feature/pom.xml b/domino/com.ibm.sbt.opensocial.domino.feature/pom.xml index 3742de489c..5296a34367 100644 --- a/domino/com.ibm.sbt.opensocial.domino.feature/pom.xml +++ b/domino/com.ibm.sbt.opensocial.domino.feature/pom.xml @@ -6,6 +6,6 @@ com.ibm.sbt com.ibm.sbt.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/domino/com.ibm.sbt.opensocial.domino/META-INF/MANIFEST.MF b/domino/com.ibm.sbt.opensocial.domino/META-INF/MANIFEST.MF index 9c36d8624c..680faaaad3 100644 --- a/domino/com.ibm.sbt.opensocial.domino/META-INF/MANIFEST.MF +++ b/domino/com.ibm.sbt.opensocial.domino/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Domino Opensocial App Bundle-SymbolicName: com.ibm.sbt.opensocial.domino;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Activator: com.ibm.sbt.opensocial.domino.internal.OpenSocialPlugin Bundle-Vendor: IBM Bundle-ActivationPolicy: lazy diff --git a/domino/com.ibm.sbt.opensocial.domino/pom.xml b/domino/com.ibm.sbt.opensocial.domino/pom.xml index 289342880d..72cecf00e7 100644 --- a/domino/com.ibm.sbt.opensocial.domino/pom.xml +++ b/domino/com.ibm.sbt.opensocial.domino/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.sbt.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/domino/com.ibm.sbt.playground/META-INF/MANIFEST.MF b/domino/com.ibm.sbt.playground/META-INF/MANIFEST.MF index ea1c58822b..c6dc8b0a79 100644 --- a/domino/com.ibm.sbt.playground/META-INF/MANIFEST.MF +++ b/domino/com.ibm.sbt.playground/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Playground related classes Bundle-SymbolicName: com.ibm.sbt.playground -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Require-Bundle: com.ibm.commons, com.ibm.commons.xml, diff --git a/domino/com.ibm.sbt.playground/pom.xml b/domino/com.ibm.sbt.playground/pom.xml index a09d8c9752..9110c712d8 100644 --- a/domino/com.ibm.sbt.playground/pom.xml +++ b/domino/com.ibm.sbt.playground/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.sbt.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/domino/com.ibm.xsp.opensocial/META-INF/MANIFEST.MF b/domino/com.ibm.xsp.opensocial/META-INF/MANIFEST.MF index 6ca2730a93..f5e18c2788 100644 --- a/domino/com.ibm.xsp.opensocial/META-INF/MANIFEST.MF +++ b/domino/com.ibm.xsp.opensocial/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: OpenSocial Library for XPages Bundle-SymbolicName: com.ibm.xsp.opensocial;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime, diff --git a/domino/com.ibm.xsp.opensocial/pom.xml b/domino/com.ibm.xsp.opensocial/pom.xml index 6a5b6a97af..b1e9185f4a 100644 --- a/domino/com.ibm.xsp.opensocial/pom.xml +++ b/domino/com.ibm.xsp.opensocial/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.sbt.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/domino/com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF b/domino/com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF index 2b51908c1f..43d68ede62 100644 --- a/domino/com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF +++ b/domino/com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Domino Bundle-SymbolicName: com.ibm.xsp.sbtsdk;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Activator: com.ibm.xsp.sbtsdk.Activator Bundle-Vendor: IBM Bundle-ClassPath: ., diff --git a/domino/com.ibm.xsp.sbtsdk/pom.xml b/domino/com.ibm.xsp.sbtsdk/pom.xml index 31cfc9f097..0dac4d1f76 100644 --- a/domino/com.ibm.xsp.sbtsdk/pom.xml +++ b/domino/com.ibm.xsp.sbtsdk/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.sbt.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/domino/pom.xml b/domino/pom.xml index 5534b1307f..6ac6076b3e 100644 --- a/domino/pom.xml +++ b/domino/pom.xml @@ -15,7 +15,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.xsp.sbtsdk diff --git a/libraries/com.ibm.sbt.libs.domino/META-INF/MANIFEST.MF b/libraries/com.ibm.sbt.libs.domino/META-INF/MANIFEST.MF index 3b9a550119..44a559985c 100644 --- a/libraries/com.ibm.sbt.libs.domino/META-INF/MANIFEST.MF +++ b/libraries/com.ibm.sbt.libs.domino/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Domino specific libraries Bundle-SymbolicName: com.ibm.sbt.libs.domino -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Fragment-Host: com.ibm.sbt.libs Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/libraries/com.ibm.sbt.libs.domino/pom.xml b/libraries/com.ibm.sbt.libs.domino/pom.xml index ba6ebbcac3..380775b080 100644 --- a/libraries/com.ibm.sbt.libs.domino/pom.xml +++ b/libraries/com.ibm.sbt.libs.domino/pom.xml @@ -11,7 +11,7 @@ com.ibm.sbt com.ibm.sbt.libraries - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/libraries/com.ibm.sbt.libs.j2ee/META-INF/MANIFEST.MF b/libraries/com.ibm.sbt.libs.j2ee/META-INF/MANIFEST.MF index e1824f057a..f47b27eb73 100644 --- a/libraries/com.ibm.sbt.libs.j2ee/META-INF/MANIFEST.MF +++ b/libraries/com.ibm.sbt.libs.j2ee/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: J2EE specific libraries Bundle-SymbolicName: com.ibm.sbt.libs.j2ee -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Fragment-Host: com.ibm.sbt.libs Bundle-ClassPath: ., diff --git a/libraries/com.ibm.sbt.libs.j2ee/pom.xml b/libraries/com.ibm.sbt.libs.j2ee/pom.xml index 97ec236bdd..55ba7e9689 100644 --- a/libraries/com.ibm.sbt.libs.j2ee/pom.xml +++ b/libraries/com.ibm.sbt.libs.j2ee/pom.xml @@ -11,7 +11,7 @@ com.ibm.sbt com.ibm.sbt.libraries - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/libraries/com.ibm.sbt.libs/META-INF/MANIFEST.MF b/libraries/com.ibm.sbt.libs/META-INF/MANIFEST.MF index d172c1621f..38e82a9dd2 100644 --- a/libraries/com.ibm.sbt.libs/META-INF/MANIFEST.MF +++ b/libraries/com.ibm.sbt.libs/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Third party libraries used by the SDK Bundle-SymbolicName: com.ibm.sbt.libs -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Eclipse-ExtensibleAPI: true diff --git a/libraries/com.ibm.sbt.libs/pom.xml b/libraries/com.ibm.sbt.libs/pom.xml index 198b4b806f..d50dedc054 100644 --- a/libraries/com.ibm.sbt.libs/pom.xml +++ b/libraries/com.ibm.sbt.libs/pom.xml @@ -12,7 +12,7 @@ com.ibm.sbt com.ibm.sbt.libraries - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/libraries/pom.xml b/libraries/pom.xml index c1c3167438..5a6d8ba604 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt.libs diff --git a/php/moodle-block/pom.xml b/php/moodle-block/pom.xml index d258e2e1c4..124ab3990d 100644 --- a/php/moodle-block/pom.xml +++ b/php/moodle-block/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.phpsdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -58,7 +58,7 @@ com.ibm.sbt com.ibm.sbt.php.core zip - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/php/php-core/pom.xml b/php/php-core/pom.xml index 23722709da..615288dabb 100644 --- a/php/php-core/pom.xml +++ b/php/php-core/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.phpsdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/php/pom.xml b/php/pom.xml index c0f7c5de4a..11fe2dd2d5 100644 --- a/php/pom.xml +++ b/php/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 php-core diff --git a/php/wordpress-plugin/pom.xml b/php/wordpress-plugin/pom.xml index 63c2c06a75..8f119157da 100644 --- a/php/wordpress-plugin/pom.xml +++ b/php/wordpress-plugin/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.phpsdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -58,7 +58,7 @@ com.ibm.sbt com.ibm.sbt.php.core zip - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0709862e98..c3bea264cc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.sonatype.oss diff --git a/samples/com.ibm.sbt.samples.commons/META-INF/MANIFEST.MF b/samples/com.ibm.sbt.samples.commons/META-INF/MANIFEST.MF index c7026bfa01..bca5e411ae 100644 --- a/samples/com.ibm.sbt.samples.commons/META-INF/MANIFEST.MF +++ b/samples/com.ibm.sbt.samples.commons/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Snipped discovery related classes Bundle-SymbolicName: com.ibm.sbt.samples.commons -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Require-Bundle: com.ibm.commons, com.ibm.commons.xml, diff --git a/samples/com.ibm.sbt.samples.commons/pom.xml b/samples/com.ibm.sbt.samples.commons/pom.xml index aa7171f5a4..990f1519f6 100644 --- a/samples/com.ibm.sbt.samples.commons/pom.xml +++ b/samples/com.ibm.sbt.samples.commons/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.sbt.samples - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/domino/com.ibm.sbt.domino.playground.feature/feature.xml b/samples/domino/com.ibm.sbt.domino.playground.feature/feature.xml index d280ded317..92d48a28e7 100644 --- a/samples/domino/com.ibm.sbt.domino.playground.feature/feature.xml +++ b/samples/domino/com.ibm.sbt.domino.playground.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/samples/domino/com.ibm.sbt.domino.playground.feature/pom.xml b/samples/domino/com.ibm.sbt.domino.playground.feature/pom.xml index 544068d930..6ca4107b6e 100644 --- a/samples/domino/com.ibm.sbt.domino.playground.feature/pom.xml +++ b/samples/domino/com.ibm.sbt.domino.playground.feature/pom.xml @@ -5,7 +5,7 @@ com.ibm.sbt com.ibm.sbt.samples.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/domino/com.ibm.sbt.domino.playground.updatesite/pom.xml b/samples/domino/com.ibm.sbt.domino.playground.updatesite/pom.xml index 5c9aa8e544..5158a824f6 100644 --- a/samples/domino/com.ibm.sbt.domino.playground.updatesite/pom.xml +++ b/samples/domino/com.ibm.sbt.domino.playground.updatesite/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.samples.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/samples/domino/com.ibm.sbt.domino.playground.updatesite/site.xml b/samples/domino/com.ibm.sbt.domino.playground.updatesite/site.xml index ae6a6be57b..6c1a7dafd8 100644 --- a/samples/domino/com.ibm.sbt.domino.playground.updatesite/site.xml +++ b/samples/domino/com.ibm.sbt.domino.playground.updatesite/site.xml @@ -1,4 +1,4 @@ - + diff --git a/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/META-INF/MANIFEST.MF b/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/META-INF/MANIFEST.MF index 871a1f4df1..f377aca138 100644 --- a/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/META-INF/MANIFEST.MF +++ b/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: ICS SBT Specific Fragment Bundle-SymbolicName: com.ibm.xsp.sbtsdk.playground.sbt;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Fragment-Host: com.ibm.xsp.sbtsdk.playground Export-Package: com.ibm.xsp.sbtsdk.playground.sbt,com.ibm.xsp.sbtsdk.p diff --git a/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/pom.xml b/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/pom.xml index 73c40836a7..164d9a16df 100644 --- a/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/pom.xml +++ b/samples/domino/com.ibm.xsp.sbtsdk.playground.sbt/pom.xml @@ -6,6 +6,6 @@ com.ibm.sbt com.ibm.sbt.samples.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/domino/com.ibm.xsp.sbtsdk.playground/META-INF/MANIFEST.MF b/samples/domino/com.ibm.xsp.sbtsdk.playground/META-INF/MANIFEST.MF index 1bda2a1f7e..04a3511fda 100644 --- a/samples/domino/com.ibm.xsp.sbtsdk.playground/META-INF/MANIFEST.MF +++ b/samples/domino/com.ibm.xsp.sbtsdk.playground/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Domino Playground Bundle-SymbolicName: com.ibm.xsp.sbtsdk.playground;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Eclipse-ExtensibleAPI: true Bundle-Vendor: IBM Require-Bundle: org.eclipse.core.runtime, diff --git a/samples/domino/com.ibm.xsp.sbtsdk.playground/pom.xml b/samples/domino/com.ibm.xsp.sbtsdk.playground/pom.xml index 2e089fc47b..a968acf3c8 100644 --- a/samples/domino/com.ibm.xsp.sbtsdk.playground/pom.xml +++ b/samples/domino/com.ibm.xsp.sbtsdk.playground/pom.xml @@ -6,6 +6,6 @@ com.ibm.sbt com.ibm.sbt.samples.domino - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/domino/pom.xml b/samples/domino/pom.xml index 49f2c951c8..3de93b1ecc 100644 --- a/samples/domino/pom.xml +++ b/samples/domino/pom.xml @@ -15,7 +15,7 @@ com.ibm.sbt com.ibm.sbt.samples - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.xsp.sbtsdk.playground diff --git a/samples/j2ee/acme/acme.sample.webapp/pom.xml b/samples/j2ee/acme/acme.sample.webapp/pom.xml index 3c5c4732c8..a4730b4f8c 100644 --- a/samples/j2ee/acme/acme.sample.webapp/pom.xml +++ b/samples/j2ee/acme/acme.sample.webapp/pom.xml @@ -5,7 +5,7 @@ com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.samples.acme @@ -35,7 +35,7 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.eclipse.core @@ -46,17 +46,17 @@ com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/acme/acme.social.sample.dataapp/pom.xml b/samples/j2ee/acme/acme.social.sample.dataapp/pom.xml index 5d1c36b1df..2b88ea52e7 100644 --- a/samples/j2ee/acme/acme.social.sample.dataapp/pom.xml +++ b/samples/j2ee/acme/acme.social.sample.dataapp/pom.xml @@ -5,7 +5,7 @@ com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.samples.acme diff --git a/samples/j2ee/acme/acme.social.sample.ear/pom.xml b/samples/j2ee/acme/acme.social.sample.ear/pom.xml index 7c285bdee0..878bfbefdf 100644 --- a/samples/j2ee/acme/acme.social.sample.ear/pom.xml +++ b/samples/j2ee/acme/acme.social.sample.ear/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.samples.acme @@ -55,31 +55,31 @@ com.ibm.sbt sbt.dojo180 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt com.ibm.sbt.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt acme.social.sample.dataapp - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt acme.sample.webapp - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt acme.social.sample.webapp - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war diff --git a/samples/j2ee/acme/acme.social.sample.webapp/pom.xml b/samples/j2ee/acme/acme.social.sample.webapp/pom.xml index e233091a06..9a9d3aa877 100644 --- a/samples/j2ee/acme/acme.social.sample.webapp/pom.xml +++ b/samples/j2ee/acme/acme.social.sample.webapp/pom.xml @@ -5,7 +5,7 @@ com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.samples.acme @@ -35,7 +35,7 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.eclipse.core @@ -46,17 +46,17 @@ com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/acme/pom.xml b/samples/j2ee/acme/pom.xml index 359634d891..a12cb580a5 100644 --- a/samples/j2ee/acme/pom.xml +++ b/samples/j2ee/acme/pom.xml @@ -7,7 +7,7 @@ com.ibm.samples.j2ee com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 acme.sample.webapp diff --git a/samples/j2ee/pom.xml b/samples/j2ee/pom.xml index ee107c21a9..fa48dd2415 100644 --- a/samples/j2ee/pom.xml +++ b/samples/j2ee/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt.samples com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 acme diff --git a/samples/j2ee/snippets/com.ibm.sbt.automation.core/pom.xml b/samples/j2ee/snippets/com.ibm.sbt.automation.core/pom.xml index 73b4168aed..04cc7d304c 100644 --- a/samples/j2ee/snippets/com.ibm.sbt.automation.core/pom.xml +++ b/samples/j2ee/snippets/com.ibm.sbt.automation.core/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.samples.snippets - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -20,22 +20,22 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.mozilla @@ -72,12 +72,12 @@ com.ibm.sbt com.ibm.sbt.core.test - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.samples.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 eclipse-plugin diff --git a/samples/j2ee/snippets/com.ibm.sbt.automation.test/pom.xml b/samples/j2ee/snippets/com.ibm.sbt.automation.test/pom.xml index 65085c172d..91325851a8 100644 --- a/samples/j2ee/snippets/com.ibm.sbt.automation.test/pom.xml +++ b/samples/j2ee/snippets/com.ibm.sbt.automation.test/pom.xml @@ -6,7 +6,7 @@ com.ibm.sbt com.ibm.samples.snippets - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -54,12 +54,12 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.automation.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/samples/j2ee/snippets/com.ibm.sbt.landing/pom.xml b/samples/j2ee/snippets/com.ibm.sbt.landing/pom.xml index 4beff825b3..5f154543eb 100644 --- a/samples/j2ee/snippets/com.ibm.sbt.landing/pom.xml +++ b/samples/j2ee/snippets/com.ibm.sbt.landing/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.samples.snippets - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/samples/j2ee/snippets/com.ibm.sbt.sample.ear/pom.xml b/samples/j2ee/snippets/com.ibm.sbt.sample.ear/pom.xml index 54be3ab55a..204602dbd3 100644 --- a/samples/j2ee/snippets/com.ibm.sbt.sample.ear/pom.xml +++ b/samples/j2ee/snippets/com.ibm.sbt.sample.ear/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.samples.snippets - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -56,31 +56,31 @@ com.ibm.sbt sbt.dojo180 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt com.ibm.sbt.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.sample.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.bootstrap211 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war com.ibm.sbt sbt.jquery182 - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 war diff --git a/samples/j2ee/snippets/com.ibm.sbt.sample.web/pom.xml b/samples/j2ee/snippets/com.ibm.sbt.sample.web/pom.xml index 46e6bdd8b6..f9ad52b9d3 100644 --- a/samples/j2ee/snippets/com.ibm.sbt.sample.web/pom.xml +++ b/samples/j2ee/snippets/com.ibm.sbt.sample.web/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.samples.snippets - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -20,27 +20,27 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.samples.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/snippets/pom.xml b/samples/j2ee/snippets/pom.xml index 230b8dc039..fc51275591 100644 --- a/samples/j2ee/snippets/pom.xml +++ b/samples/j2ee/snippets/pom.xml @@ -7,7 +7,7 @@ com.ibm.samples.j2ee com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/samples/j2ee/templates/demosocial.webapp/pom.xml b/samples/j2ee/templates/demosocial.webapp/pom.xml index fa88b4d8ef..54bec61bd9 100644 --- a/samples/j2ee/templates/demosocial.webapp/pom.xml +++ b/samples/j2ee/templates/demosocial.webapp/pom.xml @@ -9,29 +9,29 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/templates/grantaccess.webapp/pom.xml b/samples/j2ee/templates/grantaccess.webapp/pom.xml index 7f6a446ce6..2def4e3375 100644 --- a/samples/j2ee/templates/grantaccess.webapp/pom.xml +++ b/samples/j2ee/templates/grantaccess.webapp/pom.xml @@ -9,29 +9,29 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/templates/helloworld.webapp/pom.xml b/samples/j2ee/templates/helloworld.webapp/pom.xml index 743f449e91..55cc4992df 100644 --- a/samples/j2ee/templates/helloworld.webapp/pom.xml +++ b/samples/j2ee/templates/helloworld.webapp/pom.xml @@ -9,29 +9,29 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/templates/mysocial.webapp/pom.xml b/samples/j2ee/templates/mysocial.webapp/pom.xml index 462ca72c2a..6c94792f45 100644 --- a/samples/j2ee/templates/mysocial.webapp/pom.xml +++ b/samples/j2ee/templates/mysocial.webapp/pom.xml @@ -9,7 +9,7 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -21,12 +21,12 @@ com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt diff --git a/samples/j2ee/templates/pom.xml b/samples/j2ee/templates/pom.xml index 968fb794f6..f86bbc93df 100644 --- a/samples/j2ee/templates/pom.xml +++ b/samples/j2ee/templates/pom.xml @@ -7,7 +7,7 @@ com.ibm.samples.j2ee com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 demosocial.webapp diff --git a/samples/j2ee/templates/smartcloud.webapp/pom.xml b/samples/j2ee/templates/smartcloud.webapp/pom.xml index 786850d9c0..f4e16219c1 100644 --- a/samples/j2ee/templates/smartcloud.webapp/pom.xml +++ b/samples/j2ee/templates/smartcloud.webapp/pom.xml @@ -9,29 +9,29 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/templates/social.helloworld.webapp/pom.xml b/samples/j2ee/templates/social.helloworld.webapp/pom.xml index e85b60e45f..c93de3d670 100644 --- a/samples/j2ee/templates/social.helloworld.webapp/pom.xml +++ b/samples/j2ee/templates/social.helloworld.webapp/pom.xml @@ -9,29 +9,29 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/j2ee/templates/sso.sample.webapp/pom.xml b/samples/j2ee/templates/sso.sample.webapp/pom.xml index 71f1a6cb5e..da7f7b5198 100644 --- a/samples/j2ee/templates/sso.sample.webapp/pom.xml +++ b/samples/j2ee/templates/sso.sample.webapp/pom.xml @@ -9,14 +9,14 @@ com.ibm.sbt com.ibm.samples.templates - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 javax.servlet diff --git a/samples/java/bss.provisioning.sample.app/pom.xml b/samples/java/bss.provisioning.sample.app/pom.xml index 4575f745b0..39196169f0 100644 --- a/samples/java/bss.provisioning.sample.app/pom.xml +++ b/samples/java/bss.provisioning.sample.app/pom.xml @@ -8,7 +8,7 @@ com.ibm.sbt com.ibm.sbt.samples.java - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -19,7 +19,7 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 junit diff --git a/samples/java/pom.xml b/samples/java/pom.xml index 0dfccbefd8..7042ac3d5f 100644 --- a/samples/java/pom.xml +++ b/samples/java/pom.xml @@ -8,7 +8,7 @@ com.ibm.sbt.samples com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 sbt.sample.app diff --git a/samples/java/sbt.sample.app/pom.xml b/samples/java/sbt.sample.app/pom.xml index 95dbe73291..a62e1c4d51 100644 --- a/samples/java/sbt.sample.app/pom.xml +++ b/samples/java/sbt.sample.app/pom.xml @@ -7,29 +7,29 @@ com.ibm.sbt com.ibm.sbt.samples.java - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 \ No newline at end of file diff --git a/samples/pom.xml b/samples/pom.xml index 53ccb41921..8dcf94ad56 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -26,7 +26,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt.samples.commons diff --git a/sdk/com.ibm.sbt.core.test/pom.xml b/sdk/com.ibm.sbt.core.test/pom.xml index e354539052..0224e44969 100644 --- a/sdk/com.ibm.sbt.core.test/pom.xml +++ b/sdk/com.ibm.sbt.core.test/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.sdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -57,27 +57,27 @@ com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.sbt.web - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.mozilla diff --git a/sdk/com.ibm.sbt.core/META-INF/MANIFEST.MF b/sdk/com.ibm.sbt.core/META-INF/MANIFEST.MF index c44f09cced..a9b1d03c3a 100644 --- a/sdk/com.ibm.sbt.core/META-INF/MANIFEST.MF +++ b/sdk/com.ibm.sbt.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SBT core Java code Bundle-SymbolicName: com.ibm.sbt.core;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Require-Bundle: com.ibm.sbt.libs, com.ibm.commons, diff --git a/sdk/com.ibm.sbt.core/pom.xml b/sdk/com.ibm.sbt.core/pom.xml index 75e7e9d180..ea0174937e 100644 --- a/sdk/com.ibm.sbt.core/pom.xml +++ b/sdk/com.ibm.sbt.core/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.sdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -37,17 +37,17 @@ com.ibm.sbt com.ibm.commons.runtime - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons.xml - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt com.ibm.commons - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 org.apache.james diff --git a/sdk/com.ibm.sbt.proxy.web/META-INF/MANIFEST.MF b/sdk/com.ibm.sbt.proxy.web/META-INF/MANIFEST.MF index 555c09f377..43163d9dc1 100644 --- a/sdk/com.ibm.sbt.proxy.web/META-INF/MANIFEST.MF +++ b/sdk/com.ibm.sbt.proxy.web/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SBT Proxy Bundle-SymbolicName: com.ibm.sbt.proxy.web;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-Vendor: IBM Require-Bundle: com.ibm.sbt.core, com.ibm.commons, diff --git a/sdk/com.ibm.sbt.proxy.web/pom.xml b/sdk/com.ibm.sbt.proxy.web/pom.xml index f43c69447c..8d63c4f25f 100644 --- a/sdk/com.ibm.sbt.proxy.web/pom.xml +++ b/sdk/com.ibm.sbt.proxy.web/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.sdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 @@ -59,7 +59,7 @@ com.ibm.sbt com.ibm.sbt.core - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 eclipse-plugin diff --git a/sdk/com.ibm.sbt.web/META-INF/MANIFEST.MF b/sdk/com.ibm.sbt.web/META-INF/MANIFEST.MF index 2f9b7762d2..0eab9e2f61 100644 --- a/sdk/com.ibm.sbt.web/META-INF/MANIFEST.MF +++ b/sdk/com.ibm.sbt.web/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Web Bundle-SymbolicName: com.ibm.sbt.web;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.11.20151208-1200 Bundle-ActivationPolicy: lazy Bundle-Activator: com.ibm.sbt.web.SbtWebActivator Require-Bundle: org.eclipse.core.runtime diff --git a/sdk/com.ibm.sbt.web/pom.xml b/sdk/com.ibm.sbt.web/pom.xml index 8066c4eca3..6cebdcaa22 100644 --- a/sdk/com.ibm.sbt.web/pom.xml +++ b/sdk/com.ibm.sbt.web/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt.sdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 diff --git a/sdk/pom.xml b/sdk/pom.xml index 136b86d164..752303bd83 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -7,7 +7,7 @@ com.ibm.sbt com.ibm.sbt - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200 com.ibm.sbt.core diff --git a/sdk/sbt.sso.webapp-archetype/pom.xml b/sdk/sbt.sso.webapp-archetype/pom.xml index 0b943188c9..54c9346a79 100644 --- a/sdk/sbt.sso.webapp-archetype/pom.xml +++ b/sdk/sbt.sso.webapp-archetype/pom.xml @@ -28,6 +28,6 @@ com.ibm.sbt com.ibm.sbt.sdk - 1.1.11-SNAPSHOT + 1.1.11.20151208-1200