Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.psf-feature')
-rw-r--r--org.eclipse.egit.psf-feature/feature.xml2
-rw-r--r--org.eclipse.egit.psf-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.psf-feature/feature.xml b/org.eclipse.egit.psf-feature/feature.xml
index 5959926ce4..0f611fc233 100644
--- a/org.eclipse.egit.psf-feature/feature.xml
+++ b/org.eclipse.egit.psf-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.psf"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.2.0.201112221803-r"
provider-name="%providerName">
<description>
diff --git a/org.eclipse.egit.psf-feature/pom.xml b/org.eclipse.egit.psf-feature/pom.xml
index adc9ff1417..bcf8704323 100644
--- a/org.eclipse.egit.psf-feature/pom.xml
+++ b/org.eclipse.egit.psf-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0.201112221803-r</version>
</parent>
<artifactId>org.eclipse.egit.psf</artifactId>

Back to the top