Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lutece
lutece-build-plugin-releaser
Commits
31c31ea0
Commit
31c31ea0
authored
Jan 19, 2021
by
Francois Merlin
Browse files
RELEASER-11 :-it is not possible to release a rc version
parent
0bf8b3bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/java/fr/paris/lutece/plugins/releaser/service/ComponentService.java
View file @
31c31ea0
...
...
@@ -371,7 +371,7 @@ public class ComponentService implements IComponentService
AppLogService
.
error
(
e
);
}
ComponentService
.
getService
(
).
updateRemoteInformations
(
component
);
component
.
setTargetVersions
(
Version
.
getNextReleaseVersions
(
component
.
get
Current
Version
(
)
)
);
component
.
setTargetVersions
(
Version
.
getNextReleaseVersions
(
component
.
get
LastAvailable
Version
()
)
);
component
.
setTargetVersion
(
Version
.
getReleaseVersion
(
component
.
getCurrentVersion
(
)
)
);
String
strNextSnapshotVersion
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment