diff --git a/java/pom.xml b/java/pom.xml
index 9df4775a..9cde94f5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,61 +24,23 @@
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
-->
-
+
4.0.0
- io.github.toolfactory
+
+ io.github.toolfactory
+ jvm-driver-parent
+ ${revision}
+
+
jvm-driver
9.5.0-SNAPSHOT
- jar
-
- ToolFactory JVM Driver
-
- A driver to allow deep interaction with the JVM without any restrictions
-
- https://toolfactory.github.io/jvm-driver/
-
-
-
- MIT License
- https://github.com/toolfactory/jvm-driver/blob/master/LICENSE
- repo
-
-
-
-
- ToolFactory
- https://github.com/toolfactory
-
-
-
-
- Luke Hutchison
- lukehutch
- tool.factory.heads@gmail.com
- ToolFactory
- https://github.com/toolfactory
-
- Administrator
- Developer
-
-
-
- Roberto Gentili
- roberto.gentili
- tool.factory.heads@gmail.com
- ToolFactory
- https://github.com/toolfactory
-
- Administrator
- Developer
-
-
-
+ bundle
- Luke Hutchison, Roberto Gentili
UTF-8
UTF-8
7
@@ -87,27 +49,17 @@
AllTestsSuite
**/${project.test.testSuite}.java
**/*Test.java
- https://toolfactory@github.com/toolfactory/jvm-driver.git
- 4.3.0
- 0.8.7
5.10.0
1.10.0
3.0.0
-
- 5.1.9
+ 5.1.9
3.9.0
- 2.8.2
- 1.6
3.2.2
- 3.2.0
- 3.1.1
- 2.5.3
+ 3.3.2
3.2.1
- 1.9.5
3.0.0-M5
1.0.7
- 1.6.12
@@ -218,10 +170,18 @@
-
-
-
-
+
+
+
+
@@ -233,8 +193,11 @@
-
-
+
+
@@ -306,9 +269,70 @@
false
+
+ true
+ true
+
+
+ ToolFactory
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ **/*.class
+
+
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
org.apache.felix
maven-bundle-plugin
@@ -319,6 +343,7 @@
Utilities
ToolFactory
https://github.com/toolfactory/jvm-driver/blob/master/LICENSE
+ 2
JVM Driver
${project.groupId}.${project.artifactId}
ToolFactory
@@ -330,69 +355,6 @@
-
- maven-deploy-plugin
- ${maven-deploy-plugin.version}
-
-
- default-deploy
- deploy
-
- deploy
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-release-plugin
- ${maven-release-plugin.version}
-
- true
- true
- forked-path
- -Dgpg.passphrase="${gpg.passphrase}"
-
-
-
-
- org.apache.maven.scm
- maven-scm-provider-gitexe
- ${maven-scm-provider-gitexe.version}
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
- true
-
-
- ossrh
- https://s01.oss.sonatype.org/
- true
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- ${maven-source-plugin.version}
-
-
- **/*.class
-
-
-
-
- attach-sources
-
- jar
-
-
-
-
org.apache.maven.plugins
@@ -415,90 +377,4 @@
-
-
-
- org.apache.maven.plugins
- maven-jxr-plugin
- ${maven-jxr-plugin.version}
-
-
-
-
-
-
-
- release-sign-artifacts
-
-
- performRelease
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- ${maven-gpg-plugin.version}
-
-
- verify
-
- sign
-
-
-
- --pinentry-mode
- loopback
-
-
-
-
-
-
-
-
-
- run-coveralls
-
- false
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- ${coveralls-maven-plugin.version}
-
-
- ${project.basedir}/src/main/java
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco-maven-plugin.version}
-
-
- prepare-agent
-
- prepare-agent
-
-
-
-
-
- **/*AccessibleSetterInvokerForJDK9.*
- **/*ClassLoaderDelegateForJDK9.*
- **/*ConsulterRetrieverForJDK9.*
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/java/sa-pom.xml b/java/sa-pom.xml
index 9cde94f5..f709faa4 100644
--- a/java/sa-pom.xml
+++ b/java/sa-pom.xml
@@ -24,23 +24,61 @@
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
-->
-
+
4.0.0
-
- io.github.toolfactory
- jvm-driver-parent
- ${revision}
-
-
+ io.github.toolfactory
jvm-driver
9.5.0-SNAPSHOT
- bundle
+ jar
+
+ ToolFactory JVM Driver
+
+ A driver to allow deep interaction with the JVM without any restrictions
+
+ https://toolfactory.github.io/jvm-driver/
+
+
+
+ MIT License
+ https://github.com/toolfactory/jvm-driver/blob/master/LICENSE
+ repo
+
+
+
+
+ ToolFactory
+ https://github.com/toolfactory
+
+
+
+
+ Luke Hutchison
+ lukehutch
+ tool.factory.heads@gmail.com
+ ToolFactory
+ https://github.com/toolfactory
+
+ Administrator
+ Developer
+
+
+
+ Roberto Gentili
+ roberto.gentili
+ tool.factory.heads@gmail.com
+ ToolFactory
+ https://github.com/toolfactory
+
+ Administrator
+ Developer
+
+
+
+ Luke Hutchison, Roberto Gentili
UTF-8
UTF-8
7
@@ -49,17 +87,26 @@
AllTestsSuite
**/${project.test.testSuite}.java
**/*Test.java
+ https://toolfactory@github.com/toolfactory/jvm-driver.git
- 5.10.0
- 1.10.0
+ 4.3.0
+ 0.8.7
+ 5.9.1
+ 1.9.1
3.0.0
5.1.9
3.9.0
+ 2.8.2
+ 1.6
3.2.2
- 3.3.2
+ 3.2.0
+ 3.1.1
+ 2.5.3
3.2.1
+ 1.9.5
3.0.0-M5
1.0.7
+ 1.6.12
@@ -170,18 +217,10 @@
-
-
-
-
+
+
+
+
@@ -193,11 +232,8 @@
-
-
+
+
@@ -269,70 +305,9 @@
false
-
- true
- true
-
-
- ToolFactory
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- ${maven-source-plugin.version}
-
-
- **/*.class
-
-
-
-
- attach-sources
-
- jar
-
-
-
-
-
org.apache.felix
maven-bundle-plugin
@@ -343,7 +318,6 @@
Utilities
ToolFactory
https://github.com/toolfactory/jvm-driver/blob/master/LICENSE
- 2
JVM Driver
${project.groupId}.${project.artifactId}
ToolFactory
@@ -355,6 +329,69 @@
+
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ ${maven-release-plugin.version}
+
+ true
+ true
+ forked-path
+ -Dgpg.passphrase="${gpg.passphrase}"
+
+
+
+
+ org.apache.maven.scm
+ maven-scm-provider-gitexe
+ ${maven-scm-provider-gitexe.version}
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus-staging-maven-plugin.version}
+ true
+
+
+ ossrh
+ https://s01.oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ **/*.class
+
+
+
+
+ attach-sources
+
+ jar
+
+
+
+
org.apache.maven.plugins
@@ -377,4 +414,90 @@
-
\ No newline at end of file
+
+
+
+ org.apache.maven.plugins
+ maven-jxr-plugin
+ ${maven-jxr-plugin.version}
+
+
+
+
+
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+
+ verify
+
+ sign
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+
+
+
+ run-coveralls
+
+ false
+
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ ${coveralls-maven-plugin.version}
+
+
+ ${project.basedir}/src/main/java
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco-maven-plugin.version}
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+
+
+
+ **/*AccessibleSetterInvokerForJDK9.*
+ **/*ClassLoaderDelegateForJDK9.*
+ **/*ConsulterRetrieverForJDK9.*
+
+
+
+
+
+
+
+