Adjust releases naming
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ee2d6486b4
commit
031b2f5cab
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# InnaIrcBot
|
||||
|
||||
[![Build Status](https://ci.redrise.ru/api/badges/desu/innaircbot/status.svg)](https://ci.redrise.ru/desu/innaircbot)
|
||||
|
||||
InnaIrcBot is IRC bot.
|
||||
|
||||
_Pet-project created to learn Java in action_
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -10,6 +10,7 @@
|
|||
<name>InnaIrcBot</name>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -58,6 +59,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
|
||||
<plugins>
|
||||
<!-- ====================================================== -->
|
||||
<plugin>
|
||||
|
@ -105,6 +107,7 @@
|
|||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
</descriptorRefs>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in a new issue