Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-28 12:11:40 +0000
committerMatthias Sohn2015-09-28 12:11:40 +0000
commit1662f60f30b49a25e30c3f966884a8ba3c035797 (patch)
treee8553115b64166a99336c740d757c4489c3f92a3 /org.eclipse.mylyn.github-feature
parente7353839371771a8e5ae37c0462636377e55b71d (diff)
downloadegit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.tar.gz
egit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.tar.xz
egit-github-1662f60f30b49a25e30c3f966884a8ba3c035797.zip
Prepare 4.1.1-SNAPSHOT buildsstable-4.1
Change-Id: I97ab3736d0920e50675be6fd66a846a08ad9cf75 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.github-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index a1ce04eb..a205715d 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
label="%featureName"
- version="4.1.0.201509280440-r"
+ version="4.1.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index e89460ba..1226813b 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>4.1.0.201509280440-r</version>
+ <version>4.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top