Skip to content

Commit b869c05

Browse files
committed
Поднятие версии 0.7
1 parent 57b84ef commit b869c05

File tree

27 files changed

+50
-44
lines changed

27 files changed

+50
-44
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
1C:SSL support for 1C:EDT - CHANGELOG - ИСТОРИЯ ИЗМЕНЕНИЙ
22

3+
## 0.7.0
4+
5+
* Переход на EDT 2022.1
6+
37
## 0.6.0
48

59
* Переход на EDT 2021.3

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
| Версия | P2-репозиторий | ZIP-архив репозитория |
7676
|--------|----------------|-----------------------|
77+
| 0.7.0 для 1C:EDT 2022.1 | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2022.1/0.7.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2022.1/0.7.0/repo.zip |
78+
| 0.6.0 для 1C:EDT 2021.3 | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.3/0.6.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.3/0.3.0/repo.zip |
7779
| 0.5.0 для 1C:EDT 2021.2 | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.2/0.5.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.2/0.5.0/repo.zip |
7880
| 0.4.0 для 1C:EDT 2021.1 | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.1/0.4.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2021.1/0.4.0/repo.zip |
7981
| 0.3.0 для 1C:EDT 2020.6 | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2020.6/0.3.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/ssl-support/edt-2020.6/0.3.0/repo.zip |

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.e1c.ssl</groupId>
2222
<artifactId>bom</artifactId>
23-
<version>0.6.0-SNAPSHOT</version>
23+
<version>0.7.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>BOM</name>
@@ -102,7 +102,7 @@
102102
<artifact>
103103
<groupId>com.e1c.ssl</groupId>
104104
<artifactId>default</artifactId>
105-
<version>0.6.0-SNAPSHOT</version>
105+
<version>0.7.0-SNAPSHOT</version>
106106
</artifact>
107107
</target>
108108
<environments>

bom/set_version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# 1C-Soft LLC - initial API and implementation
1313
#*******************************************************************************
1414

15-
current_version='0.5.0'
16-
new_version='0.6.0'
17-
next_version='0.7.0'
15+
current_version='0.6.0'
16+
new_version='0.7.0'
17+
next_version='0.8.0'
1818

1919
#sed "s/\<version\>0.1.0-SNAPSHOT\<\/version\>/\<version\>0.1.1-SNAPSHOT\<\/version\>/g" pom.xml
2020
find . -name 'pom.xml' -exec sed -i '' "s/${current_version}-SNAPSHOT/${new_version}-SNAPSHOT/g" {} +

bundles/com.e1c.ssl.bsl.ui/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: com.e1c.ssl.bsl.ui;singleton:=true
5-
Bundle-Version: 0.6.0.qualifier
5+
Bundle-Version: 0.7.0.qualifier
66
Bundle-Activator: com.e1c.ssl.bsl.internal.ui.UiPlugin
77
Bundle-Vendor: %providerName
88
Require-Bundle: org.eclipse.ui;bundle-version="[3.0.0,4.0.0)",
@@ -29,6 +29,6 @@ Import-Package: com._1c.g5.modeling.xtext.scoping;version="[4.1.0,5.0.0)",
2929
com._1c.g5.v8.dt.platform;version="[5.0.0,6.0.0)",
3030
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
3131
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
32-
com.e1c.ssl.bsl;version="[0.6.0,0.7.0)",
32+
com.e1c.ssl.bsl;version="[0.7.0,0.8.0)",
3333
com.google.inject;version="[5.0.1,6.0.0)"
34-
Export-Package: com.e1c.ssl.bsl.ui;version="0.6.0"
34+
Export-Package: com.e1c.ssl.bsl.ui;version="0.7.0"

bundles/com.e1c.ssl.bsl.ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<parent>
1919
<groupId>com.e1c.ssl</groupId>
2020
<artifactId>bundles</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.7.0-SNAPSHOT</version>
2222
</parent>
2323
<artifactId>com.e1c.ssl.bsl.ui</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
24+
<version>0.7.0-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626

2727
</project>

bundles/com.e1c.ssl.bsl/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: com.e1c.ssl.bsl;singleton:=true
5-
Bundle-Version: 0.6.0.qualifier
5+
Bundle-Version: 0.7.0.qualifier
66
Bundle-Activator: com.e1c.ssl.bsl.internal.BslPlugin
77
Bundle-Vendor: %providerName
88
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.15.0,4.0.0)",
@@ -30,7 +30,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
3030
com._1c.g5.v8.dt.platform.version;version="[2.0.0,3.0.0)",
3131
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
3232
com._1c.g5.wiring.binder;version="[1.0.0,2.0.0)"
33-
Export-Package: com.e1c.ssl.bsl;version="0.6.0";
33+
Export-Package: com.e1c.ssl.bsl;version="0.7.0";
3434
uses:="com._1c.g5.v8.dt.mcore,
3535
com._1c.g5.v8.dt.bsl.typesystem,
3636
com._1c.g5.v8.dt.bsl.resource,

bundles/com.e1c.ssl.bsl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<parent>
1919
<groupId>com.e1c.ssl</groupId>
2020
<artifactId>bundles</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.7.0-SNAPSHOT</version>
2222
</parent>
2323
<artifactId>com.e1c.ssl.bsl</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
24+
<version>0.7.0-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626

2727
</project>

bundles/com.e1c.ssl.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: com.e1c.ssl.ui;singleton:=true
5-
Bundle-Version: 0.6.0.qualifier
5+
Bundle-Version: 0.7.0.qualifier
66
Bundle-Activator: com.e1c.ssl.ui.Activator
77
Bundle-Vendor: %providerName
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime
1010
Bundle-RequiredExecutionEnvironment: JavaSE-11
1111
Automatic-Module-Name: com.e1c.ssl.ui
1212
Bundle-ActivationPolicy: lazy
13-
Export-Package: com.e1c.ssl.ui;version="0.6.0"
13+
Export-Package: com.e1c.ssl.ui;version="0.7.0"
1414
Bundle-Localization: plugin

bundles/com.e1c.ssl.ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<parent>
1919
<groupId>com.e1c.ssl</groupId>
2020
<artifactId>bundles</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.7.0-SNAPSHOT</version>
2222
</parent>
2323
<artifactId>com.e1c.ssl.ui</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
24+
<version>0.7.0-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>
2626

2727
</project>

0 commit comments

Comments
 (0)