Skip to content

Commit

Permalink
Removed old oss parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Feb 6, 2018
1 parent 05541cd commit fb0448d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,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>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-gwt-parent</artifactId>
<version>4.3.2.1</version>
Expand Down Expand Up @@ -154,12 +148,13 @@
</properties>

<distributionManagement>
<repository>
<id>owlapi-gwt-github</id>
<url>https://github.com/matthewhorridge/owlapi-gwt</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>


<build>
<plugins>

Expand Down

0 comments on commit fb0448d

Please sign in to comment.