File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 >4.0.1-alpha.3 -SNAPSHOT</version >
14
+ <version >3.3.7-1 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
<description >WebJar for Bootstrap</description >
17
17
<url >http://webjars.org</url >
69
69
<plugin >
70
70
<groupId >com.jamesward</groupId >
71
71
<artifactId >unsnapshot-maven-plugin</artifactId >
72
- <version >0.1 </version >
72
+ <version >0.2 </version >
73
73
<executions >
74
74
<execution >
75
75
<phase >initialize</phase >
90
90
<goals ><goal >download-single</goal ></goals >
91
91
<configuration >
92
92
<url >${sourceUrl} </url >
93
- <fromFile >v${version.unsnapshot } .zip</fromFile >
93
+ <fromFile >v${version.unrevise } .zip</fromFile >
94
94
<toFile >${project.build.directory} /${project.artifactId} .zip</toFile >
95
95
</configuration >
96
96
</execution >
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.unsnapshot }/dist" includes = " js/,css/,fonts/ " />
114
- <fileset dir =" ${project.build.directory}/bootstrap-${version.unsnapshot }/" includes =" js/,scss /" excludes =" js/tests/" />
113
+ <fileset dir =" ${project.build.directory}/bootstrap-${version.unrevise }/dist" />
114
+ <fileset dir =" ${project.build.directory}/bootstrap-${version.unrevise }/" includes =" js/,less /" excludes =" js/tests/" />
115
115
</move >
116
116
</target >
117
117
</configuration >
You can’t perform that action at this time.
0 commit comments