Skip to content

Commit

Permalink
Поднятие версии 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marmyshev committed Jun 6, 2022
1 parent 57b84ef commit b869c05
Show file tree
Hide file tree
Showing 27 changed files with 50 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
1C:SSL support for 1C:EDT - CHANGELOG - ИСТОРИЯ ИЗМЕНЕНИЙ

## 0.7.0

* Переход на EDT 2022.1

## 0.6.0

* Переход на EDT 2021.3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@

| Версия | P2-репозиторий | ZIP-архив репозитория |
|--------|----------------|-----------------------|
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.e1c.ssl</groupId>
<artifactId>bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>BOM</name>
Expand Down Expand Up @@ -102,7 +102,7 @@
<artifact>
<groupId>com.e1c.ssl</groupId>
<artifactId>default</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
6 changes: 3 additions & 3 deletions bom/set_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# 1C-Soft LLC - initial API and implementation
#*******************************************************************************

current_version='0.5.0'
new_version='0.6.0'
next_version='0.7.0'
current_version='0.6.0'
new_version='0.7.0'
next_version='0.8.0'

#sed "s/\<version\>0.1.0-SNAPSHOT\<\/version\>/\<version\>0.1.1-SNAPSHOT\<\/version\>/g" pom.xml
find . -name 'pom.xml' -exec sed -i '' "s/${current_version}-SNAPSHOT/${new_version}-SNAPSHOT/g" {} +
Expand Down
6 changes: 3 additions & 3 deletions bundles/com.e1c.ssl.bsl.ui/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: com.e1c.ssl.bsl.ui;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: com.e1c.ssl.bsl.internal.ui.UiPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui;bundle-version="[3.0.0,4.0.0)",
Expand All @@ -29,6 +29,6 @@ Import-Package: com._1c.g5.modeling.xtext.scoping;version="[4.1.0,5.0.0)",
com._1c.g5.v8.dt.platform;version="[5.0.0,6.0.0)",
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
com.e1c.ssl.bsl;version="[0.6.0,0.7.0)",
com.e1c.ssl.bsl;version="[0.7.0,0.8.0)",
com.google.inject;version="[5.0.1,6.0.0)"
Export-Package: com.e1c.ssl.bsl.ui;version="0.6.0"
Export-Package: com.e1c.ssl.bsl.ui;version="0.7.0"
4 changes: 2 additions & 2 deletions bundles/com.e1c.ssl.bsl.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>bundles</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>com.e1c.ssl.bsl.ui</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions bundles/com.e1c.ssl.bsl/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: com.e1c.ssl.bsl;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: com.e1c.ssl.bsl.internal.BslPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.15.0,4.0.0)",
Expand Down Expand Up @@ -30,7 +30,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
com._1c.g5.v8.dt.platform.version;version="[2.0.0,3.0.0)",
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
com._1c.g5.wiring.binder;version="[1.0.0,2.0.0)"
Export-Package: com.e1c.ssl.bsl;version="0.6.0";
Export-Package: com.e1c.ssl.bsl;version="0.7.0";
uses:="com._1c.g5.v8.dt.mcore,
com._1c.g5.v8.dt.bsl.typesystem,
com._1c.g5.v8.dt.bsl.resource,
Expand Down
4 changes: 2 additions & 2 deletions bundles/com.e1c.ssl.bsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>bundles</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>com.e1c.ssl.bsl</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions bundles/com.e1c.ssl.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.e1c.ssl.ui;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: com.e1c.ssl.ui.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: com.e1c.ssl.ui
Bundle-ActivationPolicy: lazy
Export-Package: com.e1c.ssl.ui;version="0.6.0"
Export-Package: com.e1c.ssl.ui;version="0.7.0"
Bundle-Localization: plugin
4 changes: 2 additions & 2 deletions bundles/com.e1c.ssl.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>bundles</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>com.e1c.ssl.ui</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>com.e1c.ssl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/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: com.e1c.ssl.docs;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %providerName
Automatic-Module-Name: com.e1c.ssl.docs
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>com.e1c.ssl.docs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<groupId>com.e1c.ssl</groupId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion features/com.e1c.ssl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="com.e1c.ssl.feature"
label="%feature.name"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
provider-name="%feature.vendor"
plugin="com.e1c.ssl.ui"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions features/com.e1c.ssl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>features</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>com.e1c.ssl.feature</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<build>
Expand Down
6 changes: 3 additions & 3 deletions features/com.e1c.ssl.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<feature
id="com.e1c.ssl.sdk"
label="%featureName"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2.qualifier">
Expand All @@ -30,11 +30,11 @@

<includes
id="com.e1c.ssl.feature.source"
version="0.6.0.qualifier"
version="0.7.0.qualifier"
optional="true"/>

<includes
id="com.e1c.ssl.feature"
version="0.6.0.qualifier"/>
version="0.7.0.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion features/com.e1c.ssl.sdk.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>features</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>com.e1c.ssl.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>./bom/pom.xml</relativePath>
</parent>

<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>1C:SSL support for 1C:EDT</name>
Expand Down
2 changes: 1 addition & 1 deletion repositories/com.e1c.ssl.repository.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>repositories</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>com.e1c.ssl.repository.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repositories/com.e1c.ssl.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>repositories</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>com.e1c.ssl.repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repositories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>repositories</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions targets/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>targets</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<groupId>com.e1c.ssl</groupId>
<artifactId>default</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>

<packaging>eclipse-target-definition</packaging>

Expand Down
2 changes: 1 addition & 1 deletion targets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>targets</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/com.e1c.ssl.bsl.itests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.e1c.ssl.bsl.itests;singleton:=true
Bundle-Version: 0.6.0.qualifier
Bundle-Version: 0.7.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: com.e1c.ssl.bsl;bundle-version="[0.6.0,0.7.0)"
Fragment-Host: com.e1c.ssl.bsl;bundle-version="[0.7.0,0.8.0)"
Automatic-Module-Name: com.e1c.ssl.bsl.itests
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com._1c.g5.ides.core.handle.impl.xtext;version="[6.0.0,7.0.0)",
Expand Down
4 changes: 2 additions & 2 deletions tests/com.e1c.ssl.bsl.itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>com.e1c.ssl.bsl.itests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.e1c.ssl</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>tests</artifactId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<artifact>
<groupId>com.e1c.ssl</groupId>
<artifactId>default</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</artifact>
</target>
<dependency-resolution>
Expand Down

0 comments on commit b869c05

Please sign in to comment.