Skip to content

Commit eca635d

Browse files
committed
update pom; version setup
1 parent 4da083b commit eca635d

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

pom.xml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>QuickShop</artifactId>
2626

2727
<properties>
28-
<pluginver>5.1.2.5</pluginver>
28+
<pluginver>1.11.3-qs5.1.2.5</pluginver>
2929
<package>org.maxgamer.quickshop</package>
3030
<developer>JPS dev team</developer>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -115,7 +115,7 @@
115115
<artifactId>maven-shade-plugin</artifactId>
116116
<version>3.5.1</version>
117117
<configuration>
118-
<finalName>QuickShop</finalName>
118+
<finalName>QuickShop-${version}</finalName>
119119
<minimizeJar>true</minimizeJar>
120120
<createDependencyReducedPom>false</createDependencyReducedPom>
121121
<createSourcesJar>false</createSourcesJar>
@@ -294,33 +294,6 @@
294294
</executions>
295295
</plugin>
296296

297-
<plugin>
298-
<groupId>org.apache.maven.plugins</groupId>
299-
<artifactId>maven-jarsigner-plugin</artifactId>
300-
<version>3.0.0</version>
301-
<executions>
302-
<execution>
303-
<phase>${mvn.sign.phrase}</phase>
304-
<id>sign</id>
305-
<goals>
306-
<goal>sign</goal>
307-
</goals>
308-
</execution>
309-
</executions>
310-
<configuration>
311-
<archive>${project.basedir}/target/QuickShop.jar</archive>
312-
<keystore>${project.basedir}/keystore.jks</keystore>
313-
<alias>selfsigned</alias>
314-
<arguments>
315-
<argument>-signedjar</argument>
316-
<argument>target/QuickShop-signed.jar</argument>
317-
</arguments>
318-
<!--suppress UnresolvedMavenProperty -->
319-
<storepass>${env.quickshop-signer-pwd}</storepass>
320-
<!--suppress UnresolvedMavenProperty -->
321-
<keypass>${env.quickshop-signer-pwd}</keypass>
322-
</configuration>
323-
</plugin>
324297
</plugins>
325298
<resources>
326299
<resource>

0 commit comments

Comments
 (0)