We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b09af1 commit 1f66ac7Copy full SHA for 1f66ac7
2 files changed
.travis.yml
@@ -5,8 +5,6 @@ script:
5
env:
6
matrix:
7
- MC=1.13
8
-before_install:
9
-- mvn versions:set -Dtravis.buildNumber=${TRAVIS_BUILD_NUMBER} -DnewVersion=${TRAVIS_TAG:1}
10
deploy:
11
provider: releases
12
api-key: "${GITHUB_TOKEN}"
pom.xml
@@ -17,6 +17,7 @@
17
<connection>scm:git:git://github.com/Ste3et/ProtectionLib.git</connection>
18
<developerConnection>scm:git:git://github.com/Ste3et/ProtectionLib.git</developerConnection>
19
<url>https://github.com/Ste3et/ProtectionLib.git</url>
20
+ <tag>${project.version}</tag>
21
</scm>
22
23
<build>
0 commit comments