Skip to content

Commit

Permalink
New release version 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Sep 2, 2021
1 parent 83ff59b commit 1d26779
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.joml</groupId>
<artifactId>joml</artifactId>
<version>1.10.2-SNAPSHOT</version>
<version>1.10.2</version>
<name>JOML</name>
<description>Java OpenGL Math Library</description>
<inceptionYear>2015</inceptionYear>
Expand Down Expand Up @@ -737,6 +737,7 @@
<configuration>
<excludes>
<exclude>org/joml/jre/**</exclude>
<exclude>org/joml/experimental/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -838,6 +839,8 @@
<exclude>org/joml/jre/**</exclude>
<!-- Exclude GWT config -->
<exclude>org/joml/JOML.gwt.xml</exclude>
<!-- Exclude experimental -->
<exclude>org/joml/experimental/**</exclude>
</excludes>
</configuration>
<executions>
Expand All @@ -854,7 +857,7 @@
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<!-- Exclude the Java 1.4 API classes from the javadoc jar -->
<excludePackageNames>org.joml.jre</excludePackageNames>
<excludePackageNames>org.joml.jre:org.joml.experimental</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1d26779

Please sign in to comment.