Corrected MVN references.
diff --git a/jpa/polyglot/polyglot.composite/pom.xml b/jpa/polyglot/polyglot.composite/pom.xml
index f42f391..376ed58 100644
--- a/jpa/polyglot/polyglot.composite/pom.xml
+++ b/jpa/polyglot/polyglot.composite/pom.xml
@@ -15,12 +15,12 @@
     <dependencies>
 		<dependency>
 			<groupId>eclipselink.example.polyglot</groupId>
-			<artifactId>nosql-pu</artifactId>
+			<artifactId>polyglot.nosql</artifactId>
 			<version>${eclipselink.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>eclipselink.example.polyglot</groupId>
-			<artifactId>relational-pu</artifactId>
+			<artifactId>polyglot.relational</artifactId>
 			<version>${eclipselink.version}</version>
 		</dependency>
 	</dependencies>
diff --git a/jpa/polyglot/polyglot.nosql/pom.xml b/jpa/polyglot/polyglot.nosql/pom.xml
index 6bb1371..fe32582 100644
--- a/jpa/polyglot/polyglot.nosql/pom.xml
+++ b/jpa/polyglot/polyglot.nosql/pom.xml
@@ -24,7 +24,7 @@
 		</dependency>
 		<dependency>
 			<groupId>eclipselink.example.polyglot</groupId>
-			<artifactId>relational-pu</artifactId>
+			<artifactId>polyglot.relational</artifactId>
 			<version>${eclipselink.version}</version>
 		</dependency>
 		<dependency>