Skip to content

Commit

Permalink
depend on release version of parent, clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radai-rosenblatt committed Jul 14, 2016
1 parent 6fd269d commit 6f29705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
4 changes: 0 additions & 4 deletions grep-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,5 @@
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
<artifactId>slf4j-maven-plugin-log</artifactId>
</dependency>
</dependencies>
</project>
18 changes: 5 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<parent>
<groupId>net.radai</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>grep-maven-plugin-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>grep-maven-plugin-parent</name>
Expand Down Expand Up @@ -36,10 +37,6 @@
<url>https://github.com/radai-rosenblatt/grep-maven-plugin</url>
</scm>

<prerequisites>
<maven>3.2.5</maven>
</prerequisites>

<modules>
<module>grep-maven-plugin</module>
</modules>
Expand All @@ -61,7 +58,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.2.5</version>
<version>${min.maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand All @@ -72,18 +69,13 @@
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-profile-default</artifactId>
<version>0.10.9</version>
<version>0.11.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.22</version>
</dependency>
<dependency>
<groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
<artifactId>slf4j-maven-plugin-log</artifactId>
<version>1.0.0</version>
<version>2.3.23</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 6f29705

Please sign in to comment.