You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 13:43:02 UTC

[04/22] logging-log4cxx git commit: Test for developmentVersion being the same in next_stable

Test for developmentVersion being the same in next_stable


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/b10e5acf
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/b10e5acf
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/b10e5acf

Branch: refs/heads/next_stable
Commit: b10e5acf47e5522fef4cd1eb94a7e111ce66a38f
Parents: e0d05fb
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 13:15:49 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 13:15:49 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/b10e5acf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f4fb98..c9caa7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,6 +333,7 @@
 				<artifactId>maven-release-plugin</artifactId>
 				<version>2.3</version>
 				<configuration>
+					<developmentVersion>@{project.version}</developmentVersion>
 					<tagNameFormat>v@{project.version}-RC2</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>