Skip to content

Commit

Permalink
Merge pull request #16 from slawekjaranowski/master
Browse files Browse the repository at this point in the history
Added org.apache.felix:maven-bundle-plugin
  • Loading branch information
mosabua committed Mar 5, 2015
2 parents 29e8f1d + b893f52 commit ea04766
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changes done by Manfred Moser unless otherwise documented.

=== Version 2.4.0 - upcoming

* added org.apache.felix:maven-bundle-plugin 2.5.3
* cobertura-maven-plugin 2.6 -> 2.7
* com.github.eirslett:frontend-maven-plugin 0.0.20 -> 0.0.22
* com.github.github:site-maven-plugin 0.10 -> 0.11
* com.github.maven-nar:nar-maven-plugin 3.2.0 -> 3.2.2
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down Expand Up @@ -419,7 +424,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit ea04766

Please sign in to comment.