Merge branch 'release-1.0.0' into dev
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>rs.in.zivanovic</groupId>
|
||||
<artifactId>share-a-secret</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>share-a-secret</name>
|
||||
@@ -62,6 +62,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<includeDependencyInjar>true</includeDependencyInjar>
|
||||
<options>
|
||||
<option>-allowaccessmodification</option>
|
||||
<option>-keep public class rs.in.zivanovic.share.a.secret.Main { *; }</option>
|
||||
@@ -104,4 +105,8 @@
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user