[OLINGO-161] Refactored module names

This commit is contained in:
Christian Amend 2014-02-17 16:35:17 +01:00
parent 3381ef70ac
commit c49ff80339
198 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@
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>
<artifactId>olingo-odata4-consumer-api-incubating</artifactId>
<artifactId>olingo-odata4-client-api-incubating</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

View File

@ -23,7 +23,7 @@
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>
<artifactId>olingo-odata4-consumer-core-incubating</artifactId>
<artifactId>olingo-odata4-client-core-incubating</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata4-consumer-api-incubating</artifactId>
<artifactId>olingo-odata4-client-api-incubating</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@ -23,7 +23,7 @@
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>
<artifactId>olingo-odata4-producer-api-incubating</artifactId>
<artifactId>olingo-odata4-server-api-incubating</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Some files were not shown because too many files have changed in this diff Show More