Skip to content

Commit

Permalink
Merge pull request #8 from jodygarnett/master
Browse files Browse the repository at this point in the history
rename to jts-io-common
  • Loading branch information
dr-jts committed Jan 27, 2016
2 parents dc90363 + b7e2842 commit 6c65243
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</dependency>
<dependency>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io</artifactId>
<artifactId>jts-io-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/io/io/pom.xml → modules/io/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.15.0</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io</artifactId>
<artifactId>jts-io-common</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>jar</packaging>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/io/ora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.15.0</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-ora</artifactId>
<artifactId>jts-io-ora</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>jar</packaging>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dependencies>

<modules>
<module>io</module>
<module>common</module>
</modules>

</project>
2 changes: 1 addition & 1 deletion modules/io/sde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.15.0</version>
</parent>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-sde</artifactId>
<artifactId>jts-io-sde</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>jar</packaging>

Expand Down

0 comments on commit 6c65243

Please sign in to comment.