Skip to content

Commit 6f39b37

Browse files
authored
It's 2022 (#14)
1 parent 475a1b6 commit 6f39b37

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
================================================================================
44

55
exampleLang
6-
Copyright © 2020-2021 Foreseeti AB <https://foreseeti.com>
6+
Copyright © 2020-2022 Foreseeti AB <https://foreseeti.com>
77

88
Licensed under the Apache License, Version 2.0
99
<https://www.apache.org/licenses/LICENSE-2.0>.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ do the following:
156156

157157
## License
158158

159-
Copyright © 2020-2021 [Foreseeti AB](https://foreseeti.com)
159+
Copyright © 2020-2022 [Foreseeti AB](https://foreseeti.com)
160160

161161
All files distributed in the exampleLang project are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), except for the following files:
162162

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
3+
Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.
@@ -74,7 +74,7 @@ limitations under the License.
7474
<maven.compiler.source>11</maven.compiler.source>
7575
<maven.compiler.target>11</maven.compiler.target>
7676
<malcompiler.version>0.1.0-SNAPSHOT</malcompiler.version>
77-
<kernelcad.version>1.6.2</kernelcad.version>
77+
<kernelcad.version>1.6.4</kernelcad.version>
7878
<corelib.version>${kernelcad.version}</corelib.version>
7979
<simulator.version>${kernelcad.version}</simulator.version>
8080
<mal.file>exampleLang.mal</mal.file>
@@ -86,7 +86,7 @@ limitations under the License.
8686
<dependency>
8787
<groupId>org.junit.jupiter</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>5.7.2</version>
89+
<version>5.8.2</version>
9090
<scope>test</scope>
9191
</dependency>
9292
</dependencies>
@@ -170,7 +170,7 @@ limitations under the License.
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-compiler-plugin</artifactId>
173-
<version>3.8.1</version>
173+
<version>3.9.0</version>
174174
<configuration>
175175
<compilerArgs>
176176
<arg>-Xlint:all,-cast,-path,-processing</arg>
@@ -188,7 +188,7 @@ limitations under the License.
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-jar-plugin</artifactId>
191-
<version>3.2.0</version>
191+
<version>3.2.2</version>
192192
<configuration>
193193
<skipIfEmpty>true</skipIfEmpty>
194194
<archive>
@@ -212,7 +212,7 @@ limitations under the License.
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-deploy-plugin</artifactId>
215-
<version>3.0.0-M1</version>
215+
<version>3.0.0-M2</version>
216216
<configuration>
217217
<skip>true</skip>
218218
</configuration>

src/main/mal/exampleLang.mal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
2+
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.

src/test/java/org/mal_lang/examplelang/test/ExampleLangTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
2+
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.

src/test/java/org/mal_lang/examplelang/test/TestExampleLang.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
2+
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.

src/test/java/org/mal_lang/examplelang/test/TestGuessPassword.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
2+
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.

src/test/java/org/mal_lang/examplelang/test/TestPhishing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
2+
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
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.

0 commit comments

Comments
 (0)