Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2021-06-01 14:44:25 +0000
committerMatthias Sohn2021-06-01 14:44:25 +0000
commita86e58b12225263cbf0ff6dfcb59522aa87a8922 (patch)
treed883f2308df6057ef45aecd032c57ec8042dac82 /org.eclipse.egit-feature
parent43af7f1daab3c5c5179ea533e3d9177ed80c2df7 (diff)
downloadegit-a86e58b12225263cbf0ff6dfcb59522aa87a8922.tar.gz
egit-a86e58b12225263cbf0ff6dfcb59522aa87a8922.tar.xz
egit-a86e58b12225263cbf0ff6dfcb59522aa87a8922.zip
Prepare 5.12.0-SNAPSHOT builds
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 2962c72740..9403b05be6 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="5.12.0.202105261145-m3"
+ version="5.12.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 04ae5ecbe9..ecbab3d8d7 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.12.0.202105261145-m3</version>
+ <version>5.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top