Skip to content

Commit

Permalink
Fernflower needs to use windup parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jun 19, 2015
1 parent 1b7848e commit 1d8c6a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion forks/fernflower/pom.xml
Expand Up @@ -2,9 +2,15 @@
<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.jboss.windup</groupId>
<artifactId>windup-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
</parent>

<groupId>org.fernflower</groupId>
<artifactId>fernflower</artifactId>
<version>1.0.0-20150612-WINDUP</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Fernflower</name>

Expand Down

0 comments on commit 1d8c6a0

Please sign in to comment.