Skip to content

Commit

Permalink
2.3.0 version bump (#54)
Browse files Browse the repository at this point in the history
* 2.3.0 version bump

* dbeaver/pro#3583 dbeaver common update

---------

Co-authored-by: Georgii Gvinepadze <[email protected]>
  • Loading branch information
serge-rider and Destrolaric authored Nov 4, 2024
1 parent c0fac32 commit 9688078
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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.2.0.qualifier
Bundle-Version: 2.3.0.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.2.0-SNAPSHOT</version>
<version>2.3.0-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.2.0.qualifier
Bundle-Version: 2.3.0.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.2.0-SNAPSHOT</version>
<version>2.3.0-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.2.0.qualifier
Bundle-Version: 2.3.0.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.2.0-SNAPSHOT</version>
<version>2.3.0-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.2.0-SNAPSHOT</version>
<version>2.3.0-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.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>root/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 5 additions & 5 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.2.0-SNAPSHOT</version>
<version>2.3.0-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.2.0-SNAPSHOT</dbeaver.common.version>
<dbeaver.common.version>2.3.0-SNAPSHOT</dbeaver.common.version>
<lm.version>3.0.4-SNAPSHOT</lm.version>
<dm.version>0.0.3-SNAPSHOT</dm.version>
</properties>
Expand All @@ -69,12 +69,12 @@
<dependency>
<groupId>com.dbeaver.common</groupId>
<artifactId>org.jkiss.utils</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.jdbc.api</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -328,4 +328,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 9688078

Please sign in to comment.