diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-01 16:13:41 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-01 16:13:41 +0200 |
commit | 677d7794cc3720b263ed3f2f5dd44adeb4b2646f (patch) | |
tree | d21824f7c48a3c7501a9f6b47db69ced8373fab3 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature | |
parent | ff4c10bf907dd455f7f98da7f0fbdaffecd31d9c (diff) | |
download | jgit-677d7794cc3720b263ed3f2f5dd44adeb4b2646f.tar.gz jgit-677d7794cc3720b263ed3f2f5dd44adeb4b2646f.zip |
Prepare 5.12.0-SNAPSHOT builds
Change-Id: If563be77aab768ac1f31ae2211fb0892d0205a2a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml index 15a935709b..2386f7b0c7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.apache" label="%featureName" - version="5.12.0.202105261145-m3" + version="5.12.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml index 22188aed3f..ea12537ca4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.12.0.202105261145-m3</version> + <version>5.12.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |