You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/21 15:12:35 UTC

svn commit: r1653540 - /incubator/nifi/site/trunk/content/development/release-guide.md

Author: joewitt
Date: Wed Jan 21 14:12:35 2015
New Revision: 1653540

URL: http://svn.apache.org/r1653540
Log:
added nifi- to a bunch of places.  not all

Modified:
    incubator/nifi/site/trunk/content/development/release-guide.md

Modified: incubator/nifi/site/trunk/content/development/release-guide.md
URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/release-guide.md?rev=1653540&r1=1653539&r2=1653540&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/release-guide.md (original)
+++ incubator/nifi/site/trunk/content/development/release-guide.md Wed Jan 21 14:12:35 2015
@@ -64,17 +64,17 @@ There are two lists here: one of specifi
     - Specifically look in the *-sources.zip artifact and ensure these items are present at the root of the archive.
   - Evaluate the sources and dependencies.  Does the overall LICENSE and NOTICE appear correct?  Do all licenses fit within the ASF approved licenses?
     - Here is an example path to a sources artifact:  
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip`
   - Is there a README available that explains how to build the application and to execute it?
     - Look in the *-sources.zip artifact root for the readme.
   - Are the signatures and hashes correct for the source release?
     - Validate the hashes of the sources artifact do in fact match:
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip.md5`
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip.sha1`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip.md5`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip.sha1`
     - Validate the signatures of the sources artifact and of each of the hashes.  Here are example paths:
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip.asc`
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip.asc.md5`
-      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nar-maven-plugin/0.0.1-incubating/nar-maven-plugin-0.0.1-incubating-source-release.zip.asc.sha1`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip.asc`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip.asc.md5`
+      - `https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi-nar-maven-plugin/0.0.1-incubating/nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip.asc.sha1`
       - Need a quick reminder on how to [verify a signature](http://www.apache.org/dev/release-signing.html#verifying-signature)?
   - Do all sources have necessary headers?
     - Unzip the sources file into a directory and execute `mvn install -Pcheck-licenses`
@@ -111,7 +111,7 @@ Create the next version in JIRA if neces
 Create new branch off develop named after the JIRA ticket or just use the develop branch itself.  Here we'll use a branch off of develop with
 `git checkout -b NIFI-270`
 
-Change directory into that of the project you wish to release.  For example either `cd nifi` or `cd nar-maven-plugin`
+Change directory into that of the project you wish to release.  For example either `cd nifi` or `cd nifi-nar-maven-plugin`
 
 Verify that Maven has sufficient heap space to perform the build tasks.  Some plugins and parts of the build 
 consumes a surprisingly large amount of space.  These settings have been shown to 
@@ -150,18 +150,18 @@ This command `mvn install -Pcheck-licens
 Now its time to have maven prepare the release so execute `mvn release:prepare -Psigned_release -DscmCommentPrefix="NIFI-270 " -Darguments="-DskipTests"`.
 Maven will ask:
 
-`What is the release version for "Apache NiFi NAR Plugin"? (org.apache.nifi:nar-maven-plugin) 0.0.1-incubating: :`
+`What is the release version for "Apache NiFi NAR Plugin"? (org.apache.nifi:nifi-nar-maven-plugin) 0.0.1-incubating: :`
 
 Just hit enter to accept the default.
 
 Maven will then ask:
 
-`What is SCM release tag or label for "Apache NiFi NAR Plugin"? (org.apache.nifi:nar-maven-plugin) nar-maven-plugin-0.0.1-incubating: : `
+`What is SCM release tag or label for "Apache NiFi NAR Plugin"? (org.apache.nifi:nifi-nar-maven-plugin) nifi-nar-maven-plugin-0.0.1-incubating: : `
 
-Enter `nar-maven-plugin-0.0.1-incubating-RC1` or whatever the appropriate release candidate (RC) number is.
+Enter `nifi-nar-maven-plugin-0.0.1-incubating-RC1` or whatever the appropriate release candidate (RC) number is.
 Maven will then ask:
 
-`What is the new development version for "Apache NiFi NAR Plugin"? (org.apache.nifi:nar-maven-plugin) 0.0.2-incubating-SNAPSHOT: :`
+`What is the new development version for "Apache NiFi NAR Plugin"? (org.apache.nifi:nifi-nifi-nar-maven-plugin) 0.0.2-incubating-SNAPSHOT: :`
 
 Just hit enter to accept the default.
 
@@ -193,20 +193,20 @@ that you can pretty easily test the rele
 commands can come in handy to help do this so you can set versions to something clearly release test related.
 
 Now it's time to initiate a vote within the PPMC.  Send the vote request to `dev@nifi.incubator.apache.org`
-with a subject of `[VOTE] Release Apache NiFi nar-maven-plugin-0.0.1-incubating`. The following template can be used:
+with a subject of `[VOTE] Release Apache NiFi nifi-nar-maven-plugin-0.0.1-incubating`. The following template can be used:
  
 >     Hello
 >     I am pleased to be calling this vote for the source release of Apache NiFi
->     nar-maven-plugin-0.0.1-incubating.
+>     nifi-nar-maven-plugin-0.0.1-incubating.
 >     
 >     The source zip, including signatures, digests, etc. can be found at:
 >     https://repository.apache.org/content/repositories/orgapachenifi-1011
 >     
->     The Git tag is nar-maven-plugin-0.0.1-incubating-RC1
+>     The Git tag is nifi-nar-maven-plugin-0.0.1-incubating-RC1
 >     The Git commit ID is 72abf18c2e045e9ef404050e2bffc9cef67d2558
 >     https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;a=commit;h=72abf18c2e045e9ef404050e2bffc9cef67d2558
 >     
->     Checksums of nar-maven-plugin-0.0.1-incubating-source-release.zip:
+>     Checksums of nifi-nar-maven-plugin-0.0.1-incubating-source-release.zip:
 >     MD5: 5a580756a17b0573efa3070c70585698
 >     SHA1: a79ff8fd0d2f81523b675e4c69a7656160ff1214
 >     
@@ -222,13 +222,13 @@ with a subject of `[VOTE] Release Apache
 >     The vote will be open for 72 hours. 
 >     Please download the release candidate and evaluate the necessary items including checking hashes, signatures, build from source, and test.  The please vote:
 >     
->     [ ] +1 Release this package as nar-maven-plugin-0.0.1-incubating
+>     [ ] +1 Release this package as nifi-nar-maven-plugin-0.0.1-incubating
 >     [ ] +0 no opinion
 >     [ ] -1 Do not release this package because because...
 
 A release vote is majority rule.  So wait 72 hours and see if there are at least 3 binding +1 votes and no more negative votes than positive.
 If so forward the vote to the IPMC.  Send the vote request to `general@incubator.apache.org` with a subject of
-`[VOTE] Release Apache NiFi nar-maven-plugin-0.0.1-incubating`.  The following template can be used:
+`[VOTE] Release Apache NiFi nifi-nar-maven-plugin-0.0.1-incubating`.  The following template can be used:
 
 >     Hello
 >