diff --git a/pom.xml b/pom.xml index ce1b52fd..f4341b56 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.wiztools.restclient restclient pom - 3.4.3-SNAPSHOT + 3.5 restclient https://github.com/wiztools/rest-client @@ -26,7 +26,7 @@ scm:git:https://github.com/wiztools/rest-client.git scm:git:git@github.com:wiztools/rest-client.git https://github.com/wiztools/rest-client - HEAD + restclient-3.5 diff --git a/restclient-cli/pom.xml b/restclient-cli/pom.xml index 7442e612..d0bbbef7 100644 --- a/restclient-cli/pom.xml +++ b/restclient-cli/pom.xml @@ -4,14 +4,14 @@ org.wiztools.restclient restclient - 3.4.3-SNAPSHOT + 3.5 4.0.0 org.wiztools.restclient restclient-cli jar - 3.4.3-SNAPSHOT + 3.5 ${project.artifactId} @@ -50,7 +50,7 @@ org.wiztools.restclient restclient-lib - 3.4.3-SNAPSHOT + 3.5 diff --git a/restclient-jfx/pom.xml b/restclient-jfx/pom.xml index 3ab1885f..20a2fd09 100644 --- a/restclient-jfx/pom.xml +++ b/restclient-jfx/pom.xml @@ -1,141 +1,141 @@ - - - 4.0.0 - - restclient - org.wiztools.restclient - 3.4.3-SNAPSHOT - - - org.wiztools.restclient - restclient-jfx - 3.4.3-SNAPSHOT - jar - - restclient-jfx - - - UTF-8 - org.wiztools.restclient.jfx.MainApp - - - - - Your Organisation - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.6 - - - unpack-dependencies - package - - unpack-dependencies - - - system - junit,org.mockito,org.hamcrest - ${project.build.directory}/classes - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - unpack-dependencies - - package - - exec - - - ${java.home}/../bin/javafxpackager - - -createjar - -nocss2bin - -appclass - ${mainClass} - -srcdir - ${project.build.directory}/classes - -outdir - ${project.build.directory} - -outfile - ${project.build.finalName}.jar - - - - - default-cli - - exec - - - ${java.home}/bin/java - ${runfx.args} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - ${sun.boot.class.path}${path.separator}${java.home}/lib/jfxrt.jar - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.16 - - - ${java.home}/lib/jfxrt.jar - - - - - - - - - org.wiztools.restclient - restclient-server - 3.4.3-SNAPSHOT - - - org.wiztools.restclient - restclient-lib - 3.4.3-SNAPSHOT - - - org.wiztools - app-update - 0.2.0 - - - org.wiztools - filechooser-abstraction - 0.1.0 - - - org.controlsfx - controlsfx - 8.20.7 - - - - + + + 4.0.0 + + restclient + org.wiztools.restclient + 3.5 + + + org.wiztools.restclient + restclient-jfx + 3.5 + jar + + restclient-jfx + + + UTF-8 + org.wiztools.restclient.jfx.MainApp + + + + + Your Organisation + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.6 + + + unpack-dependencies + package + + unpack-dependencies + + + system + junit,org.mockito,org.hamcrest + ${project.build.directory}/classes + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + unpack-dependencies + + package + + exec + + + ${java.home}/../bin/javafxpackager + + -createjar + -nocss2bin + -appclass + ${mainClass} + -srcdir + ${project.build.directory}/classes + -outdir + ${project.build.directory} + -outfile + ${project.build.finalName}.jar + + + + + default-cli + + exec + + + ${java.home}/bin/java + ${runfx.args} + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + ${sun.boot.class.path}${path.separator}${java.home}/lib/jfxrt.jar + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + + ${java.home}/lib/jfxrt.jar + + + + + + + + + org.wiztools.restclient + restclient-server + 3.5 + + + org.wiztools.restclient + restclient-lib + 3.5 + + + org.wiztools + app-update + 0.2.0 + + + org.wiztools + filechooser-abstraction + 0.1.0 + + + org.controlsfx + controlsfx + 8.20.7 + + + + diff --git a/restclient-lib/pom.xml b/restclient-lib/pom.xml index e6ac8da1..7e9bd6b9 100644 --- a/restclient-lib/pom.xml +++ b/restclient-lib/pom.xml @@ -4,13 +4,13 @@ org.wiztools.restclient restclient - 3.4.3-SNAPSHOT + 3.5 4.0.0 org.wiztools.restclient restclient-lib jar - 3.4.3-SNAPSHOT + 3.5 ${project.artifactId} @@ -86,7 +86,7 @@ org.wiztools.restclient restclient-server - 3.4.3-SNAPSHOT + 3.5 test diff --git a/restclient-server/pom.xml b/restclient-server/pom.xml index 22c35848..f37bf517 100644 --- a/restclient-server/pom.xml +++ b/restclient-server/pom.xml @@ -4,13 +4,13 @@ org.wiztools.restclient restclient - 3.4.3-SNAPSHOT + 3.5 4.0.0 org.wiztools.restclient restclient-server jar - 3.4.3-SNAPSHOT + 3.5 ${project.artifactId} diff --git a/restclient-ui/pom.xml b/restclient-ui/pom.xml index 671284e2..dad0954e 100644 --- a/restclient-ui/pom.xml +++ b/restclient-ui/pom.xml @@ -4,13 +4,13 @@ org.wiztools.restclient restclient - 3.4.3-SNAPSHOT + 3.5 4.0.0 org.wiztools.restclient restclient-ui jar - 3.4.3-SNAPSHOT + 3.5 ${project.artifactId} @@ -49,12 +49,12 @@ org.wiztools.restclient restclient-server - 3.4.3-SNAPSHOT + 3.5 org.wiztools.restclient restclient-lib - 3.4.3-SNAPSHOT + 3.5 org.wiztools