[ https://issues.apache.org/jira/browse/MRELEASE-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MRELEASE-1058. ------------------------------------ Resolution: Workaround > Maven release plugin does not update plugins configuration > ---------------------------------------------------------- > > Key: MRELEASE-1058 > URL: https://issues.apache.org/jira/browse/MRELEASE-1058 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare > Affects Versions: 3.0.0-M1 > Reporter: Adam Ostrožlík > Priority: Major > > Maven release plugin does not update plugin configuration which points to the > project in the reactor. > {code:java} > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-dependency-plugin</artifactId> > <version>${maven-dependency-plugin.version}</version> > <configuration> > <artifact>com.example:example:1.0-SNAPSHOT</artifact> > </configuration> > {code} > 1.0-SNAPSHOT is not being updated. -- This message was sent by Atlassian Jira (v8.3.4#803005)