We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95a34e commit 151ccfcCopy full SHA for 151ccfc
.gitignore
@@ -2,6 +2,10 @@
2
.project
3
.settings
4
/api/bin/
5
+/bundle/bin/
6
+/components/bin/
7
+/impl/bin/
8
+/tool/bin/
9
/api/target*
10
/bundle/target/*
11
/components/target*
pom.xml
@@ -75,7 +75,7 @@
75
<!-- Build tracking -->
76
<maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>
77
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
78
- <buildSerial>2019042002</buildSerial>
+ <buildSerial>2019042003</buildSerial>
79
<!-- Regular properties -->
80
<!-- entitybroker.version can be set to any version from 1.3.9 to 1.3.20,
81
by default it has been set up to 1.3.19, the one used with Sakai 2.8.2 -->
0 commit comments