From 081945e2c14cfcf5bf8f2a984aaa9b66b9380115 Mon Sep 17 00:00:00 2001 From: Zoltan Ujhelyi Date: Mon, 2 Dec 2019 18:51:19 +0100 Subject: [PATCH] Updates release notes --- .../src/main/asciidoc/releases/viatra-2.3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/releases/viatra-2.3.adoc b/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/releases/viatra-2.3.adoc index f900c0c87e..5635033c67 100644 --- a/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/releases/viatra-2.3.adoc +++ b/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/releases/viatra-2.3.adoc @@ -60,4 +60,4 @@ long time = profiler.totalMeasuredTimeInMS); == Migrating to VIATRA 2.3 -The `viatra-query-runtima` and `viatra-transformation-runtime` Maven modules does not add any version of Guava to the classpath anymore. If the actual projects using VIATRA depends on it, it should add it manually as dependencies. \ No newline at end of file +The `viatra-query-runtime` and `viatra-transformation-runtime` Maven modules do not add any version of Guava to the classpath anymore. If the actual project using VIATRA depends on Guava, it can be added as dependency. \ No newline at end of file