pom.xml (zxing-zxing-3.4.0) | : | pom.xml (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
Unless required by applicable law or agreed to in writing, software | Unless required by applicable law or agreed to in writing, software | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>core</artifactId> | <artifactId>core</artifactId> | |||
<version>3.4.0</version> | <version>3.4.1</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>junit</groupId> | <groupId>junit</groupId> | |||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
<parent> | <parent> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>zxing-parent</artifactId> | <artifactId>zxing-parent</artifactId> | |||
<version>3.4.0</version> | <version>3.4.1</version> | |||
</parent> | </parent> | |||
<name>ZXing Core</name> | <name>ZXing Core</name> | |||
<description>Core barcode encoding/decoding library</description> | <description>Core barcode encoding/decoding library</description> | |||
<profiles> | <profiles> | |||
<profile> | <profile> | |||
<id>proguard-library</id> | <id>proguard-library</id> | |||
<activation> | ||||
<jdk>[,9)</jdk> <!-- Proguard won't work with JDK 9 --> | ||||
</activation> | ||||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>com.github.wvengen</groupId> | <groupId>com.github.wvengen</groupId> | |||
<artifactId>proguard-maven-plugin</artifactId> | <artifactId>proguard-maven-plugin</artifactId> | |||
<version>${proguard.plugin.version}</version> | <version>${proguard.plugin.version}</version> | |||
<configuration> | <configuration> | |||
<options combine.children="append"> | <options combine.children="append"> | |||
<option>-optimizations !code/simplification/cast,!code/allocatio n/variable,!field/*,!class/*,!method/*</option> | <option>-optimizations !code/simplification/cast,!code/allocatio n/variable,!field/*,!class/*,!method/*</option> | |||
</options> | </options> | |||
skipping to change at line 69 | skipping to change at line 66 | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
</profile> | </profile> | |||
</profiles> | </profiles> | |||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>biz.aQute.bnd</groupId> | <groupId>biz.aQute.bnd</groupId> | |||
<artifactId>bnd-maven-plugin</artifactId> | <artifactId>bnd-maven-plugin</artifactId> | |||
<version>4.2.0</version> | <version>5.1.2</version> | |||
<executions> | <executions> | |||
<execution> | <execution> | |||
<goals> | <goals> | |||
<goal>bnd-process</goal> | <goal>bnd-process</goal> | |||
</goals> | </goals> | |||
</execution> | </execution> | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
End of changes. 4 change blocks. | ||||
6 lines changed or deleted | 3 lines changed or added |