From 7883c89c399630ca2d57e05bcbd9cb411546876a Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 24 Sep 2013 16:08:23 +0000
Subject: [PATCH] OPENDJ-1155: Release OpenDJ SDK 2.6.2 - fix default SCM tag
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3349a57..d78c6b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,7 @@
<suppressCommitBeforeTag>false</suppressCommitBeforeTag>
<goals>deploy</goals>
<arguments>-Penforce</arguments>
- <tagNameFormat>@{project.version}</tagNameFormat>
+ <tagNameFormat>@{project.version}-sdk</tagNameFormat>
</configuration>
</plugin>
</plugins>
--
Gitblit v1.10.0