File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Summary of the changes done in each version.
4
4
5
- ## 1.2.0-SNAPSHOT (Not yet released )
5
+ ## 1.2.0 (2017-03-29 )
6
6
7
7
### Updated APIs
8
8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ can be obtained from [Maven Central](http://search.maven.org/) with following co
17
17
18
18
* GroupId: ` org.zaproxy `
19
19
* ArtifactId: ` zap-clientapi `
20
- * Version: ` 1.1.1 `
20
+ * Version: ` 1.2.0 `
21
21
22
22
Previous releases are also available, more details can be found in [ Maven Central] ( http://search.maven.org/#search|ga|1|org.zaproxy ) .
23
23
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ allprojects {
10
10
apply plugin : ' java'
11
11
group = ' org.zaproxy'
12
12
13
- version ' 1.2.0-SNAPSHOT '
13
+ version ' 1.2.0'
14
14
ext. versionBC = ' 1.0.0'
15
15
16
16
repositories {
You can’t perform that action at this time.
0 commit comments