Skip to content

Commit

Permalink
Set bom pom version to correct number and maven fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava committed Sep 17, 2019
1 parent 4d5e838 commit b46cdab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-bom</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.6.1.payara-p1</version>
<packaging>pom</packaging>

<name>HK2 Bom Pom</name>
Expand Down
2 changes: 1 addition & 1 deletion javadocs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.6.1.payara-p1</version>
</parent>
<artifactId>hk2-javadocs</artifactId>
<name>HK2 Javadocs</name>
Expand Down
1 change: 1 addition & 0 deletions maven-plugins/hk2-inhabitant-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<configuration>
<excludes>
<exclude>**/negative/*</exclude>
<exclude>gendir-tests.jar</exclude>
</excludes>
<finalName>gendir</finalName>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
Expand Down

0 comments on commit b46cdab

Please sign in to comment.