Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanlo77 committed Apr 14, 2023
1 parent b9afbfc commit 1e6c7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>shermanlo77</groupId>
<artifactId>marchingcubes</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -23,7 +23,7 @@
</resources>

<plugins>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down Expand Up @@ -119,7 +119,7 @@
<artifactId>core</artifactId>
<version>3.3.7</version>
</dependency>

<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
Expand All @@ -131,7 +131,7 @@
<artifactId>gluegen-rt-main</artifactId>
<version>2.3.2</version>
</dependency>

</dependencies>

</project>

0 comments on commit 1e6c7a9

Please sign in to comment.