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)
88# ## update v2 versions in readme
99# ####################
1010sc_find=" $SC_LAST_RELEASE (\*\*current stable\*\*)"
11- sc_replace=" $SC_LAST_RELEASE "
11+ sc_replace=" $SC_LAST_RELEASE "
1212sed -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
1515CURDATE=$( date +" %Y-%m-%d" )
1616sc_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"
1818sc_replace=" $sc_find \n$sc_add "
1919sed -i -e " s/$sc_find /$sc_replace /g" $CUR /README.md
Original file line number Diff line number Diff line change 110110 <publishingServerId >central</publishingServerId >
111111 <autoPublish >true</autoPublish >
112112 <waitUntil >published</waitUntil >
113+ <waitMaxTime >3600</waitMaxTime >
113114 </configuration >
114115 </plugin >
115116 </plugins >
Original file line number Diff line number Diff line change 206206 <publishingServerId >central</publishingServerId >
207207 <autoPublish >true</autoPublish >
208208 <waitUntil >published</waitUntil >
209+ <waitMaxTime >3600</waitMaxTime >
209210 </configuration >
210211 </plugin >
211212 </plugins >
You can’t perform that action at this time.
0 commit comments