Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-11-29 19:29:15 +0000
committerSam Davis2016-11-29 19:29:15 +0000
commitdfa795e30bbc0129caabe830aef1365f6d5d9e7d (patch)
tree2502e8d2c81ca90f59794a9a5c9e6b1751c2c350
parent4b671d4beabf20fd45ba042549d1f9db2a227d42 (diff)
downloadorg.eclipse.mylyn-e_4_5_m_3_21_x.tar.gz
org.eclipse.mylyn-e_4_5_m_3_21_x.tar.xz
org.eclipse.mylyn-e_4_5_m_3_21_x.zip
507976: release Mylyn 3.21.1e_4_5_m_3_21_x
Change-Id: I748d2371d133e14a781fe817a8358955dd530639 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507976
-rw-r--r--org.eclipse.mylyn-parent/pom.xml16
-rwxr-xr-xorg.eclipse.mylyn.releng/bin/update-versions.sh12
2 files changed, 14 insertions, 14 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 7e44ed45..1afdb63d 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -74,14 +74,14 @@
<orbit-repository-url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/</orbit-repository-url>
<jdt-annotation-repository-url>http://download.eclipse.org/mylyn/snapshots/jdt-annotation/</jdt-annotation-repository-url>
- <mylyn-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/</mylyn-repository-url>
- <mylyn-builds-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/builds/</mylyn-builds-repository-url>
- <mylyn-commons-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/commons/</mylyn-commons-repository-url>
- <mylyn-context-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/context/</mylyn-context-repository-url>
- <mylyn-docs-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/docs/</mylyn-docs-repository-url>
- <mylyn-reviews-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/reviews/</mylyn-reviews-repository-url>
- <mylyn-tasks-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/tasks/</mylyn-tasks-repository-url>
- <mylyn-versions-repository-url>http://download.eclipse.org/mylyn/snapshots/nightly/versions/</mylyn-versions-repository-url>
+ <mylyn-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-repository-url>
+ <mylyn-builds-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-builds-repository-url>
+ <mylyn-commons-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-commons-repository-url>
+ <mylyn-context-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-context-repository-url>
+ <mylyn-docs-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-docs-repository-url>
+ <mylyn-reviews-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-reviews-repository-url>
+ <mylyn-tasks-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-tasks-repository-url>
+ <mylyn-versions-repository-url>http://download.eclipse.org/mylyn/snapshots/3.21/</mylyn-versions-repository-url>
</properties>
<mailingLists>
diff --git a/org.eclipse.mylyn.releng/bin/update-versions.sh b/org.eclipse.mylyn.releng/bin/update-versions.sh
index 1fcd2408..55fc625f 100755
--- a/org.eclipse.mylyn.releng/bin/update-versions.sh
+++ b/org.eclipse.mylyn.releng/bin/update-versions.sh
@@ -21,14 +21,14 @@ org.eclipse.mylyn/org.eclipse.mylyn-parent/pom.xml
#mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=1.4.1-SNAPSHOT
-update 1.12.0 1.13.0 # builds, versions, org.eclipse.mylyn.commons.identiy/notifications/repositories
-update 2.9.0 2.10.0 # docs
-update 2.11.0 2.12.0 # reviews
-update 3.20.0 3.21.0
-update 5.16.0 5.17.0 # CDT
+#update 1.12.0 1.13.0 # builds, versions, org.eclipse.mylyn.commons.identiy/notifications/repositories
+update 2.10.0 2.10.1 # docs
+#update 2.11.0 2.12.0 # reviews
+#update 3.20.0 3.21.0
+#update 5.16.0 5.17.0 # CDT
# Must do this for first SR on a branch
-#updateSnapshotSitesForSR 3.14
+updateSnapshotSitesForSR 3.21
#grep Bundle-Version */META-INF/MANIFEST.MF | grep -v 0.9.0 | grep -v 3.7.0 | grep -v 1.5.0

Back to the top