Skip to content

Commit

Permalink
masesgroup#61: upgrade JCOBridge and version
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Mar 10, 2022
1 parent 34c8f5c commit 3956da4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/CLI/JCOReflectorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.6.0</Version>
<Version>1.9.0.0</Version>
<Product>MASES.JCOReflectorCLI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
Expand All @@ -19,7 +19,7 @@
<PackageProjectUrl>https://github.com/masesgroup/JCOReflector/</PackageProjectUrl>
<RepositoryUrl>https://github.com/masesgroup/JCOReflector</RepositoryUrl>
<PackageReleaseNotes>https://github.com/masesgroup/JCOReflector/releases</PackageReleaseNotes>
<PackageLicense>LICENSE</PackageLicense>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>JCOB128x128.png</PackageIcon>
<PackageTags>jcoreflector cli jvm-enabled-language kotlin java scala reflection dotnet clr netcore bridge jcobridge class framework csharp</PackageTags>
<PackageId>MASES.JCOReflectorCLI</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/JCOReflectorCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.JCOReflectorCLI</id>
<version>1.8.6</version>
<version>1.9.0</version>
<title>JCOReflector CLI - CLI interface for JCOReflector Engine</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/JCOReflectorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.6.0</Version>
<Version>1.9.0.0</Version>
<Product>JCOReflectorGUI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCOPOMExtension.template
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<additionalDependency>
<groupId>JCOBridge</groupId>
<artifactId>JCOBridge</artifactId>
<version>2.4.6</version>
<version>2.4.7</version>
</additionalDependency>
</additionalDependencies>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCOPOMJCOReflector.template
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ POM_SOURCEDIRECTORIES_PLACEHOLDER
<additionalDependency>
<groupId>JCOBridge</groupId>
<artifactId>JCOBridge</artifactId>
<version>2.4.6</version>
<version>2.4.7</version>
</additionalDependency>
</additionalDependencies>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions src/engine/JCOReflectorEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.6.0</Version>
<Version>1.9.0.0</Version>
<Product>MASES.JCOReflectorEngine</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
Expand Down Expand Up @@ -105,11 +105,11 @@
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
<None Include="..\Common\JCOB128x128.png" Pack="true" PackagePath="" />
<None Include="..\Common\JCOReflector.snk" Link="JCOReflector.snk" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MASES.CLIParser" Version="2.2.1" />
<PackageReference Include="MASES.JCOBridge" Version="2.4.6">
<PackageReference Include="MASES.CLIParser" Version="3.0.0" />
<PackageReference Include="MASES.JCOBridge" Version="2.4.7">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 3956da4

Please sign in to comment.