Skip to content

Commit 563bf9b

Browse files
committed
[Generated] commit for version bumps to 1.0.8.25-20230118
1 parent def5880 commit 563bf9b

File tree

11 files changed

+20
-18
lines changed

11 files changed

+20
-18
lines changed

org.jcryptool.core.feature/feature.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<feature
2-
id="org.jcryptool.core.feature" label="JCrypTool Core Feature" version="1.0.8.24-20221010" provider-name="jcryptool.org" plugin="org.jcryptool.core">
2+
id="org.jcryptool.core.feature" label="JCrypTool Core Feature" version="1.0.8.25-20230118" provider-name="jcryptool.org" plugin="org.jcryptool.core">
33
<!-- keep this in one line -->
44
<!-- version:this -->
55
<description url="https://github.com/jcryptool/core">
@@ -218,11 +218,13 @@ litigation.
218218
<!-- </url> -->
219219
<plugin id="org.jcryptool.core.nl" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
220220
<plugin id="bcprov" download-size="0" install-size="0" version="0.0.0"/>
221-
<plugin id="org.jcryptool.core.help" download-size="0" install-size="0" version="1.0.8.24-20221010" unpack="false"/>
221+
<plugin id="org.jcryptool.core.help" download-size="0" install-size="0" version="1.0.8.25-20230118" unpack="false"/>
222222
<plugin id="org.jcryptool.core.logging" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
223-
<plugin id="org.jcryptool.core.operations" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
223+
<plugin
224+
id="org.jcryptool.core.operations" download-size="0" install-size="0" version="1.0.8.25-20230118" unpack="false">
225+
</plugin>
224226
<plugin id="org.jcryptool.core.views" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
225-
<plugin id="org.jcryptool.core" download-size="0" install-size="0" version="1.0.8.24-20221010" unpack="false"/>
227+
<plugin id="org.jcryptool.core" download-size="0" install-size="0" version="1.0.8.25-20230118" unpack="false"/>
226228
<plugin id="org.jcryptool.core.util" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
227229
<plugin id="org.jcryptool.core.cryptosystem" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
228230
<plugin id="org.jcryptool.functionlistgen" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

org.jcryptool.core.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>org.jcryptool.core.feature</artifactId>
1111
<packaging>eclipse-feature</packaging>
12-
<version>1.0.8.24-20221010</version>
12+
<version>1.0.8.25-20230118</version>
1313
</project>

org.jcryptool.core.help/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundleName
44
Bundle-SymbolicName: org.jcryptool.core.help;singleton:=true
5-
Bundle-Version: 1.0.8.24-20221010
5+
Bundle-Version: 1.0.8.25-20230118
66
Bundle-Vendor: %bundleVendor
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Automatic-Module-Name: org.jcryptool.core.help

org.jcryptool.core.help/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>org.jcryptool.core.help</artifactId>
1111
<packaging>eclipse-plugin</packaging>
12-
<version>1.0.8.24-20221010</version>
12+
<version>1.0.8.25-20230118</version>
1313
</project>

org.jcryptool.core.operations/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundleName
44
Bundle-SymbolicName: org.jcryptool.core.operations;singleton:=true
5-
Bundle-Version: 1.0.8
5+
Bundle-Version: 1.0.8.25-20230118
66
Bundle-Activator: org.jcryptool.core.operations.OperationsPlugin
77
Bundle-Vendor: %bundleProvider
88
Require-Bundle: org.eclipse.ui,

org.jcryptool.core.operations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>org.jcryptool.core.operations</artifactId>
1111
<packaging>eclipse-plugin</packaging>
12-
<version>1.0.8</version>
12+
<version>1.0.8.25-20230118</version>
1313
</project>

org.jcryptool.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundleName
44
Bundle-SymbolicName: org.jcryptool.core;singleton:=true
5-
Bundle-Version: 1.0.8.24-20221010
5+
Bundle-Version: 1.0.8.25-20230118
66
Bundle-Activator: org.jcryptool.core.CorePlugin
77
Require-Bundle: org.eclipse.core.runtime,
88
org.eclipse.ui,

org.jcryptool.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
1717
</resource>
1818
</resources>
1919
</build>
20-
<version>1.0.8.24-20221010</version>
20+
<version>1.0.8.25-20230118</version>
2121
</project>

org.jcryptool.product/jcryptool.product

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<product
2-
name="JCrypTool" uid="jcryptool" id="org.jcryptool.core.product" application="org.jcryptool.core.application" version="1.0.8.24-20221010" useFeatures="true" includeLaunchers="true">
2+
name="JCrypTool" uid="jcryptool" id="org.jcryptool.core.product" application="org.jcryptool.core.application" version="1.0.8.25-20230118" useFeatures="true" includeLaunchers="true">
33
<aboutInfo>
44
<image path="/org.jcryptool.core/icons/about_dialog.gif"/>
55
<text> %about.text </text>
@@ -91,17 +91,17 @@ Agreement more than one year after the cause of action arose. Each party waives
9191
<features>
9292
<feature id="org.jcryptool.core.dependencies.feature"/>
9393
<feature id="org.jcryptool.core.dependencies.nl_de.feature"/>
94-
<feature id="org.jcryptool.core.feature" version="1.0.8.24-20221010"/>
94+
<feature id="org.jcryptool.core.feature" version="1.0.8.25-20230118"/>
9595
<feature id="org.jcryptool.views.feature"/>
9696
<feature id="org.jcryptool.crypto.feature"/>
9797
<feature id="org.jcryptool.providers.feature"/>
9898
<feature id="org.jcryptool.editors.feature"/>
9999
<feature id="org.jcryptool.analysis.feature"/>
100-
<feature id="org.jcryptool.crypto.classic.feature"/>
100+
<feature id="org.jcryptool.crypto.classic.feature" version="1.0.8.25-20230118"/>
101101
<feature id="org.jcryptool.crypto.flexiprovider.feature"/>
102102
<feature id="org.jcryptool.crypto.modern.feature"/>
103-
<feature id="org.jcryptool.games.feature"/>
104-
<feature id="org.jcryptool.visual.feature" version="1.0.8.22-20220919"/>
103+
<feature id="org.jcryptool.games.feature" version="1.0.8.25-20230118"/>
104+
<feature id="org.jcryptool.visual.feature" version="1.0.8.25-20230118"/>
105105
<feature id="org.jcryptool.jre.master.feature" version="1.0.8.15-20220802"/>
106106
</features>
107107
<configurations>

org.jcryptool.product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3-
<version>1.0.8.24-20221010</version>
3+
<version>1.0.8.25-20230118</version>
44
<parent>
55
<groupId>org.jcryptool</groupId>
66
<artifactId>org.jcryptool.core.parent</artifactId>

0 commit comments

Comments
 (0)