diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-29 21:30:09 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-29 21:30:09 +0200 |
| commit | 09e85e9945dc39705daba2af992283d0ceb59146 (patch) | |
| tree | 7321004f76deec01d9edd89b36e2b603e4c30f9f /pom.xml | |
| download | autoopstest-master.tar.gz autoopstest-master.zip | |
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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> + <groupId>AlgoAufgabe1</groupId> + <artifactId>AlgoAufgabe1</artifactId> + <version>0.0.1-SNAPSHOT</version> + <build> + <sourceDirectory>src</sourceDirectory> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.0</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> + </plugins> + </build> +</project>
\ No newline at end of file |
