Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-10-15 09:42:22 +0000
committerMat Booth2016-10-15 09:42:22 +0000
commitdf04d7e2ab449b84389270320f7108955677b73b (patch)
tree806beb6433707e1ba44b3e5f91216128624680f5
parentac4a8c63028a26fd43f162e445d718e6b27a802d (diff)
downloadorg.eclipse.ecf-df04d7e2ab449b84389270320f7108955677b73b.tar.gz
org.eclipse.ecf-df04d7e2ab449b84389270320f7108955677b73b.tar.xz
org.eclipse.ecf-df04d7e2ab449b84389270320f7108955677b73b.zip
Bug 455300 - Allow deploying to snapshot maven repository
When deploying snapshots from continuous integration, a SNAPSHOT and qualifier timestamp is mandatory. Change-Id: I97bb62a8bd90c2285057f7d9e2b0d530c8723a11 Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF2
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
index 913bb15f1..bb3924b5d 100755
--- a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
+++ b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.tests.protocol.msn
-Bundle-Version: 0.3.1
+Bundle-Version: 0.3.1.qualifier
Fragment-Host: org.eclipse.ecf.protocol.msn;bundle-version="0.3.1"
Bundle-Localization: plugin
Require-Bundle: org.junit
diff --git a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
index 0924b58f0..0f7699309 100644
--- a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
+++ b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.tests.protocol.msn</artifactId>
- <version>0.3.1</version>
+ <version>0.3.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top