Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump to 3.0.5 - fixes #5
  • Loading branch information
jamesward committed Oct 7, 2015
1 parent 827216e commit 42b2776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>cometd-jquery</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>
<name>cometd-jquery</name>
<description>WebJar for cometd-jquery</description>
<url>http://webjars.org</url>
Expand All @@ -37,7 +37,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.version>2.4.0</upstream.version>
<upstream.version>3.0.5</upstream.version>
<upstream.url>http://download.cometd.org</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir>
<jquery.version>1.8.3</jquery.version>
Expand Down

0 comments on commit 42b2776

Please sign in to comment.