From 3956da44b3781852bff7d17baeac5080d812ab30 Mon Sep 17 00:00:00 2001
From: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
Date: Thu, 10 Mar 2022 01:10:56 +0100
Subject: [PATCH] #61: upgrade JCOBridge and version
---
.github/workflows/maven.yaml | 2 +-
.github/workflows/release.yaml | 2 +-
src/CLI/JCOReflectorCLI.csproj | 4 ++--
src/CLI/JCOReflectorCLI.nuspec | 2 +-
src/GUI/JCOReflectorGUI.csproj | 2 +-
src/engine/JCOPOMExtension.template | 2 +-
src/engine/JCOPOMJCOReflector.template | 2 +-
src/engine/JCOReflectorEngine.csproj | 8 ++++----
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 85197a60953..71c07bcc5dd 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -120,7 +120,7 @@ jobs:
- name: Install local file to be used within Javadoc section of generated POM
shell: bash
- run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.6 -Dpackaging=jar -DgeneratePom=true
+ run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.7 -Dpackaging=jar -DgeneratePom=true
- name: Publish net5.0 to Apache Maven Central
shell: bash
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a97b3113d91..ef5ee0f0df1 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -66,7 +66,7 @@ jobs:
- name: Install local file to be used within Javadoc section of generated POM
shell: bash
- run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.6 -Dpackaging=jar -DgeneratePom=true
+ run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.7 -Dpackaging=jar -DgeneratePom=true
- name: Publish net5.0 to Apache Maven Central
shell: bash
diff --git a/src/CLI/JCOReflectorCLI.csproj b/src/CLI/JCOReflectorCLI.csproj
index a04b1639b0e..4e240f6fbfd 100644
--- a/src/CLI/JCOReflectorCLI.csproj
+++ b/src/CLI/JCOReflectorCLI.csproj
@@ -9,7 +9,7 @@
Copyright © MASES s.r.l. 2022
MASES s.r.l.
MASES s.r.l.
- 1.8.6.0
+ 1.9.0.0
MASES.JCOReflectorCLI
true
net461;netcoreapp3.1;net5.0;net6.0
@@ -19,7 +19,7 @@
https://github.com/masesgroup/JCOReflector/
https://github.com/masesgroup/JCOReflector
https://github.com/masesgroup/JCOReflector/releases
- LICENSE
+ LICENSE
JCOB128x128.png
jcoreflector cli jvm-enabled-language kotlin java scala reflection dotnet clr netcore bridge jcobridge class framework csharp
MASES.JCOReflectorCLI
diff --git a/src/CLI/JCOReflectorCLI.nuspec b/src/CLI/JCOReflectorCLI.nuspec
index 0132b74a73e..8ced76853c1 100644
--- a/src/CLI/JCOReflectorCLI.nuspec
+++ b/src/CLI/JCOReflectorCLI.nuspec
@@ -2,7 +2,7 @@
MASES.JCOReflectorCLI
- 1.8.6
+ 1.9.0
JCOReflector CLI - CLI interface for JCOReflector Engine
MASES s.r.l.
MASES s.r.l.
diff --git a/src/GUI/JCOReflectorGUI.csproj b/src/GUI/JCOReflectorGUI.csproj
index 6ba6a18d64d..4cfb524c839 100644
--- a/src/GUI/JCOReflectorGUI.csproj
+++ b/src/GUI/JCOReflectorGUI.csproj
@@ -8,7 +8,7 @@
Copyright © MASES s.r.l. 2022
MASES s.r.l.
MASES s.r.l.
- 1.8.6.0
+ 1.9.0.0
JCOReflectorGUI
true
net461;netcoreapp3.1;net5.0-windows;net6.0-windows
diff --git a/src/engine/JCOPOMExtension.template b/src/engine/JCOPOMExtension.template
index 45336d870a6..3e8164eba64 100644
--- a/src/engine/JCOPOMExtension.template
+++ b/src/engine/JCOPOMExtension.template
@@ -154,7 +154,7 @@
JCOBridge
JCOBridge
- 2.4.6
+ 2.4.7
diff --git a/src/engine/JCOPOMJCOReflector.template b/src/engine/JCOPOMJCOReflector.template
index 872af2617c6..b9de629d349 100644
--- a/src/engine/JCOPOMJCOReflector.template
+++ b/src/engine/JCOPOMJCOReflector.template
@@ -166,7 +166,7 @@ POM_SOURCEDIRECTORIES_PLACEHOLDER
JCOBridge
JCOBridge
- 2.4.6
+ 2.4.7
diff --git a/src/engine/JCOReflectorEngine.csproj b/src/engine/JCOReflectorEngine.csproj
index eecfcb350d8..ef4ce5da68f 100644
--- a/src/engine/JCOReflectorEngine.csproj
+++ b/src/engine/JCOReflectorEngine.csproj
@@ -7,7 +7,7 @@
Copyright © MASES s.r.l. 2022
MASES s.r.l.
MASES s.r.l.
- 1.8.6.0
+ 1.9.0.0
MASES.JCOReflectorEngine
true
net461;netcoreapp3.1;net5.0;net6.0
@@ -105,11 +105,11 @@
-
+
-
-
+
+
All
None