Skip to content

Commit

Permalink
bump to 2.0.10 - fixes webjars#5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Apr 26, 2014
1 parent dcb5389 commit 17f4b85
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 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>ng-grid</artifactId>
<version>2.0.9-SNAPSHOT</version>
<version>2.0.10-SNAPSHOT</version>
<name>ng-grid</name>
<description>WebJar for ng-grid</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -46,7 +46,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.version>2.0.8</upstream.version>
<upstream.version>2.0.10</upstream.version>
<upstream.url>scm:git:https://github.com/webjars/ng-grid.git</upstream.url>
<ng-grid.sourceUrl>https://github.com/angular-ui/ng-grid/archive</ng-grid.sourceUrl>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir>
Expand All @@ -66,7 +66,7 @@
</goals>
<configuration>
<url>${ng-grid.sourceUrl}</url>
<fromFile>${upstream.version}.zip</fromFile>
<fromFile>v${upstream.version}.zip</fromFile>
<toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
</configuration>
</execution>
Expand Down Expand Up @@ -102,14 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
<version>2.5</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 17f4b85

Please sign in to comment.