Skip to content

Commit a385750

Browse files
authored
Merge branch 'master' into fix_test_build
2 parents c1dc157 + 08a7630 commit a385750

File tree

20 files changed

+177
-17
lines changed

20 files changed

+177
-17
lines changed

.github/workflows/next-snapshot-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/next-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

.github/workflows/prepare-release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

.github/workflows/release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
114114
<dependency>
115115
<groupId>io.swagger.parser.v3</groupId>
116116
<artifactId>swagger-parser</artifactId>
117-
<version>2.1.15</version>
117+
<version>2.1.16</version>
118118
</dependency>
119119
```
120120

modules/swagger-parser-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>swagger-parser-project</artifactId>
77
<groupId>io.swagger.parser.v3</groupId>
8-
<version>2.1.16-SNAPSHOT</version>
8+
<version>2.1.17-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.swagger.parser.v3</groupId>
9393
<artifactId>swagger-parser-v3</artifactId>
94-
<version>2.1.16-SNAPSHOT</version>
94+
<version>2.1.17-SNAPSHOT</version>
9595
<scope>compile</scope>
9696
</dependency>
9797
<dependency>

modules/swagger-parser-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger.parser.v3</groupId>
55
<artifactId>swagger-parser-project</artifactId>
6-
<version>2.1.16-SNAPSHOT</version>
6+
<version>2.1.17-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-parser-safe-url-resolver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.swagger.parser.v3</groupId>
88
<artifactId>swagger-parser-project</artifactId>
9-
<version>2.1.16-SNAPSHOT</version>
9+
<version>2.1.17-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)