Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Apr 4, 2024
1 parent 447be8a commit a086b93
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-update-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
export publication_location=../../../public/repository
export site_label_suffix=''
export MAVEN_OPTS=
./gradlew download-lombok-plugin
Expand Down
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 = "24.2.0"
version = "24.3.0"
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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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="24.2.0.qualifier"
version="24.3.0.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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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>24.2.0-SNAPSHOT</version>
<version>24.3.0-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: 24.2.0.qualifier
Bundle-Version: 24.3.0.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 @@ -32,7 +32,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bundles</artifactId>
<version>24.2.0-SNAPSHOT</version>
<version>24.3.0-SNAPSHOT</version>
</parent>
<artifactId>ru.biatech.edt.junit</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit a086b93

Please sign in to comment.