Skip to content

Commit

Permalink
dbeaver/pro#3590 dbeaver-commmon 2.3.1 version bump (#57)
Browse files Browse the repository at this point in the history
* dbeaver/pro#3590 dbeaver-commmon 2.3.1 version bump

* dbeaver/pro#3590 Root pom fix
  • Loading branch information
serge-rider authored Nov 10, 2024
1 parent f0d13f2 commit 87b9557
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/com.dbeaver.jdbc.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: DBeaver JDBC API Extensions
Bundle-Vendor: DBeaver Corp
Bundle-SymbolicName: com.dbeaver.jdbc.api
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.1.qualifier
Bundle-Release-Date: 20240205
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.jkiss.utils
Expand Down
2 changes: 1 addition & 1 deletion modules/com.dbeaver.jdbc.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.common.modules</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>com.dbeaver.jdbc.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/com.dbeaver.rpc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: DBeaver RPC
Bundle-Vendor: DBeaver Corp
Bundle-SymbolicName: com.dbeaver.rpc
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.1.qualifier
Bundle-Release-Date: 20240205
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.jkiss.utils,
Expand Down
2 changes: 1 addition & 1 deletion modules/com.dbeaver.rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.common.modules</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>com.dbeaver.rpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/org.jkiss.utils/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: DBeaver Utils
Bundle-Vendor: DBeaver Corp
Bundle-SymbolicName: org.jkiss.utils
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.1.qualifier
Bundle-Release-Date: 20240205
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: com.google.gson
Expand Down
2 changes: 1 addition & 1 deletion modules/org.jkiss.utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.common.modules</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.jkiss.utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.common.main</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>com.dbeaver.common.modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dbeaver.common</groupId>
<artifactId>root</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath>root/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.dbeaver.common</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<name>DBeaver build root</name>
<description>DBeaver build root module</description>

Expand Down Expand Up @@ -59,7 +59,7 @@
<junit-jupiter-version>5.11.0</junit-jupiter-version>
<junit-platform-version>1.11.0</junit-platform-version>

<dbeaver.common.version>2.3.0-SNAPSHOT</dbeaver.common.version>
<dbeaver.common.version>2.3.1-SNAPSHOT</dbeaver.common.version>
<lm.version>3.0.4-SNAPSHOT</lm.version>
<dm.version>0.0.3-SNAPSHOT</dm.version>
</properties>
Expand Down

0 comments on commit 87b9557

Please sign in to comment.