Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #43 from iocanel/upgrade
Browse files Browse the repository at this point in the history
Fix parent of kubernetes-annotator.
  • Loading branch information
iocanel committed May 26, 2015
2 parents 15d17cf + 34ec603 commit d74090f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes-annotator/pom.xml
Expand Up @@ -2,11 +2,13 @@
<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">

<parent>
<artifactId>origin-schema-generator</artifactId>
<groupId>io.fabric8.schemagenerator</groupId>
<version>0.0.39-SNAPSHOT</version>
<artifactId>origin-schema-generator</artifactId>
<version>0.0.40-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>io.fabric8.schemagenerator</groupId>
Expand Down

0 comments on commit d74090f

Please sign in to comment.