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

Update all outdated com.ibm.sbt lib refs to 1.1.12-SNAPSHOT (current). #1756

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: java
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
install: echo 'Skipping mvn install'
before_script:
- ./test-whitespaces.sh
Expand Down
2 changes: 1 addition & 1 deletion libraries/com.ibm.sbt.libs.derby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.libraries</artifactId>
<version>1.1.6.20150817-1200</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion libraries/com.ibm.sbt.libs.java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.libraries</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion osgi/com.ibm.sbt.web.resources.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.osgi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion osgi/com.ibm.sbt.web.resources.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.osgi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion osgi/com.ibm.sbt.web.resources/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.osgi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>com.ibm.sbt</artifactId>
<groupId>com.ibm.sbt</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<modules>
<module>com.ibm.sbt.web.resources</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<dependent-module archiveName="com.ibm.commons-9.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.commons/com.ibm.commons">
<dependent-module archiveName="com.ibm.sbt.core-1.1.12-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.sbt.core/com.ibm.sbt.core">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="com.ibm.commons.xml-9.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.commons.xml/com.ibm.commons.xml">
<dependent-module archiveName="com.ibm.commons-1.1.12-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.commons/com.ibm.commons">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="com.ibm.commons.xml-1.1.12-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.commons.xml/com.ibm.commons.xml">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="com.ibm.commons.runtime-1.1.12-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/com.ibm.commons.runtime/com.ibm.commons.runtime">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="mysocial.webapp"/>
Expand Down
4 changes: 2 additions & 2 deletions samples/j2ee/templates/mysocial.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.core</artifactId>
<version>1.0.1</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.runtime</artifactId>
<version>1.0.1</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions samples/java/sbt.bss.app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.samples.java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons</artifactId>
<version>1.1.6.20150817-1200</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.xml</artifactId>
<version>1.1.6.20150817-1200</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions samples/java/sbt.bss.changepassword.app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
<parent>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.samples.java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons</artifactId>
<version>1.1.6.20150817-1200</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.xml</artifactId>
<version>1.1.6.20150817-1200</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.commons.runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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.samples.j2ee</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>
<groupId>${groupId}</groupId>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.ibm.sbt</groupId>
<artifactId>com.ibm.sbt.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</dependency>
</dependencies>
<version>${version}</version>
Expand Down