From 2c82a6fc3751a3bd390723e462aa1eb1e4f83ff8 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Tue, 28 Jan 2020 18:20:39 +0100 Subject: [PATCH] update rhino and graaljs version --- .gitignore | 3 +++ archetype/pom.xml | 4 ++-- core/pom.xml | 4 ++-- pom.xml | 5 +++-- processor/pom.xml | 4 ++-- samples.rhino/pom.xml | 10 +++++----- samples/pom.xml | 4 ++-- 7 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 59655a1..db76dce 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ bin/ .project .vscode/ .factorypath + +.idea/ +*.iml \ No newline at end of file diff --git a/archetype/pom.xml b/archetype/pom.xml index 20ecd0e..e5b1d4b 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -5,10 +5,10 @@ org.bsc.processor java2ts-processor-parent - 1.2.0 + 1.3.0-SNAPSHOT java2ts-processor-archetype - java2ts-processor::archetype - ${project.version} + java2ts-processor::archetype maven-archetype diff --git a/core/pom.xml b/core/pom.xml index abd0f6d..dead425 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,10 +3,10 @@ org.bsc.processor java2ts-processor-parent - 1.2.0 + 1.3.0-SNAPSHOT java2ts-processor-core - java2ts-processor::core - ${project.version} + java2ts-processor::core diff --git a/pom.xml b/pom.xml index 185bf61..50ac82c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,10 +3,10 @@ 4.0.0 org.bsc.processor java2ts-processor-parent - 1.2.0 + 1.3.0-SNAPSHOT pom - java2ts-processor::parent - ${project.version} + java2ts-processor::parent Java Processor to generate Typescript Definition from Java classes - This is to help developing on JVM javascript engine (ie Nashorn/Rhino) using Typescript @@ -68,6 +68,7 @@ processor archetype samples + samples.rhino core diff --git a/processor/pom.xml b/processor/pom.xml index 0a0ad87..b73f6e1 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -2,12 +2,12 @@ 4.0.0 java2ts-processor - java2ts-processor::processor - ${project.version} + java2ts-processor::processor org.bsc.processor java2ts-processor-parent - 1.2.0 + 1.3.0-SNAPSHOT diff --git a/samples.rhino/pom.xml b/samples.rhino/pom.xml index a461268..0557e02 100644 --- a/samples.rhino/pom.xml +++ b/samples.rhino/pom.xml @@ -1,14 +1,14 @@ 4.0.0 - sample - java2ts-processor::sample - ${project.version} - jar + rhino-sample + java2ts-processor::rhino::sample + rhino sample org.bsc.processor java2ts-processor-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT @@ -76,7 +76,7 @@ org.mozilla rhino - 1.7.11 + 1.7.12 diff --git a/samples/pom.xml b/samples/pom.xml index 980ad81..a4413cf 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,7 @@ org.bsc.processor java2ts-processor-parent - 1.2.0 + 1.3.0-SNAPSHOT graaljs-sample @@ -14,7 +14,7 @@ 1.0.0-rc16 - 19.0.0 + 19.3.1 ${project.build.directory}/compiler app.js