Repository: incubator-streams-master
Updated Branches:
  refs/heads/master 07f5d395e -> 44409a3bb


maek apache-rat pass


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/44409a3b
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/44409a3b
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/44409a3b

Branch: refs/heads/master
Commit: 44409a3bbc02b540033e2201e05704015213f48b
Parents: 07f5d39
Author: Steve Blackmon <[email protected]>
Authored: Sun Oct 23 12:09:41 2016 -0500
Committer: Steve Blackmon <[email protected]>
Committed: Sun Oct 23 12:09:41 2016 -0500

----------------------------------------------------------------------
 pom.xml                            | 1 +
 src/site/markdown/release.md       | 8 ++++----
 src/site/resources/integration.dot | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/44409a3b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b573f2..028bb68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1173,6 +1173,7 @@
                                 <exclude>.gitignore</exclude>
                                 <exclude>.git/**</exclude>
                                 <exclude>.idea/**</exclude>
+                                <exclude>.java-version</exclude>
                                 <exclude>**/DEPENDENCIES</exclude>
                                 <exclude>**/LICENSE</exclude>
                                 <exclude>**/MANIFEST.MF</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/44409a3b/src/site/markdown/release.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/release.md b/src/site/markdown/release.md
index 7b0857e..af2f6e4 100644
--- a/src/site/markdown/release.md
+++ b/src/site/markdown/release.md
@@ -45,11 +45,11 @@ As an alternative to releasing separately, the projects MAY 
be released together
     
 4. Verify the source has the required license headers before trying to release:
 
-        mvn -P apache-release clean rat:check -e -DskipTests
+        mvn -Papache-release clean apache-rat:check -e -DskipTests
     
 5. Do a dry run of the release:prepare step:  
 
-        mvn -P apache-release release:prepare -DautoVersionSubmodules=true 
-DdryRun=true
+        mvn -Papache-release release:prepare -DautoVersionSubmodules=true 
-DdryRun=true
 
     - The dry run will not commit any changes back to SCM and gives you the 
opportunity to verify that the release process will complete as expected. You 
will be prompted for the following information :
 
@@ -69,12 +69,12 @@ As an alternative to releasing separately, the projects MAY 
be released together
 
 7. Cleanup the release prepare files again:  
 
-        mvn -P apache-release release:clean
+        mvn -Papache-release release:clean
     
 8. Prepare the release
     1. Run the "release:prepare" step for real this time. You'll be prompted 
for the same version information.
     
-            mvn -P apache-release -U clean release:prepare 
-DautoVersionSubmodules=true
+            mvn -Papache-release -U clean release:prepare 
-DautoVersionSubmodules=true
     
     2. Backup (zip or tar) your local release candidate directory in case you 
need to rollback the release after the next step is performed.
 9. Perform the release

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/44409a3b/src/site/resources/integration.dot
----------------------------------------------------------------------
diff --git a/src/site/resources/integration.dot 
b/src/site/resources/integration.dot
index 0c80314..9d2d681 100644
--- a/src/site/resources/integration.dot
+++ b/src/site/resources/integration.dot
@@ -7,7 +7,7 @@
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- *   http://www.apache.org/licenses/LICENSE_2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Reply via email to