pom.xml (zxing-zxing-3.4.1) | : | pom.xml (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
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>android-integration</artifactId> | <artifactId>android-integration</artifactId> | |||
<version>3.4.1-SNAPSHOT</version> | <version>3.5.0</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>com.google.android</groupId> | <groupId>com.google.android</groupId> | |||
<artifactId>android</artifactId> | <artifactId>android</artifactId> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
<build> | ||||
<plugins> | ||||
<plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-checkstyle-plugin</artifactId> | ||||
<configuration> | ||||
<configLocation>../src/checkstyle/checkstyle.xml</configLocation> | ||||
</configuration> | ||||
</plugin> | ||||
</plugins> | ||||
</build> | ||||
<parent> | <parent> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>zxing-parent</artifactId> | <artifactId>zxing-parent</artifactId> | |||
<version>3.4.1-SNAPSHOT</version> | <version>3.5.0</version> | |||
</parent> | </parent> | |||
<name>ZXing Android Integration lib</name> | <name>ZXing Android Integration lib</name> | |||
<description>Integration helper classes for Android applications wanting to cr eate/scan barcodes</description> | <description>Integration helper classes for Android applications wanting to cr eate/scan barcodes</description> | |||
</project> | </project> | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 14 lines changed or added |