< prev index next >

core/JemmyAWTInput/pom.xml

Print this page

        

@@ -24,26 +24,26 @@
  or visit www.oracle.com if you need additional information or have any
  questions.
     -->
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.jemmy.v3</groupId>
-        <artifactId>Jemmy</artifactId>
-        <version>1.0</version>
+        <groupId>org.adoptopenjdk</groupId>
+        <artifactId>jemmy</artifactId>
+        <version>${revision}</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
-    <artifactId>JemmyAWTInput</artifactId>
+    <artifactId>jemmy-awt-input</artifactId>
     <packaging>jar</packaging>
     <properties>
         <version.file>org/jemmy/input/jemmy.properties</version.file>
         <version.class>org.jemmy.input.Version</version.class>
     </properties>
     <dependencies>
         <dependency>
-            <groupId>org.jemmy.v3</groupId>
-            <artifactId>JemmyCore</artifactId>
-            <version>1.0</version>
+            <groupId>org.adoptopenjdk</groupId>
+            <artifactId>jemmy-core</artifactId>
+            <version>${revision}</version>
         </dependency>
     </dependencies>
     <build>
         <testResources>
             <testResource>
< prev index next >