Skip to content

Commit

Permalink
bump to 4.0.0-beta.2 - fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Oct 31, 2017
1 parent ac0a693 commit 764fe7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<name>Bootstrap</name>
<version>4.0.0-beta-2-SNAPSHOT</version>
<version>4.0.0-beta.2-SNAPSHOT</version>
<packaging>jar</packaging>
<description>WebJar for Bootstrap</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -95,7 +95,7 @@
<goals><goal>download-single</goal></goals>
<configuration>
<url>${sourceUrl}</url>
<fromFile>v${version.unrevise}.zip</fromFile>
<fromFile>v${version.unsnapshot}.zip</fromFile>
<toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
</configuration>
</execution>
Expand All @@ -115,7 +115,7 @@
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
<echo message="moving resources" />
<move todir="${destDir}">
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/dist" />
<fileset dir="${project.build.directory}/bootstrap-${version.unsnapshot}/dist" />
</move>
</target>
</configuration>
Expand Down Expand Up @@ -146,7 +146,7 @@
<replacements>
<replacement>
<token>url\('?+\.\.\/fonts\/([^\s\)?#']+)[\?#]{0,2}([^';]*)+?'?\)</token>
<value>url("#{resource['webjars:bootstrap/${project.version}/fonts/$1']}&amp;v=${version.unrevise}&amp;#$2")</value>
<value>url("#{resource['webjars:bootstrap/${project.version}/fonts/$1']}&amp;v=${version.unsnapshot}&amp;#$2")</value>
</replacement>
</replacements>
<regex>true</regex>
Expand Down

0 comments on commit 764fe7a

Please sign in to comment.