Fix: Changed package to support SBT

When you want to use the package from SBT in a way that you
normally would use scala package the package needs to have
a name like casser-core_2.11.

This fixes issue #1
This commit is contained in:
Willem Meints 2015-10-31 13:09:06 +01:00
parent c1f710584a
commit d5232aa5d7

View file

@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.noorq.casser</groupId> <groupId>com.noorq.casser</groupId>
<artifactId>casser-core</artifactId> <artifactId>casser-core_2.11</artifactId>
<version>1.2.0_2.11-SNAPSHOT</version> <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>casser</name> <name>casser</name>