Skip to content

Commit

Permalink
update version number to 1.23.1
Browse files Browse the repository at this point in the history
VN-2972
  • Loading branch information
jochenkemnade committed Nov 5, 2021
1 parent 2861a18 commit ee3f112
Show file tree
Hide file tree
Showing 31 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion doc/manual/de/verinice-Benutzerdokumentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

\newcommand*{\vnversion}{1.23}
\newcommand*{\vnversion}{1.23.1}
\title{verinice Benutzerhandbuch \vnversion{}}
\author{SerNet GmbH}

Expand Down
2 changes: 1 addition & 1 deletion doc/manual/en/verinice-user_manual_EN.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

\newcommand*{\vnversion}{1.23}
\newcommand*{\vnversion}{1.23.1}
\title{verinice User Guide \vnversion{}}
\author{SerNet GmbH}

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -101,7 +101,7 @@
<artifact>
<groupId>sernet.verinice</groupId>
<artifactId>target-platform</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion sernet.birt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.birt.feature"
label="Birt Feature"
version="1.23.0.qualifier">
version="1.23.1.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion sernet.datatools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.datatools.feature"
label="Data tools Feature"
version="1.23.0.qualifier">
version="1.23.1.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion sernet.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.eclipse.feature"
label="Eclipse Feature"
version="1.23.0.qualifier">
version="1.23.1.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.pax_web.fragment/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: PaxWeb Fragment
Bundle-SymbolicName: sernet.gs.pax_web.fragment
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Vendor: SerNet GmbH
Fragment-Host: org.ops4j.pax.web.pax-web-bundle;bundle-version="0.6.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.server.tests/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: Tests for the verinice server bundle
Bundle-SymbolicName: sernet.gs.server.tests
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Fragment-Host: sernet.gs.server
Automatic-Module-Name: sernet.gs.server.tests
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.server/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: Server
Bundle-SymbolicName: sernet.gs.server;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-ClassPath: .,
lib/org.springframework.ldap-1.3.0.RELEASE.jar,
WebContent/WEB-INF/lib/com.springsource.org.apache.velocity-1.6.2.jar,
Expand Down
4 changes: 2 additions & 2 deletions sernet.gs.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<packaging>eclipse-plugin</packaging>

<artifactId>sernet.gs.server</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>

<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.service.tests/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: sernet.gs.service Test
Bundle-SymbolicName: sernet.gs.service.tests
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Fragment-Host: sernet.gs.service
Automatic-Module-Name: sernet.gs.service.test
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.service/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: GS Service
Bundle-SymbolicName: sernet.gs.service
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-ClassPath: .,
lib/tagsoup-1.1.3-ak.jar,
lib/saxon9/saxon9-ant.jar,
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.ui.rcp.main.tests/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: Tests for the verinice rcp main bundle
Bundle-SymbolicName: sernet.gs.ui.rcp.main.tests
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Fragment-Host: sernet.gs.ui.rcp.main
Automatic-Module-Name: sernet.gs.ui.rcp.main.tests
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.ui.rcp.main/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: %Bundle-Name
Bundle-SymbolicName: sernet.gs.ui.rcp.main;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-ClassPath: .,
lib/xstream/jug.jar,
lib/xstream/xpp3_min-1.1.3.4.O.jar,
Expand Down
2 changes: 1 addition & 1 deletion sernet.gs.ui.rcp.main/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
name="verinice">
<property
name="aboutText"
value="SerNet verinice 1.23.0 - Codename &apos;Great Barrier Island&apos;&#x0A;&#x0A;(c) SerNet Service Network GmbH and others&#x0A;1996–2021&#x0A;&#x0A;Contact the authors:&#x0A;verinice@sernet.de&#x0A;&#x0A;or&#x0A;&#x0A;Visit our homepage:&#x0A;https://www.verinice.com&#x0A;&#x0A;Contributors:&#x0A;Alexander Koderman&#x0A;Anne Hanekop&#x0A;Marek Seeger&#x0A;Andreas Becker&#x0A;Robert Schuster&#x0A;Daniel Murygin&#x0A;Sebastian Engel&#x0A;Markus Joos&#x0A;Gregorio Levano&#x0A;Christian Ganzmann&#x0A;Carmen Probst&#x0A;Sebastian Hagedorn&#x0A;Johannes Stillig&#x0A;Christian Eschenlohr&#x0A;Julia Haas&#x0A;Sirin Torun&#x0A;Benjamin Weißenfels&#x0A;Stanislav Strigunov&#x0A;Joachim Seifert&#x0A;Moritz Reiter&#x0A;Alexander von Ossowski&#x0A;Ruth Motza&#x0A;Viktor Schmidt&#x0A;Tatjana Anisow&#x0A;Michael Flürenbrock&#x0A;Urs Zeidler&#x0A;Alexander Ben Nasrallah&#x0A;Jochen Kemnade&#x0A;Antonio Marino&#x0A;Finn Westendorf&#x0A;Robert Schmidt&#x0A;Jewgeni Spomer&#x0A;Jonas Jordan&#x0A;Nik Paulussen&#x0A;&#x0A;Artwork:&#x0A;Blackbit www.blackbit.de&#x0A;Icons by Axialis Team http://www.axialis.com&#x0A;Icons by Yusuke Kamiyamane http://p.yusukekamiyamane.com&#x0A;Icons by FAMFAMFAM http://www.famfamfam.com&#x0A;Joseph North &lt;north@sublink.ca&gt;&#x0A;Agentur Roeder www.agentur-roeder.de&#x0A;&#x0A;&#x0A;This program comes with ABSOLUTELY NO WARRANTY.&#x0A;This is free software, and you are welcome to redistribute it under certain conditions.&#x0A;Verinice is licensed to you under the conditions of the GPLv3, the Apache license, the Eclipse Public License and others.&#x0A;See the LICENSE.txt contained in the program folder, the verinice Plugin-Details in the help menu and the copyright and license header in each source file for details.&#x0A;&#x0A;VDA Information Security Assessment&#x0A;(c) Arbeitskreis Informationsschutz des Verband der Automobilindustrie e. V. (VDA)&#x0A;Lizenz: http://creativecommons.org/licenses/by-nd/3.0/de/&#x0A;VDA und das VDA Logo sind eingetragene Markenzeichen des Verband der Automobilindustrie e. V. (VDA), die zur Nutzung in verinice lizenziert sind. Alle Rechte vorbehalten."/>
value="SerNet verinice 1.23.1 - Codename &apos;Great Barrier Island&apos;&#x0A;&#x0A;(c) SerNet Service Network GmbH and others&#x0A;1996–2021&#x0A;&#x0A;Contact the authors:&#x0A;verinice@sernet.de&#x0A;&#x0A;or&#x0A;&#x0A;Visit our homepage:&#x0A;https://www.verinice.com&#x0A;&#x0A;Contributors:&#x0A;Alexander Koderman&#x0A;Anne Hanekop&#x0A;Marek Seeger&#x0A;Andreas Becker&#x0A;Robert Schuster&#x0A;Daniel Murygin&#x0A;Sebastian Engel&#x0A;Markus Joos&#x0A;Gregorio Levano&#x0A;Christian Ganzmann&#x0A;Carmen Probst&#x0A;Sebastian Hagedorn&#x0A;Johannes Stillig&#x0A;Christian Eschenlohr&#x0A;Julia Haas&#x0A;Sirin Torun&#x0A;Benjamin Weißenfels&#x0A;Stanislav Strigunov&#x0A;Joachim Seifert&#x0A;Moritz Reiter&#x0A;Alexander von Ossowski&#x0A;Ruth Motza&#x0A;Viktor Schmidt&#x0A;Tatjana Anisow&#x0A;Michael Flürenbrock&#x0A;Urs Zeidler&#x0A;Alexander Ben Nasrallah&#x0A;Jochen Kemnade&#x0A;Antonio Marino&#x0A;Finn Westendorf&#x0A;Robert Schmidt&#x0A;Jewgeni Spomer&#x0A;Jonas Jordan&#x0A;Nik Paulussen&#x0A;&#x0A;Artwork:&#x0A;Blackbit www.blackbit.de&#x0A;Icons by Axialis Team http://www.axialis.com&#x0A;Icons by Yusuke Kamiyamane http://p.yusukekamiyamane.com&#x0A;Icons by FAMFAMFAM http://www.famfamfam.com&#x0A;Joseph North &lt;north@sublink.ca&gt;&#x0A;Agentur Roeder www.agentur-roeder.de&#x0A;&#x0A;&#x0A;This program comes with ABSOLUTELY NO WARRANTY.&#x0A;This is free software, and you are welcome to redistribute it under certain conditions.&#x0A;Verinice is licensed to you under the conditions of the GPLv3, the Apache license, the Eclipse Public License and others.&#x0A;See the LICENSE.txt contained in the program folder, the verinice Plugin-Details in the help menu and the copyright and license header in each source file for details.&#x0A;&#x0A;VDA Information Security Assessment&#x0A;(c) Arbeitskreis Informationsschutz des Verband der Automobilindustrie e. V. (VDA)&#x0A;Lizenz: http://creativecommons.org/licenses/by-nd/3.0/de/&#x0A;VDA und das VDA Logo sind eingetragene Markenzeichen des Verband der Automobilindustrie e. V. (VDA), die zur Nutzung in verinice lizenziert sind. Alle Rechte vorbehalten."/>
<property
name="windowImages"
value="verinice_icons/v-16.png,verinice_icons/v-32.png,verinice_icons/v-48.png,verinice_icons/v-64.png,verinice_icons/v-128.png"/>
Expand Down
2 changes: 1 addition & 1 deletion sernet.localdependencies/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.localdependencies"
label="Localdependencies"
version="1.23.0.qualifier">
version="1.23.1.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion sernet.thirdparty.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.thirdparty.feature"
label="Thirdparty Feature"
version="1.23.0.qualifier">
version="1.23.1.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.app.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.verinice.app.feature"
label="Application Feature"
version="1.23.0.qualifier"
version="1.23.1.qualifier"
provider-name="SerNet">

<description url="https://verinice.com">
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.desktop.integration/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: Desktop Integration
Bundle-SymbolicName: sernet.verinice.desktop.integration;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Activator: sernet.verinice.desktop.integration.Activator
Bundle-Vendor: SerNet GmbH
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.desktop.integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<artifactId>sernet.verinice.desktop.integration</artifactId>
Expand Down
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: JRE for Linux_64
Bundle-SymbolicName: sernet.verinice.extraresources.jre_linux_64;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Vendor: SerNet
Automatic-Module-Name: sernet.verinice.extraresources.jre_linux_64
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
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: JRE for Macos_64
Bundle-SymbolicName: sernet.verinice.extraresources.jre_macos_64;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Vendor: SerNet
Automatic-Module-Name: sernet.verinice.extraresources.jre_macos_64
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
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: JRE for Win_64
Bundle-SymbolicName: sernet.verinice.extraresources.jre_win_64;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Vendor: SerNet
Automatic-Module-Name: sernet.verinice.extraresources.jre_win_64
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.kerberos/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: Kerberos
Bundle-SymbolicName: sernet.verinice.kerberos;singleton:=true
Bundle-Version: 1.23.0.qualifier
Bundle-Version: 1.23.1.qualifier
Bundle-Activator: sernet.verinice.kerberos.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.kerberos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<artifactId>sernet.verinice.kerberos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.lang.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sernet.verinice.lang.feature"
label="Language Feature"
version="1.23.0.qualifier"
version="1.23.1.qualifier"
provider-name="SerNet">

<description url="https://verinice.com">
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.releng.client.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<artifactId>sernet.verinice.releng.client.product</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="verinice" uid="sernet.verinice.releng.client" id="sernet.gs.ui.rcp.main.product" application="sernet.gs.ui.rcp.main.application" version="1.23.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="verinice" uid="sernet.verinice.releng.client" id="sernet.gs.ui.rcp.main.product" application="sernet.gs.ui.rcp.main.application" version="1.23.1.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/sernet.gs.ui.rcp.main/verinice_icons/about_img.png"/>
<text>
SerNet verinice 1.23.0 - Codename &apos;Great Barrier Island&apos;
SerNet verinice 1.23.1 - Codename &apos;Great Barrier Island&apos;

(c) SerNet Service Network GmbH and others
1996–2021
Expand Down Expand Up @@ -797,7 +797,7 @@ Public License instead of this License. But first, please read
</plugins>

<features>
<feature id="sernet.verinice.app.feature" version="1.23.0.qualifier"/>
<feature id="sernet.verinice.app.feature" version="1.23.1.qualifier"/>
</features>

<configurations>
Expand Down
2 changes: 1 addition & 1 deletion sernet.verinice.releng.server.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
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="verinice server" uid="sernet.verinice.releng.server.product" id="sernet.gs.server.product" application="org.eclipse.equinox.app.error" version="1.23.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="verinice server" uid="sernet.verinice.releng.server.product" id="sernet.gs.server.product" application="org.eclipse.equinox.app.error" version="1.23.1.qualifier" useFeatures="true" includeLaunchers="false">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>sernet.verinice</groupId>
<artifactId>sernet.verinice.tycho.root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.23.1-SNAPSHOT</version>
</parent>

<artifactId>target-platform</artifactId>
Expand Down

0 comments on commit ee3f112

Please sign in to comment.