summaryrefslogtreecommitdiff
path: root/lib/cosNotification/vsn.mk
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2010-08-18 16:50:11 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2010-08-18 16:50:11 +0200
commitb1031a565ae7bdf9e0083133247fd4ba75b4eab8 (patch)
treee492f0de4730c33fd59c407086f981276a7f170b /lib/cosNotification/vsn.mk
parent1f200bbf7c8dede1863d1de9ba584bec84c81aac (diff)
downloaderlang-b1031a565ae7bdf9e0083133247fd4ba75b4eab8.tar.gz
Remove ticket numbers from all vsn.mk files
Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files.
Diffstat (limited to 'lib/cosNotification/vsn.mk')
-rw-r--r--lib/cosNotification/vsn.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/cosNotification/vsn.mk b/lib/cosNotification/vsn.mk
index a19facffd5..c03f0ef161 100644
--- a/lib/cosNotification/vsn.mk
+++ b/lib/cosNotification/vsn.mk
@@ -1,18 +1 @@
COSNOTIFICATION_VSN = 1.1.14
-
-TICKETS = OTP-8489 \
- OTP-8543
-
-TICKETS_1.1.13 = OTP-8353 \
- OTP-8354 \
- OTP-8355
-
-TICKETS_1.1.12 = OTP-8201
-
-TICKETS_1.1.11 = OTP-7987
-
-TICKETS_1.1.10 = OTP-7837
-
-TICKETS_1.1.9 = OTP-7595
-
-TICKETS_1.1.8 = OTP-7553