Skip to content

Commit

Permalink
bump to 3.7.0 - fixes #177
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jul 24, 2023
1 parent 7c10b2c commit 6485756
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.6.5-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
<name>jquery</name>
<description>WebJar for jQuery</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -144,13 +144,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
Expand Down

0 comments on commit 6485756

Please sign in to comment.