Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed May 4, 2023
1 parent 5383cf6 commit e99a673
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "ru.biatech.edt.xtest"
version = "23.4.0"
version = "23.4.1"
val vendor = "BIA-Technologies Limited Liability Company"
val createProjectYear = 2021
val licenseYear = if (Calendar.getInstance().get(Calendar.YEAR) == createProjectYear) "$createProjectYear"
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bom</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>BOM</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<artifact>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>default</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</artifact>
</target>
<dependency-resolution>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/features/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<feature
id="ru.biatech.edt.xtest.feature"
label="Запуск модульных тестов"
version="23.4.0.qualifier"
version="23.4.1.qualifier"
provider-name="BIA-Technologies Limited Liability Company">

<description>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/features/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>features</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>ru.biatech.edt.xtest.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bom</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
<relativePath>bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/repositories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>repositories</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/repositories/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>repositories</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/targets/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>targets</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>default</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/targets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>targets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>

<artifactId>update-site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion viewer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: ru.biatech.edt.junit;singleton:=true
Automatic-Module-Name: ru.biatech.edt.junit
Bundle-Version: 23.4.0.qualifier
Bundle-Version: 23.4.1.qualifier
Bundle-Activator: ru.biatech.edt.junit.TestViewerPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bundles</artifactId>
<version>23.4.0-SNAPSHOT</version>
<version>23.4.1-SNAPSHOT</version>
</parent>
<artifactId>ru.biatech.edt.junit</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit e99a673

Please sign in to comment.