Skip to content

Commit

Permalink
Move all version info to 2.0.0-RC2 and update deployment instructions
Browse files Browse the repository at this point in the history
slightly
  • Loading branch information
jtmelton committed Nov 4, 2014
1 parent 99cd958 commit e6ae4d5
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 24 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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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 @@ -86,7 +86,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion appsensor-dot-org/site-contents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>The Tool</h2><br />
<small class="text-muted">(The tool is under an MIT open-source license.)</small></p>
<p>
<p>
<small class="text-muted">Current Versions: 2.0.0 (SNAPSHOT) and 2.0.0-RC1 (release)</small></p>
<small class="text-muted">Current Versions: 2.0.0 (SNAPSHOT) and 2.0.0-RC2 (release)</small></p>
<p>
<a class="btn btn-primary btn-lg" role="button" href="getting-started.html">Get Started &raquo;</a></p>
</div>
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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<properties>
Expand Down
7 changes: 4 additions & 3 deletions documentation/project_deployment_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[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)
- 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)
2 changes: 1 addition & 1 deletion execution-modes/appsensor-local/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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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 @@ -247,7 +247,7 @@
<parent>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</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.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

</project>
Expand Down

0 comments on commit e6ae4d5

Please sign in to comment.