calimero-project / calimero-core

Core library for KNX network access and management
Other
129 stars 65 forks source link

2.2-beta classes? #13

Closed delabassee closed 10 years ago

delabassee commented 10 years ago

The following dependency leads to a jar without any classes, just html

<groupId>com.github.calimero</groupId>
<artifactId>calimero-core</artifactId>
<version>2.2-beta</version>

Or did I miss something?

mcicolella commented 10 years ago

Hi, I'm experimenting the same problem just now.

calimero-project commented 10 years ago

It's an error, I signed it with the wrong classifier. A corrected version should appear on Maven Central after the usual turnaround time. Thanks for the heads up!

mcicolella commented 10 years ago

Compilation OK now! Thanks