Skip to content

Commit

Permalink
Merge pull request #2 from mattbishop/master
Browse files Browse the repository at this point in the history
Fix for issue 1
  • Loading branch information
stephenc committed Oct 18, 2013
2 parents a6ad047 + 4950f82 commit 6270551
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pom.xml
Expand Up @@ -25,6 +25,7 @@

<groupId>com.github.stephenc.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<packaging>bundle</packaging>
<version>1.0-2-SNAPSHOT</version>

<name>JCIP Annotations under Apache License</name>
Expand Down Expand Up @@ -78,18 +79,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
Expand Down Expand Up @@ -148,7 +144,12 @@
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>

<reporting>
Expand Down

0 comments on commit 6270551

Please sign in to comment.