Changed artifactid

This commit is contained in:
7u83 2017-01-05 19:31:19 +01:00
parent bd7638c05a
commit 8017ad5834
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/dist/
/build/
/build/
/target/

View File

@ -2,7 +2,7 @@
<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>com.mycompany</groupId>
<artifactId>MavenJava</artifactId>
<artifactId>SeSim</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>