mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Use jar packaging
git-svn-id: https://zxing.googlecode.com/svn/trunk@1287 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5af329e7c7
commit
634273cfdb
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Core</name>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<description>Core barcode encoding/decoding library</description>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Java SE extensions</name>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<description>Java SE-specific extensions to core ZXing library</description>
|
||||
|
|
Loading…
Reference in a new issue