Skip to content

Commit

Permalink
Revving the version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tviegut committed Feb 22, 2024
1 parent 4e4d68b commit f2bb8a0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CIMToolFeature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="au.com.langdale.cimtoole.feature"
label="CIMTool"
version="1.11.1"
version="1.12.0"
provider-name="Langdale Consultants">

<description url="http://cimtool.org">
Expand Down
2 changes: 1 addition & 1 deletion CIMToolHelp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMTool Help Plug-in
Bundle-SymbolicName: au.com.langdale.cimtoole.help;singleton:=true
Bundle-Version: 1.11.1
Bundle-Version: 1.12.0
Bundle-ClassPath: CIMToolHelp
Bundle-Vendor: Langdale Consultants
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion CIMToolPlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMTool Plug-in
Bundle-SymbolicName: au.com.langdale.cimtoole;singleton:=true
Bundle-Version: 1.11.1
Bundle-Version: 1.12.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: cimtoole.jar,
lib/commons-logging-1.1.1.jar,
Expand Down
3 changes: 1 addition & 2 deletions CIMToolProduct/CIMTool.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="CIMTool 1.11.1" uid="au.com.langdale.cimtool.deployment" id="au.com.langdale.cimtool.product.ide" application="org.eclipse.ui.ide.workbench" version="1.11.1" useFeatures="false" includeLaunchers="true">
<product name="CIMTool 1.12.0" uid="au.com.langdale.cimtool.deployment" id="au.com.langdale.cimtool.product.ide" application="org.eclipse.ui.ide.workbench" version="1.12.0" useFeatures="false" includeLaunchers="true">

<aboutInfo>
<image path="about.png"/>
Expand Down Expand Up @@ -41,7 +41,6 @@ used in the electric power industry. It is potentially useful for other semanti
</win>
</launcher>


<vm>
</vm>

Expand Down
2 changes: 1 addition & 1 deletion CIMToolProduct/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMToolEnvironment
Bundle-SymbolicName: au.com.langdale.cimtool.product;singleton:=true
Bundle-Version: 1.11.1
Bundle-Version: 1.12.0
Bundle-ClassPath: CIMToolProduct
Bundle-Vendor: Langdale Consultants
4 changes: 2 additions & 2 deletions CIMToolProduct/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.ide.workbench"
name="CIMTool 1.11.1">
name="CIMTool 1.12.0">
<property
name="windowImages"
value="icon-16.png,icon-32.png,icon-48.png,icon-64.png">
Expand All @@ -30,7 +30,7 @@
</property>
<property
name="appName"
value="CIMTool 1.11.1">
value="CIMTool 1.12.0">
</property>
<property
name="startupForegroundColor"
Expand Down
2 changes: 1 addition & 1 deletion CIMUtil/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMUtil
Bundle-SymbolicName: au.com.langdale.cimutil
Bundle-Version: 1.11.1
Bundle-Version: 1.12.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: au.com.langdale.kena
Bundle-ClassPath: cimutil.jar,
Expand Down

0 comments on commit f2bb8a0

Please sign in to comment.