Skip to content

Commit

Permalink
Fix Maven groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Dec 28, 2017
1 parent 7111a44 commit d79b958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
@@ -1,9 +1,9 @@
<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.ethlo.json2xsd</groupId>
<groupId>com.ethlo.jsons2xsd</groupId>
<artifactId>jsons2xsd</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down

0 comments on commit d79b958

Please sign in to comment.