Browse Source

Updated pom.xml

master
Nick Stolbov 2 years ago
parent
commit
26370fa825
  1. 2
      .idea/vcs.xml
  2. 3
      pom.xml

2
.idea/vcs.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/CliArcadeService" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

3
pom.xml

@ -6,11 +6,12 @@
<groupId>org.example</groupId>
<artifactId>CliArcadeService</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.8.2</junit.version>
</properties>
<dependencies>

Loading…
Cancel
Save