Skip to content

Commit ad5216d

Browse files
committed
grabed 1.8.3
1 parent 0441f05 commit ad5216d

File tree

4 files changed

+4080
-4013
lines changed

4 files changed

+4080
-4013
lines changed

download.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
dir=src/main/resources/org/kohsuke/stapler/jquery
3-
ver=1.7.2
3+
ver=1.8.3
44
wget -O $dir/jquery.min.js http://code.jquery.com/jquery-${ver}.min.js
55
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.kohsuke.stapler</groupId>
55
<artifactId>stapler-adjunct-jquery</artifactId>
6-
<version>1.7.2-1-SNAPSHOT</version>
6+
<version>1.8.3-0-SNAPSHOT</version>
77
<name>jQuery at http://jquery.com/</name>
88

99
<dependencies>

0 commit comments

Comments
 (0)