author | Jordan Doyle <jordan.doyle@outlook.com> | 2015-04-13 2:40:38.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan.doyle@outlook.com> | 2015-04-13 2:40:38.0 +01:00:00 |
commit | 4f730b361875b8d1a9b2bd0163804f1fa76c8629 [patch] |
|
tree | 718aa59414ec8274e9e6c16a0973e1692dff6531 |
|
parent | 71958485ad86c9e58852d7e235e7bbe579e3ebb7 |
|
download | 4f730b361875b8d1a9b2bd0163804f1fa76c8629.tar.gz |
Include version in maven plugins
Diff
pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 4735df4..3f27216 100644 --- a/pom.xml +++ a/pom.xml @@ -51,6 +51,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <configuration> <archive> @@ -67,6 +68,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>1.8</source> <target>1.8</target>