Skip to content

Commit

Permalink
Fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 21, 2019
1 parent 6a53cdf commit a8d1b2d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eclipse-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 4 additions & 0 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ com.google.common.*;version="${version.guava.osgi}",
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
4 changes: 4 additions & 0 deletions hppc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ High-Performance Primitive Collections (HPPC, see http://labs.carrotsearch.com/h
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
4 changes: 4 additions & 0 deletions pcollections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ PCollections (http://pcollections.org/) types
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Modules:
(suggested by Philipp H, AUTplayed@github)
#37: (eclipse-collections) Implement pair deserialization
(contributed by Jonas K)
#48: (all) Add simple module-info for JDK9+, using Moditect

2.9.8 (15-Dec-2018)
2.9.7 (19-Sep-2018)
Expand Down

0 comments on commit a8d1b2d

Please sign in to comment.