Skip to content

Commit 87aa5da

Browse files
committed
update ddf.io
1 parent 846c4a4 commit 87aa5da

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: R/package/R/ddf.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setMethod("initialize",
1212
signature(.Object="DDF"),
1313
function(.Object, jddf) {
1414
if (is.null(jddf) || !inherits(jddf, "jobjRef") || !(jddf %instanceof% "io.ddf.DDF"))
15-
stop('DDF needs a Java object of class "com.adatao.ddf.DDF"')
15+
stop('DDF needs a Java object of class "io.ddf.DDF"')
1616
.Object@jddf = jddf
1717
.Object
1818
})

Diff for: pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@
1414
<version>0.9</version>
1515
<name>ddf</name>
1616
<organization>
17-
<name>com.adatao</name>
17+
<name>io.ddf</name>
1818
</organization>
19-
<url>http://adatao.com/</url>
19+
<url>http://ddf.io</url>
2020

2121
<licenses>
2222
<license>
2323
<name>Copyright Adatao, Inc.</name>
24-
<url>https://github.com/adatao/ddf/blob/master/LICENSE</url>
24+
<url>https://github.com/ddf-project/DDF/blob/master/LICENSE</url>
2525
<distribution>repo</distribution>
2626
</license>
2727
</licenses>
2828

2929
<scm>
30-
<connection>scm:git:[email protected]:adatao/ddf</connection>
31-
<url>scm:git:[email protected]:adatao/ddf.git</url>
30+
<connection>scm:git:[email protected]:ddf-project/DDF.git</connection>
31+
<url>scm:git:[email protected]:ddf-project/DDF.git</url>
3232
</scm>
3333

3434
<developers>
3535
<developer>
36-
<id>adatao</id>
37-
<name>Adatao, Inc.</name>
38-
<email>info@adatao.com</email>
39-
<url>http://adatao.com/</url>
40-
<organization>Adatao, Inc.</organization>
41-
<organizationUrl>http://adatao.com/</organizationUrl>
36+
<id>ddf.io</id>
37+
<name>DDF.io</name>
38+
<email>ddf@adatao.com</email>
39+
<url>http://ddf.io/</url>
40+
<organization>DDF project</organization>
41+
<organizationUrl>http://ddf.io/</organizationUrl>
4242
</developer>
4343
</developers>
4444

0 commit comments

Comments
 (0)