Skip to content

Commit

Permalink
Merge pull request #5164 from debrief/for_release
Browse files Browse the repository at this point in the history
Increment versions, for release
  • Loading branch information
IanMayo committed Aug 11, 2022
2 parents 1c75807 + 71c2710 commit 1dc5536
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion info.limpet/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Limpet
Bundle-SymbolicName: info.limpet;singleton:=true
Bundle-Version: 1.0.15
Bundle-Version: 1.0.17
Bundle-ActivationPolicy: lazy
Export-Package: com.thoughtworks.xstream,
com.thoughtworks.xstream.annotations,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.asset.core.feature/feature.xml
Expand Up @@ -17,7 +17,7 @@
<feature
id="org.mwc.asset.core.feature"
label="Feature Feature"
version="1.0.105">
version="1.0.107">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.asset.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.asset.legacy
Bundle-Version: 1.0.87
Bundle-Version: 1.0.89
Require-Bundle: org.mwc.cmap.legacy,
org.mwc.debrief.legacy
Export-Package: ASSET;
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.asset.legacy/pom.xml
Expand Up @@ -24,6 +24,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.asset.legacy</artifactId>
<version>1.0.87</version>
<version>1.0.89</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.asset.test/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ASSET tests
Bundle-SymbolicName: org.mwc.asset.test
Bundle-Version: 1.0.8
Bundle-Version: 1.0.10
Bundle-Vendor: MWC
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.junit;bundle-version="4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.cmap.NarrativeViewer/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Narrative Viewer Plug-in
Bundle-SymbolicName: org.mwc.cmap.NarrativeViewer;singleton:=true
Bundle-Version: 1.0.43
Bundle-Version: 1.0.45
Bundle-Vendor: borlander@gmail.com
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.cmap.NarrativeViewer/pom.xml
Expand Up @@ -24,6 +24,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.cmap.NarrativeViewer</artifactId>
<version>1.0.43</version>
<version>1.0.45</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.cmap.combined.feature/feature.xml
Expand Up @@ -17,7 +17,7 @@
<feature
id="org.mwc.cmap.combined.feature"
label="%featureName"
version="1.1.24"
version="1.1.26"
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 @@ -24,6 +24,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.cmap.combined.feature</artifactId>
<version>1.1.24</version>
<version>1.1.26</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.mwc.debrief.GNDManager/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GNDManager
Bundle-SymbolicName: org.mwc.debrief.GNDManager; singleton:=true
Bundle-Version: 1.0.18
Bundle-Version: 1.0.20
Bundle-Activator: org.mwc.debrief.gndmanager.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
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.34"
version="1.1.36"
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.34</version>
<version>1.1.36</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.406
Bundle-Version: 1.0.408
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.35
1=20220419
2=2022-04-19
0=3.1.37
1=20220811
2=2022-08-11
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.406</version>
<version>1.0.408</version>
<packaging>eclipse-plugin</packaging>


Expand Down
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.446
Bundle-Version: 1.0.448
Bundle-ClassPath: debrief_legacy.jar,
libs/pdfbox-2.0.3.jar,
libs/commons-logging-1.2.jar,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.legacy/pom.xml
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.debrief.legacy</artifactId>
<version>1.0.446</version>
<version>1.0.448</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.lite/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Debrief Lite
Bundle-SymbolicName: org.mwc.debrief.lite;singleton:=true
Bundle-Version: 1.0.432
Bundle-Version: 1.0.434
Export-Package: org.jdesktop.beans,
org.jdesktop.swingx,
org.jdesktop.swingx.auth,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.debrief.lite/pom.xml
Expand Up @@ -23,7 +23,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.mwc.debrief.lite</artifactId>
<version>1.0.432</version>
<version>1.0.434</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.1.35" useFeatures="true" includeLaunchers="true">
<product name="DebriefNG" uid="DebriefNG" id="org.mwc.debrief.core.Debrief" application="org.eclipse.ui.ide.workbench" version="3.1.37" 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.35</version>
<version>3.1.37</version>
</project>
2 changes: 1 addition & 1 deletion org.mwc.gnd.demonstrator/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Demonstrator Plug-in
Bundle-SymbolicName: org.mwc.gnd.demonstrator; singleton:=true
Bundle-Version: 1.0.13
Bundle-Version: 1.0.15
Bundle-Activator: org.mwc.gnd.demonstrator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.mwc.gnd.demonstrator/pom.xml
Expand Up @@ -24,6 +24,6 @@
</parent>
<groupId>org.mwc.debrief</groupId>
<artifactId>org.mwc.gnd.demonstrator</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit 1dc5536

Please sign in to comment.