Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundles/org.dbvr.app.ce/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Vendor: DBeaver Corp
Bundle-Name: DBeaver CLI CE
Bundle-SymbolicName: org.dbvr.app.ce;singleton:=true
Bundle-Version: 26.1.1.qualifier
Bundle-Release-Date: 20260622
Bundle-Version: 26.1.2.qualifier
Bundle-Release-Date: 20260706
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-21
Export-Package: org.dbvr.cli.app.ce
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.dbvr.app.ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<relativePath>../</relativePath>
</parent>
<artifactId>org.dbvr.app.ce</artifactId>
<version>26.1.1-SNAPSHOT</version>
<version>26.1.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions bundles/org.dbvr.cli.sql/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Vendor: DBeaver Corp
Bundle-Name: DBeaver CLI SQL
Bundle-SymbolicName: org.dbvr.cli.sql;singleton:=true
Bundle-Version: 1.0.14.qualifier
Bundle-Release-Date: 20260622
Bundle-Version: 1.0.15.qualifier
Bundle-Release-Date: 20260706
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-21
Export-Package: org.dbvr.cli.sql
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.dbvr.cli.sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<relativePath>../</relativePath>
</parent>
<artifactId>org.dbvr.cli.sql</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.15-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions bundles/org.dbvr.cli/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Vendor: DBeaver Corp
Bundle-Name: DBeaver CLI Model
Bundle-SymbolicName: org.dbvr.cli;singleton:=true
Bundle-Version: 1.0.14.qualifier
Bundle-Release-Date: 20260622
Bundle-Version: 1.0.15.qualifier
Bundle-Release-Date: 20260706
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.dbvr.cli.app.CLIActivator
Bundle-RequiredExecutionEnvironment: JavaSE-21
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.dbvr.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<relativePath>../</relativePath>
</parent>
<artifactId>org.dbvr.cli</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.15-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.dbvr.app.ce.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature
id="org.dbvr.app.ce.feature"
label="DBeaver CLI Community"
version="26.1.1.qualifier"
version="26.1.2.qualifier"
provider-name="DBeaver Corp"
plugin="org.dbvr.app.ce">

Expand Down
2 changes: 1 addition & 1 deletion features/org.dbvr.app.ce.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../</relativePath>
</parent>
<artifactId>org.dbvr.app.ce.feature</artifactId>
<version>26.1.1-SNAPSHOT</version>
<version>26.1.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion features/org.dbvr.cli.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature
id="org.dbvr.cli.feature"
label="DBeaver CLI Model"
version="1.0.14.qualifier"
version="1.0.15.qualifier"
provider-name="DBeaver Corp"
plugin="org.dbvr.app.ce">

Expand Down
2 changes: 1 addition & 1 deletion features/org.dbvr.cli.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../</relativePath>
</parent>
<artifactId>org.dbvr.cli.feature</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.15-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion product/community/dbvr.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="dbvr" uid="org.dbvr.app.ce.product" id="org.dbvr.app.ce.product"
application="org.dbvr.app.ce.application" version="26.1.1.qualifier" useFeatures="true"
application="org.dbvr.app.ce.application" version="26.1.2.qualifier" useFeatures="true"
includeLaunchers="true">

<configIni use="default">
Expand Down
2 changes: 1 addition & 1 deletion product/community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<version>26.1.1-SNAPSHOT</version>
<version>26.1.2-SNAPSHOT</version>
<artifactId>community</artifactId>
<packaging>eclipse-repository</packaging>
<name>dbvr ce</name>
Expand Down
Loading