From 4ce2e7e755e3855ad6b143e1ccf6fdc6ea962e86 Mon Sep 17 00:00:00 2001 From: jtmelton Date: Fri, 4 Sep 2015 22:29:11 -0400 Subject: [PATCH] moving all code the the 2.2.0-RC1 release --- access-controllers/appsensor-access-control-reference/pom.xml | 2 +- analysis-engines/appsensor-analysis-reference/pom.xml | 2 +- appsensor-core/pom.xml | 2 +- changelog.txt | 2 +- configuration-modes/appsensor-configuration-stax/pom.xml | 2 +- documentation/project_deployment_instructions.txt | 3 ++- execution-modes/appsensor-amqp-rabbitmq-client/pom.xml | 2 +- execution-modes/appsensor-amqp-rabbitmq-core/pom.xml | 2 +- execution-modes/appsensor-amqp-rabbitmq-server/pom.xml | 2 +- execution-modes/appsensor-kafka-client/pom.xml | 2 +- execution-modes/appsensor-kafka-core/pom.xml | 2 +- execution-modes/appsensor-kafka-server/pom.xml | 2 +- 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 +- geolocators/appsensor-geolocation-geoip2/pom.xml | 2 +- integrations/appsensor-integration-cef-syslog/pom.xml | 2 +- integrations/appsensor-integration-influxdb/pom.xml | 2 +- integrations/appsensor-integration-jmx/pom.xml | 2 +- integrations/appsensor-integration-spring-security/pom.xml | 2 +- pom.xml | 2 +- reporting-engines/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 +- 33 files changed, 34 insertions(+), 33 deletions(-) diff --git a/access-controllers/appsensor-access-control-reference/pom.xml b/access-controllers/appsensor-access-control-reference/pom.xml index 6fe3ae92..a89213c5 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/analysis-engines/appsensor-analysis-reference/pom.xml b/analysis-engines/appsensor-analysis-reference/pom.xml index 97d90b2d..4b61c7b8 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/appsensor-core/pom.xml b/appsensor-core/pom.xml index a144f353..6d68873a 100644 --- a/appsensor-core/pom.xml +++ b/appsensor-core/pom.xml @@ -101,7 +101,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 7ad2b198..ee492aa7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,7 +4,7 @@ https://www.owasp.org/index.php/Projects/OWASP_AppSensor_Project http://appsensor.org/ https://github.com/jtmelton/appsensor -Changes in version 2.2 (2015/??/??) +Changes in version 2.2 (2015/09/??) -------------------------------------- * First version of appsensor-ui diff --git a/configuration-modes/appsensor-configuration-stax/pom.xml b/configuration-modes/appsensor-configuration-stax/pom.xml index 079eb31c..c1bbcb6c 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/documentation/project_deployment_instructions.txt b/documentation/project_deployment_instructions.txt index 978658d1..7b3dbe8c 100644 --- a/documentation/project_deployment_instructions.txt +++ b/documentation/project_deployment_instructions.txt @@ -30,4 +30,5 @@ Each deploy: - 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 + - 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-amqp-rabbitmq-client/pom.xml b/execution-modes/appsensor-amqp-rabbitmq-client/pom.xml index d9fede77..1ce2825f 100644 --- a/execution-modes/appsensor-amqp-rabbitmq-client/pom.xml +++ b/execution-modes/appsensor-amqp-rabbitmq-client/pom.xml @@ -78,7 +78,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-amqp-rabbitmq-core/pom.xml b/execution-modes/appsensor-amqp-rabbitmq-core/pom.xml index a7641deb..0bdf1ef9 100644 --- a/execution-modes/appsensor-amqp-rabbitmq-core/pom.xml +++ b/execution-modes/appsensor-amqp-rabbitmq-core/pom.xml @@ -36,7 +36,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-amqp-rabbitmq-server/pom.xml b/execution-modes/appsensor-amqp-rabbitmq-server/pom.xml index b606c639..5633e3e4 100644 --- a/execution-modes/appsensor-amqp-rabbitmq-server/pom.xml +++ b/execution-modes/appsensor-amqp-rabbitmq-server/pom.xml @@ -66,7 +66,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-kafka-client/pom.xml b/execution-modes/appsensor-kafka-client/pom.xml index 3ba89f3f..723279f8 100644 --- a/execution-modes/appsensor-kafka-client/pom.xml +++ b/execution-modes/appsensor-kafka-client/pom.xml @@ -78,7 +78,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-kafka-core/pom.xml b/execution-modes/appsensor-kafka-core/pom.xml index cce9e9ac..aeda557d 100644 --- a/execution-modes/appsensor-kafka-core/pom.xml +++ b/execution-modes/appsensor-kafka-core/pom.xml @@ -42,7 +42,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-kafka-server/pom.xml b/execution-modes/appsensor-kafka-server/pom.xml index 6d4ce1ae..c236b4ce 100644 --- a/execution-modes/appsensor-kafka-server/pom.xml +++ b/execution-modes/appsensor-kafka-server/pom.xml @@ -66,7 +66,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-local/pom.xml b/execution-modes/appsensor-local/pom.xml index bebd58bf..a5f71552 100644 --- a/execution-modes/appsensor-local/pom.xml +++ b/execution-modes/appsensor-local/pom.xml @@ -73,7 +73,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-rpc-thrift-client/pom.xml b/execution-modes/appsensor-rpc-thrift-client/pom.xml index 05bc3388..9feba986 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-rpc-thrift-core/pom.xml b/execution-modes/appsensor-rpc-thrift-core/pom.xml index 0596eead..a2d169f5 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-rpc-thrift-server/pom.xml b/execution-modes/appsensor-rpc-thrift-server/pom.xml index 8c29403d..b66524a3 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-ws-rest-client/pom.xml b/execution-modes/appsensor-ws-rest-client/pom.xml index 4d66b404..bef76473 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-ws-rest-server/pom.xml b/execution-modes/appsensor-ws-rest-server/pom.xml index 4929dc95..0fbe3ce1 100644 --- a/execution-modes/appsensor-ws-rest-server/pom.xml +++ b/execution-modes/appsensor-ws-rest-server/pom.xml @@ -254,7 +254,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 \ 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 939f73f9..2558bdfb 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.2.0-SNAPSHOT + 2.2.0-RC1 \ 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 16219725..8a8e47c1 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/execution-modes/appsensor-ws-soap-server/pom.xml b/execution-modes/appsensor-ws-soap-server/pom.xml index d0b66627..6c07b077 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.2.0-SNAPSHOT + 2.2.0-RC1 \ No newline at end of file diff --git a/geolocators/appsensor-geolocation-geoip2/pom.xml b/geolocators/appsensor-geolocation-geoip2/pom.xml index 039f9a4a..c8dff0e9 100644 --- a/geolocators/appsensor-geolocation-geoip2/pom.xml +++ b/geolocators/appsensor-geolocation-geoip2/pom.xml @@ -10,7 +10,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/integrations/appsensor-integration-cef-syslog/pom.xml b/integrations/appsensor-integration-cef-syslog/pom.xml index 9ef66868..bee12ba3 100644 --- a/integrations/appsensor-integration-cef-syslog/pom.xml +++ b/integrations/appsensor-integration-cef-syslog/pom.xml @@ -96,7 +96,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/integrations/appsensor-integration-influxdb/pom.xml b/integrations/appsensor-integration-influxdb/pom.xml index 51c66440..e1bc53be 100644 --- a/integrations/appsensor-integration-influxdb/pom.xml +++ b/integrations/appsensor-integration-influxdb/pom.xml @@ -109,7 +109,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/integrations/appsensor-integration-jmx/pom.xml b/integrations/appsensor-integration-jmx/pom.xml index f9d1d604..15af35f6 100644 --- a/integrations/appsensor-integration-jmx/pom.xml +++ b/integrations/appsensor-integration-jmx/pom.xml @@ -89,7 +89,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/integrations/appsensor-integration-spring-security/pom.xml b/integrations/appsensor-integration-spring-security/pom.xml index 86e9618e..0630252e 100644 --- a/integrations/appsensor-integration-spring-security/pom.xml +++ b/integrations/appsensor-integration-spring-security/pom.xml @@ -115,7 +115,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/pom.xml b/pom.xml index 0146095a..a3241444 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.owasp.appsensor appsensor-parent - 2.2.0-SNAPSHOT + 2.2.0-RC1 pom appsensor-parent diff --git a/reporting-engines/appsensor-reporting-simple-logging/pom.xml b/reporting-engines/appsensor-reporting-simple-logging/pom.xml index 5c3f9eab..7656c27c 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/reporting-engines/appsensor-reporting-websocket/pom.xml b/reporting-engines/appsensor-reporting-websocket/pom.xml index cb84e4ba..9557f760 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/storage-providers/appsensor-storage-file-based/pom.xml b/storage-providers/appsensor-storage-file-based/pom.xml index 594175ef..2cfff49f 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/storage-providers/appsensor-storage-in-memory/pom.xml b/storage-providers/appsensor-storage-in-memory/pom.xml index 1b0b86f9..32af447f 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/storage-providers/appsensor-storage-jpa2/pom.xml b/storage-providers/appsensor-storage-jpa2/pom.xml index 26647b6b..3e5d997d 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.2.0-SNAPSHOT + 2.2.0-RC1 diff --git a/storage-providers/appsensor-storage-nosql-mongodb/pom.xml b/storage-providers/appsensor-storage-nosql-mongodb/pom.xml index edfb8a4f..50b48a25 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.2.0-SNAPSHOT + 2.2.0-RC1