We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388900c commit e880088Copy full SHA for e880088
pom.xml
@@ -2,10 +2,10 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
- <groupId>hdf.java</groupId>
6
- <artifactId>bindings</artifactId>
+ <groupId>ncsa.hdf</groupId>
+ <artifactId>object</artifactId>
7
+ <version>2.10</version>
8
<name>Binding HDF5 and Java</name>
- <version>1.0</version>
9
<packaging>bundle</packaging>
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments