< prev index next >

core/JemmyAWTInput/pom.xml

Print this page

        

*** 26,49 **** --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.adoptopenjdk</groupId> <artifactId>jemmy</artifactId> ! <version>1.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> <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.adoptopenjdk</groupId> <artifactId>jemmy-core</artifactId> ! <version>1.0.2</version> </dependency> </dependencies> <build> <testResources> <testResource> --- 26,49 ---- --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.adoptopenjdk</groupId> <artifactId>jemmy</artifactId> ! <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>jemmy-awt-input</artifactId> <packaging>jar</packaging> <properties> <version.file>org/jemmy/input/jemmy.properties</version.file> ! <version.class>org.jemmy.input.awt.Version</version.class> </properties> <dependencies> <dependency> <groupId>org.adoptopenjdk</groupId> <artifactId>jemmy-core</artifactId> ! <version>${project.version}</version> </dependency> </dependencies> <build> <testResources> <testResource>
< prev index next >