Skip to content

Commit

Permalink
Preparing release 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rensink committed Apr 8, 2024
1 parent b68f1bd commit 33c5ae8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion launch/GROOVE - build maven artifact.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="revision=${string_prompt:Build version:0.0.0}"/>
<listEntry value="revision=${string_prompt:Build version}"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
Expand Down
4 changes: 3 additions & 1 deletion launch/GROOVE - generate javadoc.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES"/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="revision=${string_prompt:Build version}"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
<intAttribute key="M2_THREADS" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion launch/GROOVE - zip up.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="revision=${string_prompt:Build version:0.0.0}"/>
<listEntry value="revision=${string_prompt:Build version}"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
Expand Down
8 changes: 5 additions & 3 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Below, the _release directory_ refers to the project subdirectory (of the `code`
- `GXL_VERSION`: the name of the version of GXL currently used for the encoding of graphs. (This will rarely change.)
- `JAVA_VERSION`: the version of Java to be used for the build.

2. Update the `include/CHANGES` file in the release directory
2. Update the `include/CHANGES.md` file in the release directory
to reflect all changes with respect to the previous release.

3. [Optional] Update `include/usermanual.pdf` file in the groove-release project with the newest version of the manual.
Expand All @@ -35,9 +35,11 @@ Below, the _release directory_ refers to the project subdirectory (of the `code`
1. Run the JUnit tests on the GROOVE source project, using the
`GROOVE core - all JUnit tests` launch configuration.
If you get errors complaining that the test packages are not in the module,
in Eclipse do Project -> Clean -> groove and try again. Only proceed if all tests pass.
in Eclipse do `Project -> Clean -> groove` and try again. Only proceed if all tests pass.

## Building
## Building [optional]

(You can skip this step if you want, since it will actually also be done by github upon tagging.)

2. Compile GROOVE by running Maven on the GROOVE source project
(ensuring that all dependencies are Maven-based), using
Expand Down
6 changes: 6 additions & 0 deletions release/include/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ GROOVE Change Log

This document describes the major changes in the GROOVE tool set

Release 6.8.1, 8 April 2024
-------------------------------
- Feature extension: rule nodes _only_ typed by a label variable are treated more
leniently
- Bug fix (github #769)

Release 6.8.0, 25 March 2024
-------------------------------
- Project moved to github.com/nl-utwente-groove
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240324
20240408
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.8.1-SNAPSHOT
6.8.1

0 comments on commit 33c5ae8

Please sign in to comment.