Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 5a8bcaf

Browse files
Move to new release process (SonarSource#341)
* Update to travis-utils v33 * Define the artifact to push to Bintray
1 parent 372f5e2 commit 5a8bcaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
<sslr.version>1.21</sslr.version>
9292
<sslr-squid-bridge.version>2.6.1</sslr-squid-bridge.version>
9393
<gson.version>2.6.2</gson.version>
94+
95+
<artifactsToPublish>${project.groupId}:sonar-javascript-plugin:jar</artifactsToPublish>
9496
</properties>
9597

9698
<dependencyManagement>

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
function configureTravis {
66
mkdir ~/.local
7-
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v28 | tar zx --strip-components 1 -C ~/.local
7+
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v33 | tar zx --strip-components 1 -C ~/.local
88
source ~/.local/bin/install
99
}
1010
configureTravis

0 commit comments

Comments
 (0)