You've already forked v8-code-style
							
							
				mirror of
				https://github.com/1C-Company/v8-code-style.git
				synced 2025-10-31 08:27:42 +02:00 
			
		
		
		
	Версия 0.5
This commit is contained in:
		
							
								
								
									
										34
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -2,8 +2,36 @@ | ||||
|  | ||||
| [TOC text bullet hierarchy] | ||||
|  | ||||
| ## 0.5.0 | ||||
|  | ||||
|  | ||||
| ### Новые проверки | ||||
|  | ||||
|  | ||||
| #### Метаданные | ||||
|  | ||||
|  | ||||
| #### Формы | ||||
|  | ||||
|  | ||||
| #### Код модулей | ||||
|  | ||||
|  | ||||
| #### Запросы | ||||
|  | ||||
|  | ||||
| #### Права ролей | ||||
|  | ||||
|  | ||||
| ### Новые быстрые исправления (Quick-fix) | ||||
|  | ||||
|  | ||||
| ### Исправленные ошибки | ||||
|  | ||||
|  | ||||
| ## 0.4.0 | ||||
|  | ||||
| - Выпуск бета-версии для 1C:EDT 2022.2 | ||||
|  | ||||
| ### Новые проверки | ||||
|  | ||||
| @@ -33,13 +61,9 @@ | ||||
| - Устаревшая процедура (функция) расположена вне области "УстаревшиеПроцедурыИФункции" | ||||
| - Использован обработчик событий, подключаемый из кода и не содержащий префикса "Подключаемый_" | ||||
|  | ||||
| #### Запросы | ||||
|  | ||||
|  | ||||
| #### Права ролей | ||||
|  | ||||
|  | ||||
| ### Новые быстрые исправления (Quick-fix) | ||||
|  | ||||
| - Исправление превышения максимального количества допустимых пустых строк  | ||||
|  | ||||
| #### Автосортировка | ||||
|   | ||||
| @@ -39,6 +39,7 @@ | ||||
|  | ||||
| | Версия | 1C:EDT | JDT для разработки | P2-репозиторий | | ||||
| |--------|--------|--------------------|----------------| | ||||
| | 0.5.0  | 2023.1 | 2022-03 | [p2-link](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2023.1/0.5.0/repo/), [p2-zip](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2023.1/0.5.0/repo.zip) | | ||||
| | 0.4.0  | 2022.2 | 2022-03 | [p2-link](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2022.2/0.4.0/repo/), [p2-zip](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2022.2/0.4.0/repo.zip) | | ||||
| | 0.3.0  | 2022.1 | 2022-03 | [p2-link](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2022.1/0.3.0/repo/), [p2-zip](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2022.1/0.3.0/repo.zip) | | ||||
| | 0.2.0  | 2021.3 | 2020-12 | [p2-link](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.3/0.2.0/repo/), [p2-zip](https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.3/0.2.0/repo.zip) | | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|  | ||||
|   <groupId>com.e1c.v8codestyle</groupId> | ||||
|   <artifactId>bom</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>pom</packaging> | ||||
|  | ||||
|   <name>BOM</name> | ||||
| @@ -104,7 +104,7 @@ | ||||
|               <artifact> | ||||
|                 <groupId>com.e1c.v8codestyle</groupId> | ||||
|                 <artifactId>default</artifactId> | ||||
|                 <version>0.4.0-SNAPSHOT</version> | ||||
|                 <version>0.5.0-SNAPSHOT</version> | ||||
|               </artifact> | ||||
|             </target> | ||||
|             <environments> | ||||
|   | ||||
| @@ -12,9 +12,9 @@ | ||||
| #     1C-Soft LLC - initial API and implementation | ||||
| #******************************************************************************* | ||||
|  | ||||
| current_version='0.3.0' | ||||
| new_version='0.4.0' | ||||
| next_version='0.5.0' | ||||
| current_version='0.4.0' | ||||
| new_version='0.5.0' | ||||
| next_version='0.6.0' | ||||
|  | ||||
| find . -name 'pom.xml' -exec sed -i '' "s/${current_version}-SNAPSHOT/${new_version}-SNAPSHOT/g" {} + | ||||
|  | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.autosort.ui;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.autosort.ui.UiPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.ui;bundle-version="[3.118.0,4.0.0)", | ||||
| @@ -18,6 +18,6 @@ Import-Package: com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)", | ||||
|  com._1c.g5.v8.dt.metadata.mdclass;version="[8.0.0,9.0.0)", | ||||
|  com._1c.g5.wiring;version="[2.2.0,3.0.0)", | ||||
|  com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)", | ||||
|  com.e1c.v8codestyle.autosort;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.autosort;version="[0.5.0,0.6.0)", | ||||
|  com.google.common.base;version="[30.1.0,31.0.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.autosort.ui</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| </project> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.autosort;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.autosort.AutoSortPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.13.0,4.0.0)", | ||||
| @@ -26,11 +26,11 @@ Import-Package: com._1c.g5.v8.bm.common.collections;version="[3.0.0,4.0.0)", | ||||
|  com._1c.g5.v8.dt.core.platform;version="[10.0.0,11.0.0)", | ||||
|  com._1c.g5.v8.dt.lifecycle;version="[3.0.0,4.0.0)", | ||||
|  com._1c.g5.v8.dt.metadata.mdclass;version="[8.0.0,9.0.0)", | ||||
|  com.e1c.v8codestyle;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle;version="[0.5.0,0.6.0)", | ||||
|  com.google.common.base;version="[30.1.0,31.0.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)", | ||||
|  com.google.inject.binder;version="[5.0.1,6.0.0)" | ||||
| Export-Package: com.e1c.v8codestyle.autosort;version="0.4.0"; | ||||
| Export-Package: com.e1c.v8codestyle.autosort;version="0.5.0"; | ||||
|   uses:="org.eclipse.emf.ecore, | ||||
|    org.eclipse.core.runtime, | ||||
|    org.eclipse.emf.common.util, | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.autosort</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| </project> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.bsl.ui;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.bsl.ui.UiPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.ui;bundle-version="[3.119.0,4.0.0)", | ||||
| @@ -50,5 +50,5 @@ Import-Package: com._1c.g5.ides.ui.texteditor.xtext.embedded;version="[5.0.0,6.0 | ||||
|  com.e1c.g5.v8.dt.check.qfix;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.qfix.components;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)", | ||||
|  com.e1c.v8codestyle.bsl;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.bsl.strict;version="[0.4.0,0.5.0)" | ||||
|  com.e1c.v8codestyle.bsl;version="[0.5.0,0.6.0)", | ||||
|  com.e1c.v8codestyle.bsl.strict;version="[0.5.0,0.6.0)" | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.bsl.ui</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| </project> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.bsl;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.bsl.BslPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Bundle-Localization: plugin | ||||
| @@ -58,7 +58,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.qfix;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.qfix.components;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)", | ||||
|  com.e1c.v8codestyle;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.4.0,0.5.0)" | ||||
| Export-Package: com.e1c.v8codestyle.bsl;version="0.4.0", | ||||
|  com.e1c.v8codestyle.bsl.strict;version="0.4.0" | ||||
|  com.e1c.v8codestyle;version="[0.5.0,0.6.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.5.0,0.6.0)" | ||||
| Export-Package: com.e1c.v8codestyle.bsl;version="0.5.0", | ||||
|  com.e1c.v8codestyle.bsl.strict;version="0.5.0" | ||||
|   | ||||
| @@ -19,10 +19,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.bsl</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| 	<properties> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.form;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.form.CorePlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.20.0,4.0.0)", | ||||
| @@ -40,7 +40,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.5.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.qfix;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.qfix.components;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.5.0,0.6.0)", | ||||
|  com.google.common.base;version="[30.1.0,31.0.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)", | ||||
|  com.google.inject.binder;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.form</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| 	<properties> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.md.ui;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.md.ui.UiPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.ui;bundle-version="[3.119.0,4.0.0)", | ||||
| @@ -26,6 +26,6 @@ Import-Package: com._1c.g5.v8.dt.common;version="[6.4.0,7.0.0)", | ||||
|  com._1c.g5.v8.dt.ui.wizards;version="[8.0.0,9.0.0)", | ||||
|  com._1c.g5.wiring;version="[2.2.0,3.0.0)", | ||||
|  com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)", | ||||
|  com.e1c.v8codestyle.md;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.md;version="[0.5.0,0.6.0)", | ||||
|  com.google.common.base;version="[30.1.0,31.0.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.md.ui</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| </project> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.md;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.md.CorePlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)", | ||||
| @@ -29,7 +29,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.context;version="[2.0.0,3.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.5.0,0.6.0)", | ||||
|  com.google.common.base;version="[30.1.0,31.0.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
| Export-Package: com.e1c.v8codestyle.md;version="0.4.0" | ||||
| Export-Package: com.e1c.v8codestyle.md;version="0.5.0" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.md</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| 	<properties> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.ql;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.ql.CorePlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)", | ||||
| @@ -27,5 +27,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="1.0.0", | ||||
|  com.e1c.g5.v8.dt.ql.check;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.5.0,0.6.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.ql</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| 	<properties> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.right;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.right.CorePlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)", | ||||
| @@ -34,5 +34,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.context;version="[2.0.0,3.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle.check;version="[0.5.0,0.6.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
|     <parent> | ||||
|         <groupId>com.e1c.v8codestyle</groupId> | ||||
|         <artifactId>bundles</artifactId> | ||||
|         <version>0.4.0-SNAPSHOT</version> | ||||
|         <version>0.5.0-SNAPSHOT</version> | ||||
|     </parent> | ||||
|     <artifactId>com.e1c.v8codestyle.right</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|     <packaging>eclipse-plugin</packaging> | ||||
|      | ||||
|     <properties> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.ui;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.ui.UiPlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Bundle-Localization: plugin | ||||
| @@ -22,5 +22,5 @@ Import-Package: com._1c.g5.v8.dt.common;version="[6.4.0,7.0.0)", | ||||
|  com._1c.g5.v8.dt.ui.wizards;version="[8.1.0,9.0.0)", | ||||
|  com._1c.g5.wiring;version="[2.2.0,3.0.0)", | ||||
|  com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)", | ||||
|  com.e1c.v8codestyle;version="[0.4.0,0.5.0)", | ||||
|  com.e1c.v8codestyle;version="[0.5.0,0.6.0)", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)" | ||||
|   | ||||
| @@ -18,10 +18,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.ui</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
| </project> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Activator: com.e1c.v8codestyle.internal.CorePlugin | ||||
| Bundle-Vendor: %providerName | ||||
| Bundle-Localization: plugin | ||||
| @@ -21,5 +21,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)", | ||||
|  com.e1c.g5.v8.dt.check.settings;version="1.0.0", | ||||
|  com.google.inject;version="[5.0.1,6.0.0)", | ||||
|  com.google.inject.binder;version="[5.0.1,6.0.0)" | ||||
| Export-Package: com.e1c.v8codestyle;version="0.4.0", | ||||
|  com.e1c.v8codestyle.check;version="0.4.0" | ||||
| Export-Package: com.e1c.v8codestyle;version="0.5.0", | ||||
|  com.e1c.v8codestyle.check;version="0.5.0" | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>bundles</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| </project> | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>parent</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|    | ||||
|   <groupId>com.e1c.v8codestyle</groupId> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.docs;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.docs | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
|   | ||||
| @@ -20,10 +20,10 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>parent</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>com.e1c.v8codestyle.docs</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<groupId>com.e1c.v8codestyle</groupId> | ||||
| 	<packaging>eclipse-plugin</packaging> | ||||
| 	 | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
| <feature | ||||
|       id="com.e1c.v8codestyle.feature" | ||||
|       label="%feature.name" | ||||
|       version="0.4.0.qualifier" | ||||
|       version="0.5.0.qualifier" | ||||
|       provider-name="%feature.vendor" | ||||
|       plugin="com.e1c.v8codestyle" | ||||
|       license-feature="org.eclipse.license" | ||||
|   | ||||
| @@ -19,11 +19,11 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.e1c.v8codestyle</groupId> | ||||
| 		<artifactId>features</artifactId> | ||||
| 		<version>0.4.0-SNAPSHOT</version> | ||||
| 		<version>0.5.0-SNAPSHOT</version> | ||||
| 	</parent> | ||||
|  | ||||
| 	<artifactId>com.e1c.v8codestyle.feature</artifactId> | ||||
| 	<version>0.4.0-SNAPSHOT</version> | ||||
| 	<version>0.5.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-feature</packaging> | ||||
|  | ||||
| 	<build> | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
| <feature | ||||
|       id="com.e1c.v8codestyle.sdk" | ||||
|       label="%featureName" | ||||
|       version="0.4.0.qualifier" | ||||
|       version="0.5.0.qualifier" | ||||
|       provider-name="%providerName" | ||||
|       license-feature="org.eclipse.license" | ||||
|       license-feature-version="2.0.2.qualifier"> | ||||
| @@ -33,11 +33,11 @@ | ||||
|  | ||||
|    <includes | ||||
|          id="com.e1c.v8codestyle.feature.source" | ||||
|          version="0.4.0.qualifier" | ||||
|          version="0.5.0.qualifier" | ||||
|          optional="true"/> | ||||
|  | ||||
|    <includes | ||||
|          id="com.e1c.v8codestyle.feature" | ||||
|          version="0.4.0.qualifier"/> | ||||
|          version="0.5.0.qualifier"/> | ||||
|  | ||||
| </feature> | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>features</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>com.e1c.v8codestyle.sdk</artifactId> | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>parent</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>features</artifactId> | ||||
|   | ||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -16,13 +16,13 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>bom</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|     <relativePath>./bom/pom.xml</relativePath> | ||||
|   </parent> | ||||
|  | ||||
|   <groupId>com.e1c.v8codestyle</groupId> | ||||
|   <artifactId>parent</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>pom</packaging> | ||||
|  | ||||
|   <name>1C:Code style V8</name> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>repositories</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>com.e1c.v8codestyle.repository.sdk</artifactId> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>repositories</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>com.e1c.v8codestyle.repository</artifactId> | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>parent</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>repositories</artifactId> | ||||
|   | ||||
| @@ -19,12 +19,12 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>targets</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <groupId>com.e1c.v8codestyle</groupId> | ||||
|   <artifactId>default</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|    | ||||
|   <packaging>eclipse-target-definition</packaging> | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>parent</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>targets</artifactId> | ||||
|   | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.autosort.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.autosort;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.autosort;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.autosort.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.autosort.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.bsl.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.bsl;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.bsl;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.md.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.bsl.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.bsl.ui.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.bsl.ui;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.bsl.ui;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.bsl.ui.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.bsl.ui.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.form.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.form;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.form;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.form.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.form.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.md.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.md;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.md;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.md.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.md.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.ql.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.ql;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.ql;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.ql.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.ql.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -2,9 +2,9 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %pluginName | ||||
| Bundle-SymbolicName: com.e1c.v8codestyle.right.itests;singleton:=true | ||||
| Bundle-Version: 0.4.0.qualifier | ||||
| Bundle-Version: 0.5.0.qualifier | ||||
| Bundle-Vendor: %providerName | ||||
| Fragment-Host: com.e1c.v8codestyle.right;bundle-version="[0.4.0,0.5.0)" | ||||
| Fragment-Host: com.e1c.v8codestyle.right;bundle-version="[0.5.0,0.6.0)" | ||||
| Automatic-Module-Name: com.e1c.v8codestyle.right.itests | ||||
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | ||||
| Bundle-Localization: fragment | ||||
|   | ||||
| @@ -19,9 +19,9 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>tests</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|   <artifactId>com.e1c.v8codestyle.right.itests</artifactId> | ||||
|   <version>0.4.0-SNAPSHOT</version> | ||||
|   <version>0.5.0-SNAPSHOT</version> | ||||
|   <packaging>eclipse-test-plugin</packaging> | ||||
| </project> | ||||
| @@ -16,7 +16,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.e1c.v8codestyle</groupId> | ||||
|     <artifactId>parent</artifactId> | ||||
|     <version>0.4.0-SNAPSHOT</version> | ||||
|     <version>0.5.0-SNAPSHOT</version> | ||||
|   </parent> | ||||
|  | ||||
|   <artifactId>tests</artifactId> | ||||
| @@ -81,7 +81,7 @@ | ||||
|             <artifact> | ||||
|               <groupId>com.e1c.v8codestyle</groupId> | ||||
|               <artifactId>default</artifactId> | ||||
|               <version>0.4.0-SNAPSHOT</version> | ||||
|               <version>0.5.0-SNAPSHOT</version> | ||||
|             </artifact> | ||||
|           </target> | ||||
|           <dependency-resolution> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user