Skip to content

Commit

Permalink
Updated parent pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jun 15, 2012
1 parent 5989c5c commit fee93ce
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mnode-parent</artifactId>
<groupId>org.mnode</groupId>
<version>1.12</version>
<version>1.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mnode.ical4j</groupId>
Expand Down Expand Up @@ -65,26 +65,6 @@
</instructions>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-shared-resources</id>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<outputDirectory>${project.build.directory}/mnode-tools</outputDirectory>
<includeArtifacIds>mnode-tools</includeArtifacIds>
<includeGroupIds>${project.parent.groupId}</includeGroupIds>
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit fee93ce

Please sign in to comment.