Skip to content

Commit

Permalink
Merge pull request #3320 from debrief/release/3_0_454
Browse files Browse the repository at this point in the history
Increment versions, for release
  • Loading branch information
IanMayo committed Oct 19, 2018
2 parents 7ee34fc + 005bb60 commit c55bf29
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion org.mwc.cmap.combined.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.mwc.cmap.combined.feature"
label="%featureName"
version="1.0.346"
version="1.0.347"
provider-name="MWC"
plugin="org.mwc.cmap.core">

Expand Down
2 changes: 1 addition & 1 deletion org.mwc.cmap.combined.feature/pom.xml
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.cmap.combined.feature</artifactId>
<version>1.0.346</version>
<version>1.0.347</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.cmap.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CMap Core
Bundle-SymbolicName: org.mwc.cmap.core; singleton:=true
Bundle-Version: 1.0.246
Bundle-Version: 1.0.247
Bundle-ClassPath: cmap_core.jar,
libs/WMFWriter.jar,
libs/xstream-1.1.3.jar,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.cmap.core/pom.xml
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.cmap.core</artifactId>
<version>1.0.246</version>
<version>1.0.247</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.debrief.combined.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.mwc.debrief.combined.feature"
label="%featureName"
version="1.0.418"
version="1.0.419"
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 @@ -9,6 +9,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.combined.feature</artifactId>
<version>1.0.418</version>
<version>1.0.419</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.341
Bundle-Version: 1.0.342
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.0.453
1=20181016
2=2018-10-16
0=3.0.454
1=20181019
2=2018-10-19
2 changes: 1 addition & 1 deletion org.mwc.debrief.core/pom.xml
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.core</artifactId>
<version>1.0.341</version>
<version>1.0.342</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.debrief.legacy/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Legacy Plug-in
Bundle-SymbolicName: org.mwc.debrief.legacy;singleton:=true
Bundle-Version: 1.0.386
Bundle-Version: 1.0.387
Bundle-ClassPath: debrief_legacy.jar,
libs/poi-3.14-20160307.jar,
libs/poi-scratchpad-3.14-20160307.jar,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.legacy/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.legacy</artifactId>
<version>1.0.386</version>
<version>1.0.387</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
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.0.453" useFeatures="true" includeLaunchers="true">
<product name="DebriefNG" uid="DebriefNG" id="org.mwc.debrief.core.Debrief" application="org.eclipse.ui.ide.workbench" version="3.0.454" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="icons/DebriefNGlogoSmall.png"/>
Expand Down

0 comments on commit c55bf29

Please sign in to comment.