Skip to content

Commit

Permalink
bump to 1.16.1-lts - fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jan 15, 2021
1 parent 5e7dd93 commit 59d7900
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,14 +11,14 @@
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>popper.js</artifactId>
<version>1.12.6-SNAPSHOT</version>
<version>1.16.1-lts-SNAPSHOT</version>
<name>Popper.js</name>
<description>WebJar for Popper.js</description>
<url>http://webjars.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.url>https://github.com/FezVrasta/popper.js/archive/v${version.unrevise}.zip</upstream.url>
<upstream.url>https://github.com/FezVrasta/popper.js/archive/v${version.unsnapshot}.zip</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version}</destDir>
<requirejs>
{
Expand Down Expand Up @@ -84,7 +84,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}/popper-core-${version.unrevise}/dist" />
<fileset dir="${project.build.directory}/popper-core-${version.unsnapshot}/dist" />
</move>
</target>
</configuration>
Expand Down

0 comments on commit 59d7900

Please sign in to comment.