Skip to content

Commit

Permalink
Merge pull request #28 from srbala/update-v5.9.1
Browse files Browse the repository at this point in the history
Update to d3.js 5.9.1 version
  • Loading branch information
jamesward authored Feb 25, 2019
2 parents e184f58 + 8a49809 commit a4e2d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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>d3js</artifactId>
<version>5.5.1-SNAPSHOT</version>
<version>5.9.1-SNAPSHOT</version>
<name>D3.js</name>
<description>WebJar for D3.js</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>com.jamesward</groupId>
<artifactId>unsnapshot-maven-plugin</artifactId>
<version>0.1</version>
<version>0.2</version>
<executions>
<execution>
<phase>initialize</phase>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
Expand Down

0 comments on commit a4e2d50

Please sign in to comment.