Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Oct 28, 2024
1 parent 91d545f commit 4ce4ff5
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 27 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 13.5.1 (unreleased)
## 13.5.2 (unreleased)

## 13.5.1 (2024-10-28)
* Fix CVE-2024-49771: Potential Path Traversal Vulnerability

## 13.5.0 (2024-10-17)
* Added support for reading and writing Resource Role Assignments for Primavera schedules. The `Resource.getRoleAssignments()` method retrieves a map representing the roles a resource is assigned to, along with the skill level for each assignment. The `Resource.addRoleAssignment()` and `Resource.removeRoleAssignment()` methods allow role assignments to be added and removed.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property environment="env"/>

<!-- Build Configuration -->
<property name="current.version" value="13.5.0" />
<property name="current.version" value="13.5.1" />
<property name="current.version.classifier" value="" />
<!-- Environment Configuration-->
<property name="maven.cmd" value="mvn.cmd"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.mpxj</groupId>
<artifactId>mpxj-tests</artifactId>
<version>13.5.0</version>
<version>13.5.1</version>
<name>MPXJ Tests</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.mpxj</groupId>
<artifactId>mpxj</artifactId>
<version>13.5.0</version>
<version>13.5.1</version>
<name>MPXJ</name>
<url>http://mpxj.org</url>

Expand Down
6 changes: 3 additions & 3 deletions src.net/samples/MpxjConvert/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/MpxjCreate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/MpxjQuery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/MpxjTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
6 changes: 3 additions & 3 deletions src.net/utilities/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyVersion("13.5.0.0")]
[assembly: AssemblyFileVersion("13.5.0.0")]
// [assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyVersion("13.5.1.0")]
[assembly: AssemblyFileVersion("13.5.1.0")]
2 changes: 1 addition & 1 deletion src.net/utilities/MpxjUtilities.nca31.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\mpxj.snk</AssemblyOriginatorKeyFile>
<Version>13.5.0.0</Version>
<Version>13.5.1.0</Version>
<Copyright>Copyright © Packwood Software</Copyright>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src.python/mpxj/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mpxj",
version="13.5.0",
version="13.5.1",
author="Jon Iles",
author_email="[email protected]",
description="Python wrapper for the MPXJ Java library for manipulating project files",
Expand Down
2 changes: 1 addition & 1 deletion src.ruby/mpxj/lib/mpxj/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MPXJ gem module
module MPXJ
# MPXJ gem version number
VERSION = "13.5.0"
VERSION = "13.5.1"
end
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<author email="[email protected]">Jon Iles</author>
</properties>
<body>
<release date="unreleased" version="13.5.1">
<release date="unreleased" version="13.5.2">
</release>
<release date="2024-10-28" version="13.5.1">
<action dev="joniles" type="update">Fix CVE-2024-49771: Potential Path Traversal Vulnerability</action>
</release>
<release date="2024-10-17" version="13.5.0">
<action dev="joniles" type="update">Added support for reading and writing Resource Role Assignments for Primavera schedules. The `Resource.getRoleAssignments()` method retrieves a map representing the roles a resource is assigned to, along with the skill level for each assignment. The `Resource.addRoleAssignment()` and `Resource.removeRoleAssignment()` methods allow role assignments to be added and removed.</action>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/MPXJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
*/
public final class MPXJ
{
public static final String VERSION = "13.5.0";
public static final String VERSION = "13.5.1";
}

0 comments on commit 4ce4ff5

Please sign in to comment.