Skip to content

Commit

Permalink
Increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 23, 2024
1 parent 1ab21f7 commit d659efd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions doc/changes/changes_4.3.4.md → doc/changes/changes_4.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ The release also installs the Java versions required by Maven sources during the

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.4.0`
* Updated `com.jcabi:jcabi-github:1.8.0` to `1.9.1`
* Updated `org.snakeyaml:snakeyaml-engine:2.7` to `2.8`
* Updated `org.yaml:snakeyaml:2.2` to `2.3`

#### Runtime Dependency Updates

* Updated `com.exasol:project-keeper-java-project-crawler:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-java-project-crawler:4.3.3` to `4.4.0`

#### Test Dependency Updates

* Updated `com.exasol:maven-plugin-integration-testing:1.1.2` to `1.1.3`
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.3` to `4.4.0`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.16.1` to `3.17.1`
* Updated `org.hamcrest:hamcrest:2.2` to `3.0`
* Updated `org.junit-pioneer:junit-pioneer:2.2.0` to `2.3.0`
Expand Down Expand Up @@ -121,7 +121,7 @@ The release also installs the Java versions required by Maven sources during the

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-core:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-core:4.3.3` to `4.4.0`
* Updated `org.apache.maven:maven-model:3.9.7` to `3.9.9`

#### Runtime Dependency Updates
Expand All @@ -131,7 +131,7 @@ The release also installs the Java versions required by Maven sources during the

#### Test Dependency Updates

* Updated `com.exasol:project-keeper-shared-test-setup:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.3` to `4.4.0`
* Updated `org.hamcrest:hamcrest:2.2` to `3.0`
* Updated `org.junit.jupiter:junit-jupiter-engine:5.10.2` to `5.11.3`
* Updated `org.junit.jupiter:junit-jupiter-params:5.10.2` to `5.11.3`
Expand All @@ -155,7 +155,7 @@ The release also installs the Java versions required by Maven sources during the

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-core:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-core:4.3.3` to `4.4.0`

#### Test Dependency Updates

Expand Down Expand Up @@ -186,7 +186,7 @@ The release also installs the Java versions required by Maven sources during the

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.4.0`
* Updated `org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r` to `7.0.0.202409031743-r`

#### Test Dependency Updates
Expand Down Expand Up @@ -219,7 +219,7 @@ The release also installs the Java versions required by Maven sources during the

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.3.4`
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.3` to `4.4.0`
* Updated `org.hamcrest:hamcrest:2.2` to `3.0`
* Updated `org.yaml:snakeyaml:2.2` to `2.3`

Expand Down
2 changes: 1 addition & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</repository>
</distributionManagement>
<properties>
<revision>4.3.4</revision>
<revision>4.4.0</revision>
<!-- Integration test ProjectKeeperMojoIT starts a Maven build which requires Java 17. -->
<java.version>17</java.version>
<maven.version>3.9.9</maven.version>
Expand Down

0 comments on commit d659efd

Please sign in to comment.