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 0441f05 commit ad5216dCopy full SHA for ad5216d
download.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
dir=src/main/resources/org/kohsuke/stapler/jquery
3
-ver=1.7.2
+ver=1.8.3
4
wget -O $dir/jquery.min.js http://code.jquery.com/jquery-${ver}.min.js
5
wget -O $dir/jquery.full.js http://code.jquery.com/jquery-${ver}.js
6
+mvn -B release:update-versions -DdevelopmentVersion=$ver-0-SNAPSHOT
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjunct-jquery</artifactId>
- <version>1.7.2-1-SNAPSHOT</version>
+ <version>1.8.3-0-SNAPSHOT</version>
7
<name>jQuery at http://jquery.com/</name>
8
9
<dependencies>
0 commit comments