Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-11-09 08:06:47 +0000
committerDani Megert2017-11-09 08:06:47 +0000
commit5685ec90433f9182cb664c38b014b848da8a5495 (patch)
treec460b478fb6f990b98602cd6f88f2c17fa293387 /tests/org.eclipse.jsch.tests
parenteedc1d416a34331328a75a9d39a5d5ed5708805e (diff)
downloadeclipse.platform.team-5685ec90433f9182cb664c38b014b848da8a5495.tar.gz
eclipse.platform.team-5685ec90433f9182cb664c38b014b848da8a5495.tar.xz
eclipse.platform.team-5685ec90433f9182cb664c38b014b848da8a5495.zip
Fixed version in pom.xml
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml
index 53e8b3353..bc179dbb2 100644
--- a/tests/org.eclipse.jsch.tests/pom.xml
+++ b/tests/org.eclipse.jsch.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jsch</groupId>
<artifactId>org.eclipse.jsch.tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top