aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-05-02 18:24:45 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-05-02 18:24:45 +0200
commitb2b58feba7400269df8b31ef8495b695af3a9793 (patch)
treed121c9fe4417ca81338ed59be95af91f75090b23 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parentb209671d04611ad9821cc538c46651452dea0ace (diff)
downloadjgit-b2b58feba7400269df8b31ef8495b695af3a9793.tar.gz
jgit-b2b58feba7400269df8b31ef8495b695af3a9793.zip
Change-Id: Ia6e58b466fa3ef7ddd61b40f2ad44141fe8786c4 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 9d38a7f5a8..8e6ebbb648 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="0.12.0.qualifier"
+ version="0.12.1"
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 a837478207..885a985c61 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>0.12.0-SNAPSHOT</version>
+ <version>0.12.1</version>
</parent>
<artifactId>org.eclipse.jgit.feature</artifactId>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.1</version>
</dependency>
</dependencies>