Compare commits
1 Commits
e17dda0cc6
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
c8239ae092
|
@@ -1,4 +1,4 @@
|
||||
FROM eclipse-temurin:17-jre
|
||||
FROM eclipse-temurin:17-jdk-alpine
|
||||
LABEL authors="FatttSnake"
|
||||
|
||||
VOLUME /data
|
||||
|
||||
32
pom.xml
32
pom.xml
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>top.fatweb.oxygen</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>oxygen-api</name>
|
||||
<description>API of Oxygen Toolbox</description>
|
||||
@@ -139,36 +139,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>net.ju-n.maven.plugins</groupId>
|
||||
<artifactId>checksum-maven-plugin</artifactId>
|
||||
<version>1.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>checksum-maven-plugin-files</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>files</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<includes>
|
||||
<include>*.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<algorithms>
|
||||
<algorithm>MD5</algorithm>
|
||||
<algorithm>SHA-1</algorithm>
|
||||
<algorithm>SHA-256</algorithm>
|
||||
<algorithm>SHA-512</algorithm>
|
||||
</algorithms>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user