You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/02/03 11:08:20 UTC

qpid-proton-j git commit: PROTON-1385: add tag name format config for the release plugin, tweak pom to avoid irrelevant change during version rewrites

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master 919a490ca -> e12b8373a


PROTON-1385: add tag name format config for the release plugin, tweak pom to avoid irrelevant change during version rewrites


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/e12b8373
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/e12b8373
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/e12b8373

Branch: refs/heads/master
Commit: e12b8373a56acd86eceaf9047a18131da012e2d4
Parents: 919a490
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Feb 3 11:07:45 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Feb 3 11:07:45 2017 +0000

----------------------------------------------------------------------
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/e12b8373/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 590bee5..09c5ed0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,13 +133,21 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore></ignore>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+            <tagNameFormat>@{project.version}</tagNameFormat>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org