diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-05 18:14:58 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-05 18:14:58 -0500 |
| commit | cdbc0c547bb9d9d2aff2087940430f83f15f3aa8 (patch) | |
| tree | 757d3cdf573e862ae7f600b8fac386794db3763d /RGens/pom.xml | |
| parent | 56b310cef98d5da34cbef37757a04e257561564a (diff) | |
Formatting tweaks
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml index 0a36b67..9975156 100644 --- a/RGens/pom.xml +++ b/RGens/pom.xml @@ -2,6 +2,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> + </plugins> + </build> + <groupId>bjc</groupId> <artifactId>RGens</artifactId> <version>0.0.1-SNAPSHOT</version> |
