Update Butterfly to 1.0.2. Closes #1882.

This commit is contained in:
Antonin Delpeuch 2018-12-06 12:24:32 +09:00
parent 85887372ae
commit a7c68f06ec
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -156,11 +156,11 @@
<id>install-butterfly</id>
<phase>process-resources</phase>
<configuration>
<file>${basedir}/lib-local/butterfly-1.0.1.jar</file>
<file>${basedir}/lib-local/butterfly-1.0.2.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>edu.mit.simile</groupId>
<artifactId>butterfly</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
@ -269,7 +269,7 @@
<dependency>
<groupId>edu.mit.simile</groupId>
<artifactId>butterfly</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>