Skip to content

Commit 151ccfc

Browse files
committed
v19.0.3: Bumped version tag
1 parent d95a34e commit 151ccfc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
.project
33
.settings
44
/api/bin/
5+
/bundle/bin/
6+
/components/bin/
7+
/impl/bin/
8+
/tool/bin/
59
/api/target*
610
/bundle/target/*
711
/components/target*

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<!-- Build tracking -->
7676
<maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>
7777
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
78-
<buildSerial>2019042002</buildSerial>
78+
<buildSerial>2019042003</buildSerial>
7979
<!-- Regular properties -->
8080
<!-- entitybroker.version can be set to any version from 1.3.9 to 1.3.20,
8181
by default it has been set up to 1.3.19, the one used with Sakai 2.8.2 -->

0 commit comments

Comments
 (0)