Skip to content

Commit

Permalink
version 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Endeavourl committed Aug 3, 2022
1 parent 12ce1cc commit 369b385
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apgdiff/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: %Bundle-Name
Bundle-SymbolicName: apgdiff;singleton:=true
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Export-Package: cz.startnet.utils.pgdiff,
cz.startnet.utils.pgdiff.libraries,
cz.startnet.utils.pgdiff.formatter,
Expand Down
2 changes: 1 addition & 1 deletion apgdiff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>apgdiff</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</modules>

<properties>
<revision>6.5.1-SNAPSHOT</revision>
<revision>6.5.2-SNAPSHOT</revision>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.cli/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: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.cli;singleton:=true
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Activator: ru.taximaxim.codekeeper.cli.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.cli</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/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: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.mainapp;singleton:=true
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Activator: ru.taximaxim.codekeeper.mainapp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
apgdiff;bundle-version="[6.0.0,7.0.0)"
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ru.taximaxim.codekeeper.feature"
label="%feature.label"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name="%feature.provider-name"
plugin="ru.taximaxim.codekeeper.mainapp">

Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.feature</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.mainapp</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/product/rcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.rcp.product</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="pgCodeKeeper" uid="ru.taximaxim.codekeeper.rcp.product" id="ru.taximaxim.codekeeper.mainapp.product" application="org.eclipse.ui.ide.workbench" version="6.5.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="pgCodeKeeper" uid="ru.taximaxim.codekeeper.rcp.product" id="ru.taximaxim.codekeeper.mainapp.product" application="org.eclipse.ui.ide.workbench" version="6.5.2.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/product/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.standalone.product</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.2-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="pgCodeKeeper cli" uid="ru.taximaxim.codekeeper.standalone.product" id="ru.taximaxim.codekeeper.cli.product-codekeeper-standalone" application="ru.taximaxim.codekeeper.cli.application-standalone" version="6.5.1.qualifier" useFeatures="false" includeLaunchers="false">
<product name="pgCodeKeeper cli" uid="ru.taximaxim.codekeeper.standalone.product" id="ru.taximaxim.codekeeper.cli.product-codekeeper-standalone" application="ru.taximaxim.codekeeper.cli.application-standalone" version="6.5.2.qualifier" useFeatures="false" includeLaunchers="false">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.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: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.ui;singleton:=true
Bundle-Version: 3.4.1.qualifier
Bundle-Version: 3.4.2.qualifier
Bundle-Activator: ru.taximaxim.codekeeper.ui.Activator
Require-Bundle: apgdiff;bundle-version="[6.0.0,7.0.0)",
ru.taximaxim.codekeeper.mainapp,
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.ui</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit 369b385

Please sign in to comment.