Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed May 5, 2022
1 parent 98c7e40 commit fc28dc4
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 26 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 10.4.0 (unreleased)
## 10.5.0 (unreleased)

## 10.4.0 (2022-05-05)
* Remove `getParent`, `setParent`, and `isDerived` from `ProjectCalendarWeek`. (Note: this will be a breaking change if you were working with `ProjectCalendarWeek` directly).
* The `ProjectProperties` methds `getDefaultCalendarName()` and `setDefaultCalendarName()` have been deprecated. Use `getDefaultCalendar()` and `setDefaultCalendar()` instead.
* Ensure that percent complete values can be read from MSPDI files even if the values are decimals.
Expand Down
4 changes: 2 additions & 2 deletions 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="10.3.0" />
<property name="current.version" value="10.4.0" />

<!-- Environment Configuration-->
<property name="maven.cmd" value="c:/java/apache-maven-3.8.5/bin/mvn.cmd"/>
Expand Down Expand Up @@ -57,7 +57,7 @@
<property name="jsoup.classpath" refid="jsoup.path" />
<property name="junit.classpath" refid="junit.path" />
</target>

<target name="update-version-numbers" depends="init" description="Ensure that version numbers in the code are up-to-date">
<replaceregexp file="${basedir}/pom.xml"
match="&lt;!-- MPXJ --&gt;&lt;version&gt;.*&lt;/version&gt;"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>mpxj</artifactId>

<!-- Note - this is automatically updated by the ant build ... don't remove the MPXJ comment! -->
<!-- MPXJ --><version>10.3.0</version>
<!-- MPXJ --><version>10.4.0</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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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("10.3.0.0")]
[assembly: AssemblyVersion("10.3.0.0")]
[assembly: AssemblyFileVersion("10.3.0.0")]
// [assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyVersion("10.4.0.0")]
[assembly: AssemblyFileVersion("10.4.0.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>10.3.0.0</Version>
<Version>10.4.0.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="10.3.0",
version="10.4.0",
author="Jon Iles",
author_email="jon.iles@bcs.org.uk",
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 = "10.3.0"
VERSION = "10.4.0"
end
4 changes: 3 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<author email="jon.iles@bcs.org.uk">Jon Iles</author>
</properties>
<body>
<release date="unreleased" version="10.4.0">
<release date="unreleased" version="10.5.0">
</release>
<release date="2022-05-05" version="10.4.0">
<action dev="joniles" type="update">Remove `getParent`, `setParent`, and `isDerived` from `ProjectCalendarWeek`. (Note: this will be a breaking change if you were working with `ProjectCalendarWeek` directly).</action>
<action dev="joniles" type="update">The `ProjectProperties` methds `getDefaultCalendarName()` and `setDefaultCalendarName()` have been deprecated. Use `getDefaultCalendar()` and `setDefaultCalendar()` instead.</action>
<action dev="joniles" type="update">Ensure that percent complete values can be read from MSPDI files even if the values are decimals.</action>
Expand Down

0 comments on commit fc28dc4

Please sign in to comment.