Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
update to 1.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
prb112 committed May 20, 2015
1 parent 4bfca21 commit 25edc62
Show file tree
Hide file tree
Showing 86 changed files with 149 additions and 149 deletions.
36 changes: 18 additions & 18 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<build>
Expand Down Expand Up @@ -419,28 +419,28 @@
<groupId>com.ibm.sbt</groupId>
<artifactId>sbt.dojo180</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>sbt.jquery182</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>sbt.bootstrap211</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>sbt.sample.web</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand All @@ -450,29 +450,29 @@
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.landing</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>

<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>acme.social.sample.dataapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>acme.social.sample.webapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>helloworld.webapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand All @@ -485,21 +485,21 @@
<groupId>com.ibm.sbt</groupId>
<artifactId>smartcloud.webapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>grantaccess.webapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>acme.sample.webapp</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand All @@ -512,7 +512,7 @@
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.web</artifactId>

<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand All @@ -524,7 +524,7 @@
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.runtime</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
Expand All @@ -535,27 +535,27 @@
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>bss.provisioning.sample.app</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>

</dependency>


<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.php.wordpress</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.php.core</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.php.moodle</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion commons/com.ibm.commons.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Common Runtime Classes
Bundle-SymbolicName: com.ibm.commons.runtime
Bundle-Version: 1.1.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Vendor: IBM
Export-Package: com.ibm.commons.runtime,com.ibm.commons.runtime.beans,
com.ibm.commons.runtime.impl,com.ibm.commons.runtime.impl.app,com.ibm
Expand Down
2 changes: 1 addition & 1 deletion commons/com.ibm.commons.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.commons</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion commons/com.ibm.commons.xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.commons</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<version>9.0.0</version>
Expand Down
2 changes: 1 addition & 1 deletion commons/com.ibm.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.commons</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<version>9.0.0</version>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>com.ibm.sbt</artifactId>
<groupId>com.ibm.sbt</groupId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
<modules>
<module>com.ibm.commons</module>
Expand Down
2 changes: 1 addition & 1 deletion deps/com.ibm.sbt.bootstrap211/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.dependencies</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion deps/com.ibm.sbt.ckeditor422/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.dependencies</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion deps/com.ibm.sbt.dojo180/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.dependencies</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion deps/com.ibm.sbt.jquery182/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.dependencies</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>com.ibm.sbt</artifactId>
<groupId>com.ibm.sbt</groupId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
<modules>
<module>com.ibm.sbt.bootstrap211</module>
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.domino.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.ibm.sbt.domino.feature"
label="Domino SBT Feature"
version="1.1.5.20150520-1200"
version="1.1.6.qualifier"
provider-name="IBM">

<license url="http://www.apache.org/licenses/LICENSE-2.0">
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.domino.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.domino.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions domino/com.ibm.sbt.domino.updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.ibm.sbt.domino.feature_1.1.5.20150520-1200.jar" id="com.ibm.sbt.domino.feature" version="1.1.5.20150520-1200"/>
<feature url="features/com.ibm.sbt.opensocial.domino.feature_1.1.5.20150520-1200.jar" id="com.ibm.sbt.opensocial.domino.feature" version="1.1.5.20150520-1200"/>
<feature url="features/com.ibm.sbt.opensocial.domino.explorer.feature_1.1.5.20150520-1200.jar" id="com.ibm.sbt.opensocial.domino.explorer.feature" version="1.1.5.20150520-1200"/>
<feature url="features/com.ibm.sbt.domino.feature_1.1.6.qualifier.jar" id="com.ibm.sbt.domino.feature" version="1.1.6.qualifier"/>
<feature url="features/com.ibm.sbt.opensocial.domino.feature_1.1.6.qualifier.jar" id="com.ibm.sbt.opensocial.domino.feature" version="1.1.6.qualifier"/>
<feature url="features/com.ibm.sbt.opensocial.domino.explorer.feature_1.1.6.qualifier.jar" id="com.ibm.sbt.opensocial.domino.explorer.feature" version="1.1.6.qualifier"/>
</site>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.ibm.sbt.opensocial.domino.explorer.feature"
label="OpenSocial Explorer Feature"
version="1.1.5.20150520-1200"
version="1.1.6.qualifier"
provider-name="IBM">

<license url="http://www.apache.org/licenses/LICENSE-2.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OpenSocial Explorer
Bundle-SymbolicName: com.ibm.sbt.opensocial.domino.explorer;singleton:=true
Bundle-Version: 1.1.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Vendor: IBM
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: javax.servlet,
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.opensocial.domino.explorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.opensocial.domino.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.ibm.sbt.opensocial.domino.feature"
label="OpenSocial Domino SBT Feature"
version="1.1.5.20150520-1200"
version="1.1.6.qualifier"
provider-name="IBM">

<license url="http://www.apache.org/licenses/LICENSE-2.0">
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.opensocial.domino.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.opensocial.domino/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Activator: com.ibm.sbt.opensocial.domino.internal.OpenSocialPlugin
Bundle-Vendor: IBM
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.opensocial.domino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.playground/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Vendor: IBM
Require-Bundle: com.ibm.commons,
com.ibm.commons.xml,
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.sbt.playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion domino/com.ibm.xsp.opensocial/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Vendor: IBM
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion domino/com.ibm.xsp.opensocial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.domino</artifactId>
<version>1.1.5.20150520-1200</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion domino/com.ibm.xsp.sbtsdk/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.20150520-1200
Bundle-Version: 1.1.6.qualifier
Bundle-Activator: com.ibm.xsp.sbtsdk.Activator
Bundle-Vendor: IBM
Bundle-ClassPath: .,
Expand Down
Loading

0 comments on commit 25edc62

Please sign in to comment.