Skip to content

Commit

Permalink
documentation first-steps: add appropriate maven group-id and package…
Browse files Browse the repository at this point in the history
… path
  • Loading branch information
joker234 committed Dec 7, 2020
1 parent bec5e59 commit 84ce64e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions documentation/first-steps/OSHDBApiTutorial.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package org.example.oshdb.api.tutorial;

import java.util.SortedMap;
import org.heigit.bigspatialdata.oshdb.api.db.OSHDBDatabase;
import org.heigit.bigspatialdata.oshdb.api.db.OSHDBH2;
Expand Down
4 changes: 2 additions & 2 deletions documentation/first-steps/example-pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ohsome.oshdb-api-tutorial</groupId>
<groupId>org.example.oshdb-api-tutorial</groupId>
<artifactId>oshdb-first-steps</artifactId>
<version>0.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>org.heigit.bigspatialdata</groupId>
Expand Down

0 comments on commit 84ce64e

Please sign in to comment.