Skip to content

Commit

Permalink
bump to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Oct 7, 2013
1 parent 1d76642 commit 0e463f0
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 @@ -46,7 +46,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.version>2.0.6</upstream.version>
<upstream.version>2.0.7</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 Down Expand Up @@ -86,8 +86,8 @@
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
<echo message="moving resources" />
<property name="unzip.dir" value="${project.build.directory}/${project.artifactId}-${upstream.version}" />
<move file="${unzip.dir}/ng-grid-2.0.6.debug.js" tofile="${destDir}/ng-grid.js" />
<move file="${unzip.dir}/ng-grid-2.0.6.min.js" tofile="${destDir}/ng-grid.min.js" />
<move file="${unzip.dir}/ng-grid-${upstream.version}.debug.js" tofile="${destDir}/ng-grid.js" />
<move file="${unzip.dir}/ng-grid-${upstream.version}.min.js" tofile="${destDir}/ng-grid.min.js" />
<move todir="${destDir}">
<filelist dir="${unzip.dir}">
<file name="ng-grid.css" />
Expand Down

0 comments on commit 0e463f0

Please sign in to comment.