diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-01 17:36:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-01 17:36:10 +0200 |
commit | df117d3da924e5b505475f582df788c076c8c1c1 (patch) | |
tree | 4398cdc06b87539ef268c0ad0bd71bba628637af /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 384ffa7ee91b1c95a8d956f93fe053661a5f041c (diff) | |
download | jgit-df117d3da924e5b505475f582df788c076c8c1c1.tar.gz jgit-df117d3da924e5b505475f582df788c076c8c1c1.zip |
Prepare post-v1.1.0.201109011030-rc2 builds
Change-Id: I8dda83cdbe88beba4a480df9846848bf3aceb9e2
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 e0be25c877..67b520edb6 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.1.0.201109011030-rc2" + version="1.1.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 8c5acbf207..bc4b0e4368 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.1.0.201109011030-rc2</version> + <version>1.1.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.1.0.201109011030-rc2</version> + <version>1.1.0-SNAPSHOT</version> </dependency> </dependencies> |