Repository: apex-site Updated Branches: refs/heads/master 8ae38bc49 -> 46c2f5a25
APEXCORE-442 remove incubating references Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/46c2f5a2 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/46c2f5a2 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/46c2f5a2 Branch: refs/heads/master Commit: 46c2f5a25f3dc2020254204f2cbde70eb3dce30e Parents: 8ae38bc Author: Thomas Weise <[email protected]> Authored: Fri Jun 3 22:40:41 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Jun 3 22:40:41 2016 -0700 ---------------------------------------------------------------------- doap_Apex.rdf | 8 ++++---- releases.json | 8 ++++---- src/md/announcements.md | 8 ++++---- src/md/release.md | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/46c2f5a2/doap_Apex.rdf ---------------------------------------------------------------------- diff --git a/doap_Apex.rdf b/doap_Apex.rdf index a17e20c..c11a997 100644 --- a/doap_Apex.rdf +++ b/doap_Apex.rdf @@ -36,14 +36,14 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <repository> <GitRepository> - <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-apex-core.git"/> - <browse rdf:resource="https://github.com/apache/incubator-apex-core.git"/> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/apex-core.git"/> + <browse rdf:resource="https://github.com/apache/apex-core.git"/> </GitRepository> </repository> <repository> <GitRepository> - <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-apex-malhar.git"/> - <browse rdf:resource="https://github.com/apache/incubator-apex-malhar.git"/> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/apex-malhar.git"/> + <browse rdf:resource="https://github.com/apache/apex-malhar.git"/> </GitRepository> </repository> </Project> http://git-wip-us.apache.org/repos/asf/apex-site/blob/46c2f5a2/releases.json ---------------------------------------------------------------------- diff --git a/releases.json b/releases.json index 0bce808..c24bfdd 100644 --- a/releases.json +++ b/releases.json @@ -4,19 +4,19 @@ { "version": "3.4.0", "docs": "3.4", - "repo": "incubator-apex-core", + "repo": "apex-core", "date": 1462902111000 }, { "version": "3.2.1-incubating", "docs": "3.2", - "repo": "incubator-apex-core", + "repo": "apex-core", "date": 1461193940000 }, { "version": "3.3.0-incubating", "docs": "3.3", - "repo": "incubator-apex-core", + "repo": "apex-core", "date": 1454908501000 } ] @@ -26,7 +26,7 @@ { "version": "3.4.0", "docs": "3.3", - "repo": "incubator-apex-malhar", + "repo": "apex-malhar", "date": 1464108400000 } ] http://git-wip-us.apache.org/repos/asf/apex-site/blob/46c2f5a2/src/md/announcements.md ---------------------------------------------------------------------- diff --git a/src/md/announcements.md b/src/md/announcements.md index 7806a75..fdfe257 100644 --- a/src/md/announcements.md +++ b/src/md/announcements.md @@ -4,13 +4,13 @@ May 25, 2016. The Apache Apex community is pleased to announce release [3.4.0](/downloads.html) of the Malhar Library. -Changes: https://github.com/apache/incubator-apex-core/blob/v3.4.0/CHANGELOG.md +Changes: https://github.com/apache/apex-core/blob/v3.4.0/CHANGELOG.md ## Apache Apex Core release 3.4.0 May 12, 2016. The Apache Apex community is pleased to announce release [3.4.0](/downloads.html) of the Core. -Changes: https://github.com/apache/incubator-apex-malhar/blob/v3.4.0/CHANGELOG.md +Changes: https://github.com/apache/apex-malhar/blob/v3.4.0/CHANGELOG.md ## Apache Apex announced as Top-Level Project @@ -22,12 +22,12 @@ https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announc Apr 21, 2016. The Apache Apex community is pleased to announce release [3.2.1-incubating](/downloads.html) of the Core. -Changes: https://github.com/apache/incubator-apex-core/blob/v3.2.1-incubating/CHANGELOG.md +Changes: https://github.com/apache/apex-core/blob/v3.2.1-incubating/CHANGELOG.md ## Apache Apex Malhar Library release 3.3.1-incubating Mar 2, 2016. The Apache Apex community is pleased to announce release [3.3.1-incubating](/downloads.html) of the Malhar Library. -Changes: https://github.com/apache/incubator-apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md +Changes: https://github.com/apache/apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md http://git-wip-us.apache.org/repos/asf/apex-site/blob/46c2f5a2/src/md/release.md ---------------------------------------------------------------------- diff --git a/src/md/release.md b/src/md/release.md index 1788148..04d5316 100644 --- a/src/md/release.md +++ b/src/md/release.md @@ -147,7 +147,7 @@ Check files into the dist staging area: ```bash mkdir svn-dist && cp *-source-* svn-dist/ -svn import svn-dist https://dist.apache.org/repos/dist/dev/incubator/apex/${RNAME}-RC1 -m "Apache Apex v${rv}-RC1" +svn import svn-dist https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 -m "Apache Apex v${rv}-RC1" ``` ## Voting @@ -168,7 +168,7 @@ Move source release from dist staging to release folder: ``` rv=3.4.0 RNAME=apache-apex-core-${rv} -svn mv https://dist.apache.org/repos/dist/dev/incubator/apex/${RNAME}-RC1 https://dist.apache.org/repos/dist/release/incubator/apex/${RNAME} -m "Release ${RNAME}" +svn mv https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 https://dist.apache.org/repos/dist/release/apex/${RNAME} -m "Release ${RNAME}" ``` ### JIRA
