Skip to content

Commit a7ae52f

Browse files
committed
new release
1 parent f24c4f7 commit a7ae52f

252 files changed

Lines changed: 1719 additions & 382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
wrapper {
2-
gradleVersion = '8.6'
2+
gradleVersion = '8.7'
33
}

config/common.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# version number (is used for core, runtime and default dependencies in plugin and plugin)
22
# publication.version = 0.3-SNAPSHOT
3-
publication.version=0.2.8.8-SNAPSHOT
3+
publication.version=0.2.8.8

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ repositories {
3636
}
3737

3838
dependencies {
39-
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
39+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
4040

4141
// compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
4242
// legacyVelocity group: 'eu.mihosoft.ext.velocity.legacy', name: 'velocity-legacy', version: '1.7.4'
4343
// configurations.compile.extendsFrom(configurations.legacyVelocity)
4444
implementation group: 'eu.mihosoft.ext.velocity.legacy', name: 'velocity-legacy', version: '1.7.5'
45-
implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.60'
45+
implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.171'
4646
implementation group: 'eu.mihosoft.jcompiler', name: 'jcompiler', version: '0.4'
4747
}
4848

core/config/HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright ${yearSince1}-${yearCurrent} ${author1}. All rights reserved.
2-
Copyright ${yearSince2}-${yearCurrent} ${author2}. All rights reserved.
2+
Copyright ${yearSince2}-2019 ${author2}. All rights reserved.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/VMF.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/core/Annotation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/core/AnnotationInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/core/Annotations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/core/CodeGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

core/src/main/java/eu/mihosoft/vmf/core/CollectionType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3-
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
2+
* Copyright 2017-2024 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
3+
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)