From 8be95e2c205e6156bc9bb3296d93d7b25c00e385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Sun, 28 Feb 2021 20:13:39 +0100 Subject: [PATCH] Update pom.xml and bump year in LICENCE --- LICENSE | 2 +- pom.xml | 32 +++++++++++++++++++------------- yarspg/pom.xml | 15 ++++++++++++--- 3 files changed, 32 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index 51b9b48..a5d0982 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2020, Łukasz Szeremeta +Copyright (c) 2018-2021, Łukasz Szeremeta All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pom.xml b/pom.xml index 57a2548..d40632d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,14 +8,22 @@ ANTLR4 grammars UTF-8 - 1.7 + 1.7 + 1.7 4.9.1 1.17 - 4.13.1 + 4.13.2 3.1.0 + + + lszeremeta + Łukasz Szeremeta + l.szeremeta.dev@gmail.com + + https://github.com/lszeremeta/yarspg.git HEAD @@ -35,17 +43,15 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${target.jvm} - ${target.jvm} - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + diff --git a/yarspg/pom.xml b/yarspg/pom.xml index f61a4b7..3cf4636 100644 --- a/yarspg/pom.xml +++ b/yarspg/pom.xml @@ -3,13 +3,20 @@ 4.0.0 yarspg jar - ANTLR YARSpg grammar + YARS-PG grammar org.antlr.grammars grammarsv4 1.0-SNAPSHOT - ../pom.xml + + + + The New BSD License + http://www.opensource.org/licenses/bsd-license.html + + + @@ -17,7 +24,9 @@ antlr4-maven-plugin ${antlr.version} - YARSpg.g4 + + YARSpg.g4 + true true ${basedir}