You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/05/09 11:07:22 UTC

[sling-site] branch master updated (88f0f50 -> 4dbe96b)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git.


    from 88f0f50  Add Feature Model 0.1.0 releases
     new 65772dd  Clarify release management steps for the IDE Tooling
     new 4dbe96b  Sling IDE Tooling for Eclipse

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jbake/content/documentation/development/release-management.md  | 7 ++++---
 src/main/jbake/content/releases.md                                 | 1 +
 src/main/jbake/templates/downloads.tpl                             | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.

[sling-site] 01/02: Clarify release management steps for the IDE Tooling

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 65772dda59583b8d89d84b845f88b7ad40f74b73
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed May 9 14:06:09 2018 +0300

    Clarify release management steps for the IDE Tooling
---
 .../jbake/content/documentation/development/release-management.md  | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md
index 7d705b6..dbe409b 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -333,12 +333,13 @@ Once the release has passed, the following must be done:
 
 1. announce the result of the vote, see [Wait for the results](#wait-for-the-results)
 1. update versions in jira, see [Update JIRA](#update-jira)
-1. upload *p2update.zip* to https://dist.apache.org/repos/dist/release/sling/
+1. upload *p2update.zip* to https://dist.apache.org/repos/dist/release/sling/1.0.2
 1. upload unzipped update site to https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2
 1. upload the source bundle to https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2
-    1. create GPG signatures and checksums for all uploaded jars using the `tooling/ide/sign.sh` script
+    1. create GPG signatures and checksums for all uploaded jars using the `ide-tooling/sign.sh` script
 1. update https://dist.apache.org/repos/dist/release/sling/eclipse/composite\{Content,Artifacts}.xml to point version 1.0.2
-1. archive the old artifact versions but leave pointers to archive.apache.org, using compositeArtifacts.xml/compositeContent.xml , with a single child entry pointing to https://archive.apache.org/dist/sling/eclipse/1.0.0/
+    1. The timestamps in the composite xml files should be refreshed to "now", for instance by using the value of ``echo "`date +%s`000"``
+1. remove the old artifact versions but leave pointers to archive.apache.org, using compositeArtifacts.xml/compositeContent.xml , with a single child entry pointing to https://archive.apache.org/dist/sling/eclipse/1.0.0/
 1. remove the staged artifacts from https://dist.apache.org/repos/dist/dev/sling/ide-tooling-1.0.2
 1. update the news page and the download pages
 1. update the Eclipse Marketplace listing

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.

[sling-site] 02/02: Sling IDE Tooling for Eclipse

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 4dbe96b103150f6bc3d2df6bd093c894d11e19a8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed May 9 14:07:10 2018 +0300

    Sling IDE Tooling for Eclipse
---
 src/main/jbake/content/releases.md     | 1 +
 src/main/jbake/templates/downloads.tpl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 89c5ea1..3b9a974 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,6 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg
 
 ## May 2018
 
+* IDE tooling for Eclipse 1.2.2 (9th)
 * Context-Aware Configuration Impl 1.4.12, Maven Sling Plugin 2.3.6 (7th)
 * Sling Query 4.0.2 (5th)
 * JCR Content Parser 1.2.6 (5th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 3d4e764..0956cbf 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -15,7 +15,7 @@
 def launchpadVersion="10"
 
 def slingIDETooling=[
-  "Sling IDE Tooling for Eclipse|eclipse|1.2.0|A p2 update site which can be installed in Eclipse.|sling-ide-tooling"
+  "Sling IDE Tooling for Eclipse|eclipse|1.2.2|A p2 update site which can be installed in Eclipse.|sling-ide-tooling"
 ]
 
 def slingApplication=[

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.