summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-02-16 00:41:52 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2012-02-16 00:42:34 +0100
commitf70b24a60176c3bd35c1f67e9ea039078ea9a5ad (patch)
treed6032dff24e3fc1b3338e1c68f66b1d69274a754 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parente4ee677deafba17f575c8dd32c8c2732569b9808 (diff)
downloadjgit-f70b24a60176c3bd35c1f67e9ea039078ea9a5ad.tar.gz
jgit-f70b24a60176c3bd35c1f67e9ea039078ea9a5ad.zip
Prepare post 1.3.0.201202151440-r buildstable-1.3
Change-Id: I4d695273e3151c22f2df9a58725cc7ba21ab6043 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
index 898314f191..5a563a45b1 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jgit"
label="%featureName"
- version="1.3.0.201202151440-r"
+ version="1.3.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
index 784ce493f0..e5918390c9 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>1.3.0.201202151440-r</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.feature</artifactId>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>1.3.0.201202151440-r</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>