Skip to content

Commit

Permalink
VA 1.2.034
Browse files Browse the repository at this point in the history
  • Loading branch information
DoublesunRUS committed Sep 23, 2020
1 parent dc4ee17 commit 39a5155
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git:
depth: false

env:
- PLUGIN_VERSION="1.2.33"
- PLUGIN_VERSION="1.2.34"

script:
- mvn clean test verify sonar:sonar -f build/pom.xml -s build/settings.xml -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.java.source=11
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Минимальная версия EDT: 2020.1

Текущий релиз в ветке [master: 1.2.33](https://github.com/DoublesunRUS/ru.capralow.dt.framework.va/tree/master).<br>
Текущий релиз в ветке [master: 1.2.34](https://github.com/DoublesunRUS/ru.capralow.dt.framework.va/tree/master).<br>

В данном репозитории хранятся только исходники.<br>

Плагин можно установить в EDT через пункт "Установить новое ПО" указав сайт обновления http://capralow.ru/edt/unit.framework.va/latest/ . Для установки может потребоваться запуск EDT под правами администратора.<br>
Для самостоятельной сборки плагина необходимо иметь доступ к сайту https://releases.1c.ru и настроить соответствующим образом Maven. Подробности настройки написаны [здесь](https://github.com/1C-Company/dt-example-plugins/blob/master/simple-plugin/README.md).

### Фреймворк тестирования для 1Unit
Плагин содержит в себе фреймворк тестирования [Vanessa Automation](https://github.com/Pr-Mex/vanessa-automation) 1.2.033 и предназначен для использования совместно с плагином [1Unit](https://github.com/DoublesunRUS/ru.capralow.dt.unit.launcher).
Плагин содержит в себе фреймворк тестирования [Vanessa Automation](https://github.com/Pr-Mex/vanessa-automation) 1.2.034 и предназначен для использования совместно с плагином [1Unit](https://github.com/DoublesunRUS/ru.capralow.dt.unit.launcher).

8 changes: 4 additions & 4 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.capralow.dt.framework.va</groupId>
<artifactId>build</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${name}</name>
Expand Down Expand Up @@ -59,13 +59,13 @@
<artifact>
<groupId>ru.capralow.dt.framework.va.target</groupId>
<artifactId>default</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
</artifact>
</target>
<environments>
<environment>
<os>win33</os>
<ws>win33</ws>
<os>win34</os>
<ws>win34</ws>
<arch>x86_64</arch>
</environment>
<environment>
Expand Down
2 changes: 1 addition & 1 deletion repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<category-def name="ru.capralow.dt.plugin.category.public" label="Плагины для EDT"/>
<feature url="features/ru.capralow.dt.framework.va_1.2.33.qualifier.jar" id="ru.capralow.dt.framework.va" version="1.2.33.qualifier">
<feature url="features/ru.capralow.dt.framework.va_1.2.34.qualifier.jar" id="ru.capralow.dt.framework.va" version="1.2.34.qualifier">
<category name="ru.capralow.dt.plugin.category.public"/>
</feature>
</site>
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ru.capralow.dt.framework.va</groupId>
<artifactId>build</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ru.capralow.dt.framework.va.exec/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: %pluginName
Bundle-SymbolicName: ru.capralow.dt.framework.va.exec;singleton:=true
Bundle-Version: 1.2.33.qualifier
Bundle-Version: 1.2.34.qualifier
Bundle-Activator: ru.capralow.dt.framework.va.exec.FrameworkPlugin
Require-Bundle: org.eclipse.core.runtime
Bundle-Localization: plugin
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ru.capralow.dt.framework.va.exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.capralow.dt.framework.va</groupId>
<artifactId>build</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ru.capralow.dt.framework.va.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ru.capralow.dt.framework.va"
label="%featureName"
version="1.2.33.qualifier"
version="1.2.34.qualifier"
provider-name="%providerName">

<description>
Expand Down
2 changes: 1 addition & 1 deletion ru.capralow.dt.framework.va.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.capralow.dt.framework.va</groupId>
<artifactId>build</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<artifactId>ru.capralow.dt.framework.va</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.capralow.dt.framework.va</groupId>
<artifactId>build</artifactId>
<version>1.2.33-SNAPSHOT</version>
<version>1.2.34-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 39a5155

Please sign in to comment.