You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2016/06/19 23:22:48 UTC

deltaspike git commit: DELTASPIKE-1166 Set the new versions and prep for the next release cycle. Update the release guide based on items learned.

Repository: deltaspike
Updated Branches:
  refs/heads/master 691ffdf05 -> c3ddeb236


DELTASPIKE-1166 Set the new versions and prep for the next release cycle.  Update the release guide based on items learned.


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c3ddeb23
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/c3ddeb23
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/c3ddeb23

Branch: refs/heads/master
Commit: c3ddeb236aac02b09bae43bf917c1db329f0b9eb
Parents: 691ffdf
Author: John D. Ament <jo...@apache.org>
Authored: Sun Jun 19 19:22:40 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sun Jun 19 19:22:40 2016 -0400

----------------------------------------------------------------------
 pom.xml                                         |  4 +--
 site/src/main/asciidoc/steps_for_a_release.adoc | 26 ++++++++++++--------
 2 files changed, 18 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c3ddeb23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 698277d..80bc85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
 
     <properties>
         <asciidoctor.version>1.5.2</asciidoctor.version>
-        <version.deltaspike.latest.stable>1.6.1</version.deltaspike.latest.stable>
-        <version.deltaspike.latest.snapshot>1.6.2-SNAPSHOT</version.deltaspike.latest.snapshot>
+        <version.deltaspike.latest.stable>1.7.0</version.deltaspike.latest.stable>
+        <version.deltaspike.latest.snapshot>1.7.1-SNAPSHOT</version.deltaspike.latest.snapshot>
         <svn.scmPubCheckoutDirectory>${project.build.directory}/co-site</svn.scmPubCheckoutDirectory>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c3ddeb23/site/src/main/asciidoc/steps_for_a_release.adoc
----------------------------------------------------------------------
diff --git a/site/src/main/asciidoc/steps_for_a_release.adoc b/site/src/main/asciidoc/steps_for_a_release.adoc
index 4ef2da8..a7976af 100644
--- a/site/src/main/asciidoc/steps_for_a_release.adoc
+++ b/site/src/main/asciidoc/steps_for_a_release.adoc
@@ -53,8 +53,9 @@ mvn release:perform -Pdistribution -DreleaseProfiles=distribution
 
 //!!!check the created commits including user-name and email
 
+// Verify the release in the staging repository:
 //login to https://repository.apache.org/ and go to "Staging Repositories"
-//check esp. .../org/apache/deltaspike/deltaspike-project/[version]/deltaspike-project-[version]-source-release.zip
+//check esp. .../org/apache/deltaspike/deltaspike/[version]/deltaspike-[version]-source-release.zip
 //close the repository
 
 //push the release-branch and tag to a third-party git repo
@@ -97,8 +98,8 @@ Thanks,
 [name]
 
 [1] https://repository.apache.org/content/repositories/...
-[2] https://repository.apache.org/content/repositories/.../org/apache/deltaspike/deltaspike-project/[version]/deltaspike-project-[version]-source-release.zip
-[3] https://github.com/[user]/deltaspike-vote/tree/deltaspike-project-[version]
+[2] https://repository.apache.org/content/repositories/.../org/apache/deltaspike/deltaspike/[version]/deltaspike-[version]-source-release.zip
+[3] https://github.com/[user]/deltaspike-vote/tree/deltaspike-[version]
 [4] http://www.apache.org/foundation/voting.html#ReleaseVotes
 -----------------------------------------------------------------------------------------------------------------------
 
@@ -140,7 +141,6 @@ If the binding majority approved the vote continue.
 
 Always do a merge in this case (not a rebase):
 
-
 -----------------------------------------------------------------------------------------------------------------------
 git checkout master
 git merge ds-[version]
@@ -149,9 +149,9 @@ git push origin deltaspike-[version]
 git push origin master
 -----------------------------------------------------------------------------------------------------------------------
 
-
- - Create the release at jira
- - Close the corresponding tickets of the version
+ - Close the the JIRA tickets for the newly released version
+ - Close the release in JIRA
+ - Ensure the next version is available in JIRA
  - Wait some minutes and check http://repo2.maven.org/maven2/org/apache/deltaspike
 
 
@@ -164,6 +164,8 @@ mkdir [version]
 //use the artifacts from:
 //  http://repo1.maven.org/maven2/org/apache/deltaspike/deltaspike/[version]/
 //  http://repo1.maven.org/maven2/org/apache/deltaspike/distribution/distribution-full/[version]/
+svn rm {old-version}
+svn add {version}
 -----------------------------------------------------------------------------------------------------------------------
 
 === Check Downloads
@@ -173,6 +175,10 @@ mkdir [version]
 
 === Update site content
 
+Update Javadocs:
+ - git checkout {version}
+ - cd deltaspike && ./javadoc.sh
+
 via source:
  - Update the build (version.deltaspike.latest.stable and version.deltaspike.latest.snapshot)
  - Update news: http://deltaspike.apache.org/news.html
@@ -205,13 +211,13 @@ The Apache DeltaSpike team is pleased to announce the 6th release of DeltaSpike.
 Apache DeltaSpike is not a CDI-container, but a portable CDI extension.
 
 Documentation:
-http://deltaspike.apache.org/documentation.html
+http://deltaspike.apache.org/documentation/
 
 Download:
 http://deltaspike.apache.org/download.html
 
 Release Notes:
-http://s.apache.org/DeltaSpike_06
+http://s.apache.org/DeltaSpike_[version]
 
 Enjoy!
 
@@ -230,4 +236,4 @@ e.g.:
 
 -----------------------------------------------------------------------------------------------------------------------
 [ANNOUNCE] The Apache #DeltaSpike team is pleased to announce http://s.apache.org/DeltaSpike_[version]. Feel free to test it! Feedback is very welcome!
------------------------------------------------------------------------------------------------------------------------
+-----------------------------------------------------------------------------------------------------------------------
\ No newline at end of file