You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NOTICE.md
+2-30Lines changed: 2 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,37 +33,9 @@ The project maintains the following source code repositories:
33
33
34
34
This project leverages the following third party content.
35
35
36
-
ANTLR Runtime only: (3.2)
36
+
Dependencies automatically captured by the license-check-plugin: [DEPENDENCIES](DEPENDENCIES)
37
37
38
-
* License: New BSD license
39
-
40
-
Apache Commons Logging Jar (1.2.0)
41
-
42
-
* License: Apache License, 2.0
43
-
44
-
Apache Log4J (1.2.24)
45
-
46
-
* License: Apache License, 2.0
47
-
48
-
ASM (9.5.0)
49
-
50
-
* License: New BSD license
51
-
52
-
Google Guava (30.1.0)
53
-
54
-
* License: Apache License 2.0
55
-
56
-
Google Guava (33.0.0)
57
-
58
-
* License: Apache License 2.0
59
-
60
-
Google Guice / Inject Core API (5.0.1)
61
-
62
-
* License: Apache License, 2.0
63
-
64
-
ICU4J (74.2)
65
-
66
-
* License: ICU
38
+
The following third-party content and licences are either not automatically captured or are used in the [elk-models](https://github.com/eclipse/elk-models) repository.
Copy file name to clipboardExpand all lines: build/RELEASE.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ The Eclipse release process is described in more detail in the [Eclipse Project
7
7
1. Add a new release on ELK's [project page](https://projects.eclipse.org/projects/modeling.elk).
8
8
1. For major releases:
9
9
1. Update NOTICE.md file with relevant information regarding used third-party content.
10
-
1. Have [PMC](mailto:[email protected]) approve the release documentation.
11
-
1. Schedule a release review. Release reviews run for a minimum of one week and conclude on the first and third Wednesdays of each month.
10
+
2. Run `mvn org.eclipse.dash:license-tool-plugin:license-check -Dmaven.repo.local=./mvnrepo clean -Dtycho.target.eager=true -Dmaven.test.skip=true -Ddash.summary=../DEPENDENCIES` and commit the updated DEPENDENCIES file.
11
+
3. Have [PMC](mailto:[email protected]) approve the release documentation.
12
+
4. Schedule a release review. Release reviews run for a minimum of one week and conclude on the first and third Wednesdays of each month.
0 commit comments