diff options
Diffstat (limited to 'org.eclipse.egit.psf-feature')
-rw-r--r-- | org.eclipse.egit.psf-feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.egit.psf-feature/pom.xml | 2 |
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 b653d5a800..4809d39399 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.3.0.qualifier" + version="1.3.0.201202151440-r" provider-name="%providerName"> <description> diff --git a/org.eclipse.egit.psf-feature/pom.xml b/org.eclipse.egit.psf-feature/pom.xml index b38a9953a4..1e25ffb542 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.3.0-SNAPSHOT</version> + <version>1.3.0.201202151440-r</version> </parent> <artifactId>org.eclipse.egit.psf</artifactId> |