diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:30:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:31:26 +0100 |
commit | 2d78a8da97907df2b50f78d58171a29f13a2e887 (patch) | |
tree | cc6b0152b0d43ea60255093d40017d72452357be /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | aa357c2a9f49562b6849c0e821ec9c02c949e869 (diff) | |
download | jgit-stable-2.2.tar.gz jgit-stable-2.2.zip |
Prepare post 2.2.0.201212191850-r buildsstable-2.2
Change-Id: I1a0fe51c71551fcfc98f5dd435eb283fd661b77a
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.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 4 |
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 b08aaa10f1..7d342b78f6 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="2.2.0.201212191850-r" + version="2.2.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 8f5396a95d..3546ce0614 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>2.2.0.201212191850-r</version> + <version>2.2.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> @@ -63,7 +63,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>2.2.0.201212191850-r</version> + <version>2.2.0-SNAPSHOT</version> </dependency> </dependencies> |