We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e427d commit 3c22c2aCopy full SHA for 3c22c2a
pom.xml
@@ -11,7 +11,7 @@
11
<packaging>jar</packaging>
12
<groupId>org.webjars</groupId>
13
<artifactId>datatables</artifactId>
14
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.8-SNAPSHOT</version>
15
<name>DataTables</name>
16
<description>WebJar for DataTables</description>
17
<url>http://webjars.org</url>
@@ -53,7 +53,7 @@
53
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${version.unsnapshot}</destDir>
54
<requirejs>
55
{
56
- "paths": { "datatables": "js/jquery.dataTables" },
+ "paths": { "datatables": "js/dataTables" },
57
"shim": { "datatables": [ "jquery" ] }
58
}
59
</requirejs>
0 commit comments