Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bootstrap-3.3.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Aug 11, 2016
1 parent 1ef8ea7 commit 30ae572
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 @@
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<name>Bootstrap</name>
<version>3.3.7-1-SNAPSHOT</version>
<version>3.3.7-1</version>
<packaging>jar</packaging>
<description>WebJar for Bootstrap</description>
<url>http://webjars.org</url>
Expand All @@ -36,7 +36,7 @@
<url>http://github.com/webjars/bootstrap</url>
<connection>scm:git:https://github.com/webjars/bootstrap.git</connection>
<developerConnection>scm:git:https://github.com/webjars/bootstrap.git</developerConnection>
<tag>HEAD</tag>
<tag>bootstrap-3.3.7-1</tag>
</scm>

<developers>
Expand Down Expand Up @@ -110,7 +110,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.unrevise}/dist" />
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/" includes="js/,less/" excludes="js/tests/" />
</move>
</target>
Expand Down

0 comments on commit 30ae572

Please sign in to comment.