-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pom.xml and bump year in LICENCE
- Loading branch information
1 parent
a4535bf
commit 8be95e2
Showing
3 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,22 @@ | |
<name>ANTLR4 grammars</name> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<target.jvm>1.7</target.jvm> | ||
<maven.compiler.target>1.7</maven.compiler.target> | ||
<maven.compiler.source>1.7</maven.compiler.source> | ||
<antlr.version>4.9.1</antlr.version> | ||
<antlr4test-maven-plugin.version>1.17</antlr4test-maven-plugin.version> | ||
<junit.version>4.13.1</junit.version> | ||
<junit.version>4.13.2</junit.version> | ||
</properties> | ||
<prerequisites> | ||
<maven>3.1.0</maven> | ||
</prerequisites> | ||
<developers> | ||
<developer> | ||
<id>lszeremeta</id> | ||
<name>Łukasz Szeremeta</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>https://github.com/lszeremeta/yarspg.git</connection> | ||
<tag>HEAD</tag> | ||
|
@@ -35,17 +43,15 @@ | |
</dependency> | ||
</dependencies> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.1</version> | ||
<configuration> | ||
<source>${target.jvm}</source> | ||
<target>${target.jvm}</target> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.1</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
</build> | ||
<profiles> | ||
<profile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters