Skip to content

Commit 4ce2e7e

Browse files
committed
moving all code the the 2.2.0-RC1 release
1 parent 013e936 commit 4ce2e7e

33 files changed

Lines changed: 34 additions & 33 deletions

File tree

access-controllers/appsensor-access-control-reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.owasp.appsensor</groupId>
2424
<artifactId>appsensor-parent</artifactId>
25-
<version>2.2.0-SNAPSHOT</version>
25+
<version>2.2.0-RC1</version>
2626
</parent>
2727

2828
</project>

analysis-engines/appsensor-analysis-reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.owasp.appsensor</groupId>
2424
<artifactId>appsensor-parent</artifactId>
25-
<version>2.2.0-SNAPSHOT</version>
25+
<version>2.2.0-RC1</version>
2626
</parent>
2727

2828
</project>

appsensor-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<parent>
102102
<groupId>org.owasp.appsensor</groupId>
103103
<artifactId>appsensor-parent</artifactId>
104-
<version>2.2.0-SNAPSHOT</version>
104+
<version>2.2.0-RC1</version>
105105
</parent>
106106

107107
</project>

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://www.owasp.org/index.php/Projects/OWASP_AppSensor_Project
44
http://appsensor.org/
55
https://github.com/jtmelton/appsensor
66

7-
Changes in version 2.2 (2015/??/??)
7+
Changes in version 2.2 (2015/09/??)
88
--------------------------------------
99
* First version of appsensor-ui
1010

configuration-modes/appsensor-configuration-stax/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.owasp.appsensor</groupId>
1212
<artifactId>appsensor-parent</artifactId>
13-
<version>2.2.0-SNAPSHOT</version>
13+
<version>2.2.0-RC1</version>
1414
</parent>
1515

1616
<properties>

documentation/project_deployment_instructions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Each deploy:
3030
- commit code
3131
- 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'")
3232
- push tags (run 'git push origin --tags')
33-
- create a release (https://help.github.com/articles/creating-releases - use the pre-release flag if this is an alpha, beta or RC release)
33+
- create a release (https://help.github.com/articles/creating-releases - use the pre-release flag if this is an alpha, beta or RC release)
34+

execution-modes/appsensor-amqp-rabbitmq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<parent>
7979
<groupId>org.owasp.appsensor</groupId>
8080
<artifactId>appsensor-parent</artifactId>
81-
<version>2.2.0-SNAPSHOT</version>
81+
<version>2.2.0-RC1</version>
8282
</parent>
8383

8484
</project>

execution-modes/appsensor-amqp-rabbitmq-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.owasp.appsensor</groupId>
3838
<artifactId>appsensor-parent</artifactId>
39-
<version>2.2.0-SNAPSHOT</version>
39+
<version>2.2.0-RC1</version>
4040
</parent>
4141

4242
</project>

execution-modes/appsensor-amqp-rabbitmq-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<parent>
6767
<groupId>org.owasp.appsensor</groupId>
6868
<artifactId>appsensor-parent</artifactId>
69-
<version>2.2.0-SNAPSHOT</version>
69+
<version>2.2.0-RC1</version>
7070
</parent>
7171

7272
</project>

execution-modes/appsensor-kafka-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<parent>
7979
<groupId>org.owasp.appsensor</groupId>
8080
<artifactId>appsensor-parent</artifactId>
81-
<version>2.2.0-SNAPSHOT</version>
81+
<version>2.2.0-RC1</version>
8282
</parent>
8383

8484
</project>

0 commit comments

Comments
 (0)