Skip to content

Commit 88813b0

Browse files
committed
Add maven.changes.issue.template
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130382 13f79535-47bb-0310-9956-ffa450edef68
1 parent d577580 commit 88813b0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

project.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: project.properties,v 1.15 2004/06/15 21:31:38 ggregory Exp $
17+
# $Id: project.properties,v 1.16 2004/06/22 06:35:59 ggregory Exp $
1818

1919
maven.repo.central=www.apache.org
2020
maven.repo.central.directory=/www/www.apache.org/dist/java-repository
2121
maven.remote.group=apcvs
2222

23+
# For a description of maven.changes.issue.template
24+
# See http://maven.apache.org/reference/plugins/changes/properties.html
25+
maven.changes.issue.template=%URL%/show_bug.cgi?id=%ISSUE%
26+
2327
maven.checkstyle.properties=${basedir}/checkstyle.xml
2428
maven.test.failure = false
2529
maven.junit.fork=true
@@ -39,3 +43,5 @@ maven.javadoc.package=true
3943
maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
4044

4145
maven.jdiff.old.tag = CODEC_1_2
46+
47+

0 commit comments

Comments
 (0)