File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<groupId>org.webjars</groupId>
12
12
<artifactId>bootstrap</artifactId>
13
13
<name>Bootstrap</name>
14
- <version>3.3.7-1-SNAPSHOT </version>
14
+ <version>3.3.7-1</version>
15
15
<packaging>jar</packaging>
16
16
<description>WebJar for Bootstrap</description>
17
17
<url>http://webjars.org</url>
36
36
<url>http://github.com/webjars/bootstrap</url>
37
37
<connection>scm:git:https://github.com/webjars/bootstrap.git</connection>
38
38
<developerConnection>scm:git:https://github.com/webjars/bootstrap.git</developerConnection>
39
- <tag>HEAD </tag>
39
+ <tag>bootstrap-3.3.7-1 </tag>
40
40
</scm>
41
41
42
42
<developers>
110
110
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
111
111
<echo message="moving resources" />
112
112
<move todir="${destDir}">
113
- <fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/dist"/>
113
+ <fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/dist" />
114
114
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/" includes="js/,less/" excludes="js/tests/" />
115
115
</move>
116
116
</target>
You can’t perform that action at this time.
0 commit comments