diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-06 01:17:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-06 01:17:16 +0200 |
commit | 4a4e1f764c7cc1ffe0a86c22db646c4f11785e01 (patch) | |
tree | 724503e6a82bed58e4a1f34a700d6d45f44c774a /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | f65513f75397b1f4de6d063962e5cccca5a89cb6 (diff) | |
download | jgit-4a4e1f764c7cc1ffe0a86c22db646c4f11785e01.tar.gz jgit-4a4e1f764c7cc1ffe0a86c22db646c4f11785e01.zip |
Prepare post v1.0.0.201106051725-r builds
Change-Id: I4839877e1a6fa7782f37423213af8d579727a494
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 a8d71c403b..e1e4d8ed1b 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.0.0.201106051725-r" + version="1.0.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 a73cdd0f53..15404c8a19 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.0.0.201106051725-r</version> + <version>1.0.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.0.0.201106051725-r</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> |