Skip to content

Commit

Permalink
Bumping version to 0.0.2 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Aug 8, 2014
1 parent 92a3714 commit 86252bd
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@
<!-- Project info. -->
<groupId>org.carrot2</groupId>
<artifactId>folder2index</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>Folder2Index</name>
Expand Down Expand Up @@ -126,6 +126,32 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
</plugin>

<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[2.1,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 86252bd

Please sign in to comment.