Skip to content

Commit

Permalink
#121: version upgrade to 1.5.5 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Jun 30, 2023
1 parent a10049e commit e867999
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/java/knet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.compiler.target>11</maven.compiler.target>
<classpathfile>${basedir}/classpathfile.classpath</classpathfile>
<kafkaVersion>3.4.0</kafkaVersion>
<knetVersion>1.5.4.0</knetVersion>
<knetVersion>1.5.5.0</knetVersion>
<jcobridgeVersion>2.5.7</jcobridgeVersion>
</properties>
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/net/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.5.4.0</Version>
<Version>1.5.5.0</Version>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetCLI/KNetCLI.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.KNetCLI</id>
<version>1.5.4</version>
<version>1.5.5</version>
<title>KNet command line interface - The Apache Kafka .NET suite.</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetConnect/KNetConnect.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.KNetConnect</id>
<version>1.5.4</version>
<version>1.5.5</version>
<title>KNet Connect SDK command line interface - The Apache Kafka .NET suite.</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

RootModule = 'MASES.KNetPS.psm1'

ModuleVersion = '1.5.4'
ModuleVersion = '1.5.5'

# CompatiblePSEditions = @()

Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'

# Version number of this module.
ModuleVersion = '1.5.4'
ModuleVersion = '1.5.5'

# ID used to uniquely identify this module
GUID = 'F7C13891-7BC6-4025-ACF5-04509852F87D'
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'

# Version number of this module.
ModuleVersion = '1.5.4'
ModuleVersion = '1.5.5'

# ID used to uniquely identify this module
GUID = '5E883DB0-584F-4F8E-8D65-2AAB24B491D8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="1.5.4" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="1.5.5" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
<ItemGroup>
<None Update="connect-knet-sink.properties">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="1.5.4" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="1.5.5" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
<ItemGroup>
<None Update="connect-knet-source.properties">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="1.5.4" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="1.5.5" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="1.5.4" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="1.5.5" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="1.5.4" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="1.5.5" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>

0 comments on commit e867999

Please sign in to comment.