diff -r 9a0e4fa35c48 SWT/JemmySWT/pom.xml --- a/SWT/JemmySWT/pom.xml Wed May 30 11:13:18 2018 -0700 +++ b/SWT/JemmySWT/pom.xml Tue Jun 05 10:04:52 2018 +0200 @@ -28,7 +28,7 @@ org.adoptopenjdk jemmy - ${revision} + 1.0.2 ../../pom.xml jemmy-swt @@ -83,17 +83,17 @@ org.adoptopenjdk jemmy-core - ${revision} + 1.0.2 org.adoptopenjdk jemmy-browser - ${revision} + 1.0.2 org.adoptopenjdk jemmy-awt-input - ${revision} + 1.0.2 diff -r 9a0e4fa35c48 SWT/JemmySWT/src/org/jemmy/swt/jemmy.properties --- a/SWT/JemmySWT/src/org/jemmy/swt/jemmy.properties Wed May 30 11:13:18 2018 -0700 +++ b/SWT/JemmySWT/src/org/jemmy/swt/jemmy.properties Tue Jun 05 10:04:52 2018 +0200 @@ -1,4 +1,4 @@ version.major=1 version.minor=0 -version.mini=0 -build=${buildnumber} +version.mini=2 +build=${buildnumber} diff -r 9a0e4fa35c48 core/JemmyAWTInput/pom.xml --- a/core/JemmyAWTInput/pom.xml Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyAWTInput/pom.xml Tue Jun 05 10:04:52 2018 +0200 @@ -28,7 +28,7 @@ org.adoptopenjdk jemmy - ${revision} + 1.0.2 ../../pom.xml jemmy-awt-input @@ -41,7 +41,7 @@ org.adoptopenjdk jemmy-core - ${revision} + 1.0.2 diff -r 9a0e4fa35c48 core/JemmyAWTInput/src/org/jemmy/input/jemmy.properties --- a/core/JemmyAWTInput/src/org/jemmy/input/jemmy.properties Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyAWTInput/src/org/jemmy/input/jemmy.properties Tue Jun 05 10:04:52 2018 +0200 @@ -1,4 +1,4 @@ version.major=1 version.minor=0 -version.mini=0 -build=${buildnumber} +version.mini=2 +build=${buildnumber} diff -r 9a0e4fa35c48 core/JemmyBrowser/pom.xml --- a/core/JemmyBrowser/pom.xml Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyBrowser/pom.xml Tue Jun 05 10:04:52 2018 +0200 @@ -28,7 +28,7 @@ org.adoptopenjdk jemmy - ${revision} + 1.0.2 ../../pom.xml jemmy-browser @@ -41,7 +41,7 @@ org.adoptopenjdk jemmy-core - ${revision} + 1.0.2 diff -r 9a0e4fa35c48 core/JemmyBrowser/src/org/jemmy/browser/jemmy.properties --- a/core/JemmyBrowser/src/org/jemmy/browser/jemmy.properties Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyBrowser/src/org/jemmy/browser/jemmy.properties Tue Jun 05 10:04:52 2018 +0200 @@ -1,4 +1,4 @@ version.major=1 version.minor=0 -version.mini=0 +version.mini=2 build=${buildnumber} diff -r 9a0e4fa35c48 core/JemmyCore/pom.xml --- a/core/JemmyCore/pom.xml Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyCore/pom.xml Tue Jun 05 10:04:52 2018 +0200 @@ -28,9 +28,13 @@ org.adoptopenjdk jemmy - ${revision} + 1.0.2 ../../pom.xml jemmy-core jar + + org/jemmy/jemmy.properties + org.jemmy.Version + diff -r 9a0e4fa35c48 core/JemmyCore/src/org/jemmy/jemmy.properties --- a/core/JemmyCore/src/org/jemmy/jemmy.properties Wed May 30 11:13:18 2018 -0700 +++ b/core/JemmyCore/src/org/jemmy/jemmy.properties Tue Jun 05 10:04:52 2018 +0200 @@ -1,4 +1,4 @@ version.major=1 version.minor=0 -version.mini=0 -build=${buildnumber} +version.mini=2 +build=${buildnumber} diff -r 9a0e4fa35c48 pom.xml --- a/pom.xml Wed May 30 11:13:18 2018 -0700 +++ b/pom.xml Tue Jun 05 10:04:52 2018 +0200 @@ -27,7 +27,7 @@ 4.0.0 org.adoptopenjdk jemmy - ${revision} + 1.0.2 pom ${project.groupId}:${project.artifactId} UI test automation library @@ -56,7 +56,6 @@ ./SWT/JemmySWT - 1.0.0 1.8 1.8 UTF-8 @@ -127,12 +126,13 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.1.0 - - ${project.version.class} - + + ${project.groupId}.${project.artifactId} + ${version.class} + **/*.java @@ -142,7 +142,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 attach-sources @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs @@ -168,7 +168,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts