diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-24 01:42:38 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-24 01:42:38 +0100 |
commit | 73a432514936fcee1386b37a0d60dcd913706bd1 (patch) | |
tree | 857f112a348f8f20058414ba5ee62f8fa56ae3ea /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 5274da3c3ca8d59c4cce41914776837f457ca734 (diff) | |
download | jgit-73a432514936fcee1386b37a0d60dcd913706bd1.tar.gz jgit-73a432514936fcee1386b37a0d60dcd913706bd1.zip |
JGit v4.6.0.201612231935-rv4.6.0.201612231935-r
Change-Id: Iaa88fe1b195dfe6be99a7b4cb064684e75563715
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index 45c320e090..3a61b9d461 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.junit" label="%featureName" - version="4.6.0.qualifier" + version="4.6.0.201612231935-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 9db144cbc1..d910e734e7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.6.0-SNAPSHOT</version> + <version>4.6.0.201612231935-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |