Skip to content

Commit

Permalink
Merge pull request #5131 from debrief/for_release
Browse files Browse the repository at this point in the history
For release
  • Loading branch information
IanMayo committed Aug 17, 2021
2 parents 44fba59 + 334f191 commit d793fda
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion org.mwc.debrief.combined.feature/feature.xml
Expand Up @@ -16,7 +16,7 @@
<feature
id="org.mwc.debrief.combined.feature"
label="%featureName"
version="1.1.31"
version="1.1.32"
provider-name="MWC"
plugin="org.mwc.debrief.core">

Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.combined.feature/pom.xml
Expand Up @@ -24,6 +24,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.combined.feature</artifactId>
<version>1.1.31</version>
<version>1.1.32</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.debrief.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Debrief Core
Bundle-SymbolicName: org.mwc.debrief.core; singleton:=true
Bundle-Version: 1.0.403
Bundle-Version: 1.0.404
Bundle-ClassPath: debrief_core.jar,
libs/jdom-1.0.jar,
libs/eclipselink.jar
Expand Down
6 changes: 3 additions & 3 deletions org.mwc.debrief.core/about.mappings
Expand Up @@ -2,6 +2,6 @@
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=3.1.32
1=20210811
2=2021-08-11
0=3.1.33
1=20210817
2=2021-08-17
2 changes: 1 addition & 1 deletion org.mwc.debrief.core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.mwc.debrief.core</artifactId>
<version>1.0.403</version>
<version>1.0.404</version>
<packaging>eclipse-plugin</packaging>


Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.pepys/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pepys
Bundle-SymbolicName: org.mwc.debrief.pepys;singleton:=true
Bundle-Version: 1.0.13
Bundle-Version: 1.0.14
Automatic-Module-Name: org.mwc.debref.pepys
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: libs/c3p0-0.9.5.5.jar,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.pepys/pom.xml
Expand Up @@ -23,6 +23,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.pepys</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.debrief.product/debriefng.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="DebriefNG" uid="DebriefNG" id="org.mwc.debrief.core.Debrief" application="org.eclipse.ui.ide.workbench" version="3.1.32" useFeatures="true" includeLaunchers="true">
<product name="DebriefNG" uid="DebriefNG" id="org.mwc.debrief.core.Debrief" application="org.eclipse.ui.ide.workbench" version="3.1.33" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="icons/DebriefNGlogoSmall.png"/>
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.product/pom.xml
Expand Up @@ -95,5 +95,5 @@
</plugin>
</plugins>
</build>
<version>3.1.32</version>
<version>3.1.33</version>
</project>

0 comments on commit d793fda

Please sign in to comment.