Skip to content

Commit a99c6da

Browse files
authored
Merge pull request #1466 from swagger-api/prepare-release-1.0.52
2 parents 8264879 + 64d1f85 commit a99c6da

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CI/publishReleaseV1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def publishRelease(tag):
1515
id = lastReleaseId(tag)
1616
payload = "{\"tag_name\":\"" + tag + "\", "
1717
payload += "\"draft\":" + "false" + ", "
18-
payload += "\"target_commitish\":\"" + "master" + "\"}"
18+
payload += "\"target_commitish\":\"" + "v1" + "\"}"
1919
content = ghApiClient.postUrl('repos/swagger-api/swagger-parser/releases/' + str(id), payload)
2020
return content
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
119119
<dependency>
120120
<groupId>io.swagger</groupId>
121121
<artifactId>swagger-parser</artifactId>
122-
<version>1.0.51</version>
122+
<version>1.0.52</version>
123123
</dependency>
124124

125125
```
@@ -129,7 +129,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
129129
<dependency>
130130
<groupId>io.swagger</groupId>
131131
<artifactId>swagger-compat-spec-parser</artifactId>
132-
<version>1.0.51</version>
132+
<version>1.0.52</version>
133133
</dependency>
134134

135135
```

modules/swagger-compat-spec-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.52-SNAPSHOT</version>
7+
<version>1.0.52</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger</groupId>
66
<artifactId>swagger-parser-project</artifactId>
7-
<version>1.0.52-SNAPSHOT</version>
7+
<version>1.0.52</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.swagger</groupId>
1111
<artifactId>swagger-parser-project</artifactId>
12-
<version>1.0.52-SNAPSHOT</version>
12+
<version>1.0.52</version>
1313
<packaging>pom</packaging>
1414
<name>swagger-parser-project</name>
1515
<developers>

0 commit comments

Comments
 (0)