From e6ae4d5057a316cfbe513f905fdaa8d35a2b2452 Mon Sep 17 00:00:00 2001 From: jtmelton Date: Mon, 3 Nov 2014 23:21:00 -0500 Subject: [PATCH] Move all version info to 2.0.0-RC2 and update deployment instructions slightly --- .../appsensor-access-control-reference/pom.xml | 2 +- analysis-engines/appsensor-analysis-reference/pom.xml | 2 +- appsensor-core/pom.xml | 2 +- appsensor-dot-org/site-contents/index.html | 2 +- configuration-modes/appsensor-configuration-stax/pom.xml | 2 +- documentation/project_deployment_instructions.txt | 7 ++++--- execution-modes/appsensor-local/pom.xml | 2 +- execution-modes/appsensor-rpc-thrift-client/pom.xml | 2 +- execution-modes/appsensor-rpc-thrift-core/pom.xml | 2 +- execution-modes/appsensor-rpc-thrift-server/pom.xml | 2 +- execution-modes/appsensor-ws-rest-client/pom.xml | 2 +- execution-modes/appsensor-ws-rest-server/pom.xml | 2 +- execution-modes/appsensor-ws-soap-client/pom.xml | 2 +- execution-modes/appsensor-ws-soap-core/pom.xml | 2 +- execution-modes/appsensor-ws-soap-server/pom.xml | 2 +- pom.xml | 2 +- .../appsensor-reporting-simple-logging/pom.xml | 2 +- reporting-engines/appsensor-reporting-websocket/pom.xml | 2 +- storage-providers/appsensor-storage-file-based/pom.xml | 2 +- storage-providers/appsensor-storage-in-memory/pom.xml | 2 +- storage-providers/appsensor-storage-jpa2/pom.xml | 2 +- storage-providers/appsensor-storage-nosql-mongodb/pom.xml | 2 +- 22 files changed, 25 insertions(+), 24 deletions(-) diff --git a/access-controllers/appsensor-access-control-reference/pom.xml b/access-controllers/appsensor-access-control-reference/pom.xml index b0049b8e..9d4946c9 100644 --- a/access-controllers/appsensor-access-control-reference/pom.xml +++ b/access-controllers/appsensor-access-control-reference/pom.xml @@ -22,7 +22,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/analysis-engines/appsensor-analysis-reference/pom.xml b/analysis-engines/appsensor-analysis-reference/pom.xml index 8dc383dc..313613cc 100644 --- a/analysis-engines/appsensor-analysis-reference/pom.xml +++ b/analysis-engines/appsensor-analysis-reference/pom.xml @@ -22,7 +22,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/appsensor-core/pom.xml b/appsensor-core/pom.xml index ac601378..77dc0c3e 100644 --- a/appsensor-core/pom.xml +++ b/appsensor-core/pom.xml @@ -86,7 +86,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 \ No newline at end of file diff --git a/appsensor-dot-org/site-contents/index.html b/appsensor-dot-org/site-contents/index.html index ba9d8843..418cf2c3 100644 --- a/appsensor-dot-org/site-contents/index.html +++ b/appsensor-dot-org/site-contents/index.html @@ -112,7 +112,7 @@

The Tool


(The tool is under an MIT open-source license.)

- Current Versions: 2.0.0 (SNAPSHOT) and 2.0.0-RC1 (release)

+ Current Versions: 2.0.0 (SNAPSHOT) and 2.0.0-RC2 (release)

Get Started »

diff --git a/configuration-modes/appsensor-configuration-stax/pom.xml b/configuration-modes/appsensor-configuration-stax/pom.xml index 1d7ee5a1..de0ac2fc 100644 --- a/configuration-modes/appsensor-configuration-stax/pom.xml +++ b/configuration-modes/appsensor-configuration-stax/pom.xml @@ -10,7 +10,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/documentation/project_deployment_instructions.txt b/documentation/project_deployment_instructions.txt index 7eb7db1c..800e73ca 100644 --- a/documentation/project_deployment_instructions.txt +++ b/documentation/project_deployment_instructions.txt @@ -24,6 +24,7 @@ Each deploy: - run 'mvn clean deploy -P release' - need to deploy and activate release profile (-P release) - this is needed to execute the gpg/javadoc/source plugins - - tag the github repo with the appropriate tag (gpg signed) (run "git tag -u 'jtmelton@gmail.com' -s v1.2.3 -m 'appsensor release version 1.2.3'") - - push tags (run 'git push origin --tags') - - create a release (https://help.github.com/articles/creating-releases - use the pre-release flag if this is an alpha, beta or RC release) \ No newline at end of file + - commit code + - tag the github repo with the appropriate tag (gpg signed) (run "git tag -u 'jtmelton@gmail.com' -s v1.2.3 -m 'appsensor release version 1.2.3'") + - push tags (run 'git push origin --tags') + - create a release (https://help.github.com/articles/creating-releases - use the pre-release flag if this is an alpha, beta or RC release) \ No newline at end of file diff --git a/execution-modes/appsensor-local/pom.xml b/execution-modes/appsensor-local/pom.xml index e55d9fe0..3c3d3ee3 100644 --- a/execution-modes/appsensor-local/pom.xml +++ b/execution-modes/appsensor-local/pom.xml @@ -66,7 +66,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-rpc-thrift-client/pom.xml b/execution-modes/appsensor-rpc-thrift-client/pom.xml index e5f7ed81..1b4e09d0 100644 --- a/execution-modes/appsensor-rpc-thrift-client/pom.xml +++ b/execution-modes/appsensor-rpc-thrift-client/pom.xml @@ -94,7 +94,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-rpc-thrift-core/pom.xml b/execution-modes/appsensor-rpc-thrift-core/pom.xml index f4561a1f..caa3d3db 100644 --- a/execution-modes/appsensor-rpc-thrift-core/pom.xml +++ b/execution-modes/appsensor-rpc-thrift-core/pom.xml @@ -44,7 +44,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-rpc-thrift-server/pom.xml b/execution-modes/appsensor-rpc-thrift-server/pom.xml index b971396d..c8419a2c 100644 --- a/execution-modes/appsensor-rpc-thrift-server/pom.xml +++ b/execution-modes/appsensor-rpc-thrift-server/pom.xml @@ -81,7 +81,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-ws-rest-client/pom.xml b/execution-modes/appsensor-ws-rest-client/pom.xml index dc1865be..728fdef6 100644 --- a/execution-modes/appsensor-ws-rest-client/pom.xml +++ b/execution-modes/appsensor-ws-rest-client/pom.xml @@ -10,7 +10,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-ws-rest-server/pom.xml b/execution-modes/appsensor-ws-rest-server/pom.xml index c645ed04..c24b882b 100644 --- a/execution-modes/appsensor-ws-rest-server/pom.xml +++ b/execution-modes/appsensor-ws-rest-server/pom.xml @@ -247,7 +247,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 \ No newline at end of file diff --git a/execution-modes/appsensor-ws-soap-client/pom.xml b/execution-modes/appsensor-ws-soap-client/pom.xml index d656d72c..4626ee47 100644 --- a/execution-modes/appsensor-ws-soap-client/pom.xml +++ b/execution-modes/appsensor-ws-soap-client/pom.xml @@ -93,7 +93,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 \ No newline at end of file diff --git a/execution-modes/appsensor-ws-soap-core/pom.xml b/execution-modes/appsensor-ws-soap-core/pom.xml index 4150aed5..afb5fcab 100644 --- a/execution-modes/appsensor-ws-soap-core/pom.xml +++ b/execution-modes/appsensor-ws-soap-core/pom.xml @@ -22,7 +22,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/execution-modes/appsensor-ws-soap-server/pom.xml b/execution-modes/appsensor-ws-soap-server/pom.xml index 2125a87b..0b2f6d39 100644 --- a/execution-modes/appsensor-ws-soap-server/pom.xml +++ b/execution-modes/appsensor-ws-soap-server/pom.xml @@ -94,7 +94,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 04cdd573..f0af413a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 pom appsensor-parent diff --git a/reporting-engines/appsensor-reporting-simple-logging/pom.xml b/reporting-engines/appsensor-reporting-simple-logging/pom.xml index 4b7c9e58..2f00d78f 100644 --- a/reporting-engines/appsensor-reporting-simple-logging/pom.xml +++ b/reporting-engines/appsensor-reporting-simple-logging/pom.xml @@ -10,7 +10,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/reporting-engines/appsensor-reporting-websocket/pom.xml b/reporting-engines/appsensor-reporting-websocket/pom.xml index 55ede249..4784fced 100644 --- a/reporting-engines/appsensor-reporting-websocket/pom.xml +++ b/reporting-engines/appsensor-reporting-websocket/pom.xml @@ -10,7 +10,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/storage-providers/appsensor-storage-file-based/pom.xml b/storage-providers/appsensor-storage-file-based/pom.xml index 0ff64020..7d98d6a6 100644 --- a/storage-providers/appsensor-storage-file-based/pom.xml +++ b/storage-providers/appsensor-storage-file-based/pom.xml @@ -81,7 +81,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/storage-providers/appsensor-storage-in-memory/pom.xml b/storage-providers/appsensor-storage-in-memory/pom.xml index 9ad5280e..dda1008b 100644 --- a/storage-providers/appsensor-storage-in-memory/pom.xml +++ b/storage-providers/appsensor-storage-in-memory/pom.xml @@ -22,7 +22,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/storage-providers/appsensor-storage-jpa2/pom.xml b/storage-providers/appsensor-storage-jpa2/pom.xml index 3c2440ee..6b291b30 100644 --- a/storage-providers/appsensor-storage-jpa2/pom.xml +++ b/storage-providers/appsensor-storage-jpa2/pom.xml @@ -105,7 +105,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2 diff --git a/storage-providers/appsensor-storage-nosql-mongodb/pom.xml b/storage-providers/appsensor-storage-nosql-mongodb/pom.xml index 22caf7dc..d4506416 100644 --- a/storage-providers/appsensor-storage-nosql-mongodb/pom.xml +++ b/storage-providers/appsensor-storage-nosql-mongodb/pom.xml @@ -94,7 +94,7 @@ org.owasp.appsensor appsensor-parent - 2.0.0-SNAPSHOT + 2.0.0-RC2