Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-17 00:10:53 +0000
committerStefan Xenos2016-03-21 18:17:06 +0000
commit622d3b5a9d07990762e58029bd8dffbd2e7df773 (patch)
treea3ca3cbb06acba00b7732366c3af99f84a348ff7 /tests/org.eclipse.jsch.tests
parent87f3b9b8652edd636453f33ab7ba9adf862a3012 (diff)
downloadeclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.gz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.xz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.zip
Bug 489805 - Move the projects in the team git repository to Java 1.8I20160322-0800
Change-Id: Id5519b91445802de6c62d310b30a0cf486152f64 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.jsch.tests/pom.xml14
2 files changed, 2 insertions, 14 deletions
diff --git a/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
index 76bb7c53c..75e71b12a 100644
--- a/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSch Tests Plug-in
Bundle-SymbolicName: org.eclipse.jsch.tests
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Eclipse-BundleShape: dir
Bundle-Activator: org.eclipse.jsch.tests.Activator
Bundle-Vendor: Eclipse.org
diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml
index 49f9e6eb6..820c1dc35 100644
--- a/tests/org.eclipse.jsch.tests/pom.xml
+++ b/tests/org.eclipse.jsch.tests/pom.xml
@@ -18,18 +18,6 @@
</parent>
<groupId>org.eclipse.jsch</groupId>
<artifactId>org.eclipse.jsch.tests</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <!-- observed BREE as of Juno -->
- <executionEnvironment>J2SE-1.4</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top