diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-13 23:07:25 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-13 23:08:30 +0100 |
commit | 9a5f4b46ccac22dd3dec8205ab50ec84f495db2f (patch) | |
tree | c54ac3b3bdc892dd62a394094d4d32190a063743 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 19d6cadeff67f9eb1e85712fb3077cbb4ee8a8b8 (diff) | |
download | jgit-9a5f4b46ccac22dd3dec8205ab50ec84f495db2f.tar.gz jgit-9a5f4b46ccac22dd3dec8205ab50ec84f495db2f.zip |
Prepare post 2.3.0.201302130906 builds
Change-Id: Ia11b4000557d0cf235c4e33cda4539cab25fef47
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 | 2 |
2 files changed, 2 insertions, 2 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 d954039020..78d28e0e96 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.3.0.201302130906" + version="2.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 6cf70e50f2..9431d315a0 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.3.0.201302130906</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |