Skip to content

Commit

Permalink
JCOBridge upgrade (#73)
Browse files Browse the repository at this point in the history
* Update copyright and version

* #61: upgrade to JCOBridge 2.4.6
  • Loading branch information
masesdevelopers authored Feb 6, 2022
1 parent fe77495 commit ea9f0bd
Show file tree
Hide file tree
Showing 32 changed files with 37 additions and 37 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.3 -Dpackaging=jar -DgeneratePom=true
run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.6 -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 @@ -64,7 +64,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.3 -Dpackaging=jar -DgeneratePom=true
run: mvn install:install-file -Dfile=./bin/net5.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.4.6 -Dpackaging=jar -DgeneratePom=true

- name: Publish net5.0 to Apache Maven Central
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 MASES s.r.l.
Copyright (c) 2022 MASES s.r.l.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/CLI/JCOReflectorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<RootNamespace>MASES.JCOReflectorCLI</RootNamespace>
<Title>JCOReflector CLI - CLI interface for JCOReflector Engine</Title>
<Description>JCOReflector CLI - CLI interface for JCOReflector Engine</Description>
<Copyright>Copyright © MASES s.r.l. 2021</Copyright>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.2.0</Version>
<Version>1.8.3.0</Version>
<Product>MASES.JCOReflectorCLI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/App.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
MIT License
Copyright (c) 2021 MASES s.r.l.
Copyright (c) 2022 MASES s.r.l.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/AssemblyCollectionControl.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
MIT License
Copyright (c) 2021 MASES s.r.l.
Copyright (c) 2022 MASES s.r.l.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/AssemblyCollectionControl.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/GUI/JCOReflectorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<RootNamespace>MASES.JCOReflectorGUI</RootNamespace>
<Title>JCOReflector - Java class generator based on JCOBridge</Title>
<Description>JCOReflector - Java class generator based on JCOBridge</Description>
<Copyright>Copyright © MASES s.r.l. 2021</Copyright>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.2.0</Version>
<Version>1.8.3.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/GUI/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
MIT License
Copyright (c) 2021 MASES s.r.l.
Copyright (c) 2022 MASES s.r.l.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/Const.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCOManifest.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Company: MASES s.r.l.
Copyright: (c) 2021 MASES s.r.l.
Copyright: (c) 2022 MASES s.r.l.
Name: JCOReflector
Version: JCOREFLECTOR_VERSION
Sealed: true
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.3</version>
<version>2.4.6</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.3</version>
<version>2.4.6</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 @@ -4,10 +4,10 @@
<RootNamespace>MASES.JCOReflectorEngine</RootNamespace>
<Title>JCOReflector Engine - JCOBridge based Java class generator that mimic .NET classes</Title>
<Description>JCOReflector Engine - JCOBridge based Java class generator that mimic .NET classes</Description>
<Copyright>Copyright © MASES s.r.l. 2021</Copyright>
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.8.2.0</Version>
<Version>1.8.3.0</Version>
<Product>MASES.JCOReflectorEngine</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net5.0-windows;net6.0;net6.0-windows</TargetFrameworks>
Expand Down Expand Up @@ -106,8 +106,8 @@
<None Include="..\Common\JCOReflector.snk" Link="JCOReflector.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MASES.CLIParser" Version="2.2.0" />
<PackageReference Include="MASES.JCOBridge" Version="2.4.3" />
<PackageReference Include="MASES.CLIParser" Version="2.2.1" />
<PackageReference Include="MASES.JCOBridge" Version="2.4.6" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCOReflectorOptions.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorEnum.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorEnumerator.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorInterface.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorInterfaceClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorNativeDelegateClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorObjectDelegateClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorThrowableClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorVoidDelegateClass.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JCObjectReflectorVoidDelegateInterface.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/JavaBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/Reflector.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/engine/SharedClasses.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ea9f0bd

Please sign in to comment.