File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >nz.ac.waikato.cms.moa</groupId >
6
6
<artifactId >moa-pom</artifactId >
7
- <version >2020.05.0-HOTFIX </version >
7
+ <version >2020.05.1 </version >
8
8
</parent >
9
9
10
10
<artifactId >moa</artifactId >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected static synchronized void initCache() {
62
62
if (m_Cache .getClassnames ("moa.classifiers.trees" ).isEmpty ()) {
63
63
InputStream inputStream = null ;
64
64
try {
65
- inputStream = m_Cache .getClass ().getResourceAsStream (CLASS_LIST );
65
+ inputStream = m_Cache .getClass ().getClassLoader (). getResourceAsStream (CLASS_LIST );
66
66
m_Cache = new ClassCache (new FixedClassListTraversal (inputStream ));
67
67
}
68
68
catch (Exception e ) {
Original file line number Diff line number Diff line change 4
4
<groupId >nz.ac.waikato.cms.moa</groupId >
5
5
<artifactId >moa-pom</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >2020.05.0-HOTFIX </version >
7
+ <version >2020.05.1 </version >
8
8
9
9
<name >MOA: meta-package</name >
10
10
<description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >nz.ac.waikato.cms.moa</groupId >
6
6
<artifactId >moa-pom</artifactId >
7
- <version >2020.05.0-HOTFIX </version > <!-- adjust -->
7
+ <version >2020.05.1 </version > <!-- adjust -->
8
8
</parent >
9
9
10
10
<artifactId >moa-release</artifactId >
Original file line number Diff line number Diff line change 2
2
PackageName=massiveOnlineAnalysis
3
3
4
4
# Version (required)
5
- Version=2020.05.0-HOTFIX
5
+ Version=2020.05.1
6
6
7
7
#Date
8
- Date=2020-05-13
8
+ Date=2020-05-19
9
9
10
10
# Title (required)
11
11
Title=MOA (Massive On-line Analysis).
@@ -27,7 +27,7 @@ Description=Massive On-line Analysis is an environment for massive data mining.
27
27
Changes=
28
28
29
29
# Package URL for obtaining the package archive (required)
30
- PackageURL=https://github.com/Waikato/moa/releases/download/2020.05.0-HOTFIX /massiveOnlineAnalysis-2020.05.0-HOTFIX .zip
30
+ PackageURL=https://github.com/Waikato/moa/releases/download/2020.05.1 /massiveOnlineAnalysis-2020.05.1 .zip
31
31
32
32
# URL for further information
33
33
URL=http://moa.cs.waikato.ac.nz/
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >nz.ac.waikato.cms.moa</groupId >
8
8
<artifactId >moa-pom</artifactId >
9
- <version >2020.05.0-HOTFIX </version >
9
+ <version >2020.05.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >weka-package</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >nz.ac.waikato.cms.moa</groupId >
8
8
<artifactId >moa-pom</artifactId >
9
- <version >2020.05.0-HOTFIX </version >
9
+ <version >2020.05.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >weka-package</artifactId >
You can’t perform that action at this time.
0 commit comments