Skip to content

Commit

Permalink
Corrected duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Aug 22, 2016
1 parent 968234a commit 90c2aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<configuration>
<serverId>oss.sonatype.org</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<description>${project.version}</description>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<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>
<modelVersion>4.0.0</modelVersion>

<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
Expand Down Expand Up @@ -85,6 +84,5 @@
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories>

</repositories>`
</project>

0 comments on commit 90c2aad

Please sign in to comment.