Skip to content

Commit

Permalink
Removed class from root of JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasale committed Jul 27, 2024
1 parent 818acfd commit f9acb47
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 7 deletions.
Binary file modified maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.jar.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46c5a54eabf883f1257de0e9e38e8d26
53ab56a5f9d106e46df1048c36303aed
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bed41cf3ab962e69c25acdd92a449f9f20d4dabc
8d376ed2f97696240c264693fdb4f4891d24312b
5 changes: 5 additions & 0 deletions maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.pom
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<excludes>
<exclude>**/Example.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.pom.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
725f3d9dd0a36a8bb898844b7b2aabd4
4497f183854ec6f544f86e537bb4dcec
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/1.0/lsoda-1.0.pom.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11d00259916390077586b7ca33344c90ae668b3d
dd004950100207ea368183e93f5b81e2816f3157
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20240718145430</lastUpdated>
<lastUpdated>20240727124532</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion maven/mvn-artifact/lsoda-java/lsoda/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b63989273780edfcb8431cc82d55056
68e3da6bda2c2470d71034b162eee43b
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e977fe75033cfe2d8fe709376f441d8fcf6a0f13
0ad8c20b709309e83e2c2425f486d761fa78af91
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<excludes>
<exclude>**/Example.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit f9acb47

Please sign in to comment.