Skip to content

Commit

Permalink
More property updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinearls committed Jan 26, 2015
1 parent c58b694 commit c8f609f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
<log4j.version>1.2.17</log4j.version>
<junit.version>4.11</junit.version>

<felix.maven.bundle.plugin>2.5.3</felix.maven.bundle.plugin>
<!--build-plugins-plugin-version>2.5</build-plugins-plugin-version-->
<build.helper.maven.plugin>1.9.1</build.helper.maven.plugin>
<felix.maven.bundle.plugin.version>2.5.3</felix.maven.bundle.plugin.version>
<build.helper.maven.plugin.version>1.9.1</build.helper.maven.plugin.version>
<maven.resources.plugin.version>2.7</maven.resources.plugin.version>
<maven.compiler.plugin.version>3.2</maven.compiler.plugin.version>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down Expand Up @@ -191,7 +190,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix.maven.bundle.plugin}</version>
<version>${felix.maven.bundle.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -203,4 +202,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion ws-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build.helper.maven.plugin}</version>
<version>${build.helper.maven.plugin.version}</version>
<executions>
<execution>
<id>attach-artifacts</id>
Expand Down

0 comments on commit c8f609f

Please sign in to comment.