Skip to content

Commit 852ed24

Browse files
committed
fix 1.5 README update
1 parent 128c7dd commit 852ed24

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CI/update-v1-readme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ CUR=$(pwd)
88
### update v2 versions in readme
99
#####################
1010
sc_find="$SC_LAST_RELEASE (\*\*current stable\*\*)"
11-
sc_replace="$SC_LAST_RELEASE "
11+
sc_replace="$SC_LAST_RELEASE "
1212
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
1313

1414
# update readme with a line for the new release replacing the previous
1515
CURDATE=$(date +"%Y-%m-%d")
1616
sc_find="------------------------- | ------------ | -------------------------- | ----- | ----"
17-
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.x | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
17+
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.x | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
1818
sc_replace="$sc_find\n$sc_add"
1919
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md

modules/swagger-project-jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<publishingServerId>central</publishingServerId>
111111
<autoPublish>true</autoPublish>
112112
<waitUntil>published</waitUntil>
113+
<waitMaxTime>3600</waitMaxTime>
113114
</configuration>
114115
</plugin>
115116
</plugins>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
<publishingServerId>central</publishingServerId>
207207
<autoPublish>true</autoPublish>
208208
<waitUntil>published</waitUntil>
209+
<waitMaxTime>3600</waitMaxTime>
209210
</configuration>
210211
</plugin>
211212
</plugins>

0 commit comments

Comments
 (0)