[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-281) Fix Release Plugin Version to 2.0

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Wed May 18 15:37:00 EDT 2011


Fix Release Plugin Version to 2.0
---------------------------------

                 Key: SHRINKWRAP-281
                 URL: https://issues.jboss.org/browse/SHRINKWRAP-281
             Project: ShrinkWrap
          Issue Type: Task
          Components: build
    Affects Versions: 1.0.0-beta-1
            Reporter: Andrew Rubinger
            Assignee: Andrew Rubinger
             Fix For: 1.0.0-beta-2


Let's see if this fixes the ability for mvn to fully-execute the release without failing on pushing the Git tags:

      <!-- Release -->
      <plugin> 
        <artifactId>maven-release-plugin</artifactId>
        <version>2.0</version>
        <configuration>
          <autoVersionSubmodules>true</autoVersionSubmodules>
        </configuration>
      </plugin>

...works in the SHRINKDESC project just fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list