Skip to content

Commit

Permalink
bump version and new year
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-tech committed Apr 28, 2023
1 parent 7f69e56 commit c7f75d4
Show file tree
Hide file tree
Showing 92 changed files with 108 additions and 108 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 = "22.10.0"
version = "23.04.0"
val vendor = "BIA-Technologies Limited Liability Company"
val createProjectYear = 2021
val licenseYear = if (Calendar.getInstance().get(Calendar.YEAR) == createProjectYear) "$createProjectYear"
Expand Down
6 changes: 3 additions & 3 deletions templates/eclipse_project/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bom</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.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>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</artifact>
</target>
<dependency-resolution>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>bundles</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020,2021 1C-Soft LLC
# Copyright 2021-2022 BIA-Technologies Limited Liability Company
# Copyright 2021-2023 BIA-Technologies Limited Liability Company
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which is available at
Expand Down
8 changes: 4 additions & 4 deletions templates/eclipse_project/features/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -18,7 +18,7 @@
<feature
id="ru.biatech.edt.xtest.feature"
label="Запуск модульных тестов"
version="22.10.0.qualifier"
version="23.04.0.qualifier"
provider-name="BIA-Technologies Limited Liability Company">

<description>
Expand All @@ -29,7 +29,7 @@
</description>

<copyright>
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
https://bia-tech.ru/
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Expand Down Expand Up @@ -225,7 +225,7 @@
same &quot;printed page&quot; as the copyright notice for easier
identification within third-party archives.

Copyright 2022 BIA-Technologies Limited Liability Company
Copyright 2023 BIA-Technologies Limited Liability Company

Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/features/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>features</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>ru.biatech.edt.xtest.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bom</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
<relativePath>bom/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/repositories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>repositories</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/repositories/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>repositories</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/targets/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>targets</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>default</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/targets/dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>targets</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>dev</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/targets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>

<artifactId>targets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/eclipse_project/update-site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand Down
4 changes: 2 additions & 2 deletions templates/eclipse_project/update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2020,2021 1C-Soft LLC
Copyright 2021-2022 BIA-Technologies Limited Liability Company
Copyright 2021-2023 BIA-Technologies Limited Liability Company
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>parent</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.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: 22.10.0.qualifier
Bundle-Version: 23.04.0.qualifier
Bundle-Activator: ru.biatech.edt.junit.TestViewerPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion viewer/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright (c) 2000, 2011 IBM Corporation and others.
# Copyright (c) 2021-2022 BIA-Technologies Limited Liability Company.
# Copyright (c) 2021-2023 BIA-Technologies Limited Liability Company.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion viewer/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright (c) 2000, 2019 IBM Corporation and others.
# Copyright (c) 2022 BIA-Technologies Limited Liability Company.
# Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion viewer/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2022 BIA-Technologies Limited Liability Company.
~ Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion viewer/plugin_ru.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2022 BIA-Technologies Limited Liability Company.
# Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions viewer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2020,2021 1C-Soft LLC
~ Copyright (c) 2021-2022 BIA-Technologies Limited Liability Company.
~ Copyright (c) 2021-2023 BIA-Technologies Limited Liability Company.
~
~ This program and the accompanying materials are made available under
~ the terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>ru.biatech.edt.xtest</groupId>
<artifactId>bundles</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>
</parent>
<artifactId>ru.biatech.edt.junit</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2008, 2009 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/main/java/ru/biatech/edt/junit/JUnitCore.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2000, 2022 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2000, 2022 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/main/java/ru/biatech/edt/junit/Logger.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2000, 2009 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2000, 2015 IBM Corporation and others.
* Copyright (c) 2022 BIA-Technologies Limited Liability Company.
* Copyright (c) 2022-2023 BIA-Technologies Limited Liability Company.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
Loading

0 comments on commit c7f75d4

Please sign in to comment.