File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
modules/swagger-project-jakarta Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ CUR=$(pwd)
8
8
# ## update v2 versions in readme
9
9
# ####################
10
10
sc_find=" $SC_LAST_RELEASE (\*\*current stable\*\*)"
11
- sc_replace=" $SC_LAST_RELEASE "
11
+ sc_replace=" $SC_LAST_RELEASE "
12
12
sed -i -e " s/$sc_find /$sc_replace /g" $CUR /README.md
13
13
14
14
# update readme with a line for the new release replacing the previous
15
15
CURDATE=$( date +" %Y-%m-%d" )
16
16
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"
18
18
sc_replace=" $sc_find \n$sc_add "
19
19
sed -i -e " s/$sc_find /$sc_replace /g" $CUR /README.md
Original file line number Diff line number Diff line change 110
110
<publishingServerId >central</publishingServerId >
111
111
<autoPublish >true</autoPublish >
112
112
<waitUntil >published</waitUntil >
113
+ <waitMaxTime >3600</waitMaxTime >
113
114
</configuration >
114
115
</plugin >
115
116
</plugins >
Original file line number Diff line number Diff line change 206
206
<publishingServerId >central</publishingServerId >
207
207
<autoPublish >true</autoPublish >
208
208
<waitUntil >published</waitUntil >
209
+ <waitMaxTime >3600</waitMaxTime >
209
210
</configuration >
210
211
</plugin >
211
212
</plugins >
You can’t perform that action at this time.
0 commit comments