Skip to content

Commit

Permalink
bump to 2.0.3 - fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Apr 15, 2024
1 parent 54ceca0 commit 4e27304
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>datatables</artifactId>
<version>1.13.6-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<name>DataTables</name>
<description>WebJar for DataTables</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -105,14 +105,8 @@
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
<echo message="moving resources" />
<move todir="${destDir}">
<fileset dir="${project.build.directory}/DataTables-${version.unsnapshot}/media">
<include name="js/**" />
<exclude name="js/jquery.js" />
<include name="css/**" />
<include name="images/**" />
</fileset>
<fileset dir="${project.build.directory}/DataTables-${version.unsnapshot}"/>
</move>
<move todir="${destDir}" file="${project.build.directory}/DataTables-${version.unsnapshot}/license.txt" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 4e27304

Please sign in to comment.