Skip to content

Commit

Permalink
moving all code the the 2.2.0-RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmelton committed Sep 5, 2015
1 parent 013e936 commit 4ce2e7e
Show file tree
Hide file tree
Showing 33 changed files with 34 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion analysis-engines/appsensor-analysis-reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion appsensor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configuration-modes/appsensor-configuration-stax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<properties>
Expand Down
3 changes: 2 additions & 1 deletion documentation/project_deployment_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Each deploy:
- commit code
- tag the github repo with the appropriate tag (gpg signed) (run "git tag -u '[email protected]' -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)
- create a release (https://help.github.com/articles/creating-releases - use the pre-release flag if this is an alpha, beta or RC release)

2 changes: 1 addition & 1 deletion execution-modes/appsensor-amqp-rabbitmq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-amqp-rabbitmq-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-amqp-rabbitmq-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-kafka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-kafka-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-kafka-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<!-- See http://stackoverflow.com/questions/174560/sharing-test-code-in-maven -->
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-rpc-thrift-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-rpc-thrift-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-rpc-thrift-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-ws-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion execution-modes/appsensor-ws-rest-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-ws-soap-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-ws-soap-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion execution-modes/appsensor-ws-soap-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion geolocators/appsensor-geolocation-geoip2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion integrations/appsensor-integration-cef-syslog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion integrations/appsensor-integration-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion integrations/appsensor-integration-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion integrations/appsensor-integration-spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
<packaging>pom</packaging>

<name>appsensor-parent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion reporting-engines/appsensor-reporting-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion storage-providers/appsensor-storage-file-based/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion storage-providers/appsensor-storage-in-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion storage-providers/appsensor-storage-jpa2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down
2 changes: 1 addition & 1 deletion storage-providers/appsensor-storage-nosql-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-RC1</version>
</parent>

</project>
Expand Down

0 comments on commit 4ce2e7e

Please sign in to comment.