Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Jun 28, 2023
2 parents 42bfe5b + 067ae83 commit f423c60
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
$-jbang-
- name: Create index.html
uses: jbangdev/jbang-action@v0.106.1
uses: jbangdev/jbang-action@main
with:
trust: https://gist.github.com/charphi/
script: https://gist.github.com/charphi/f44a24eb35dbd61b9f1d7759f0e561bd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jbang-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
${{ runner.os }}-jbang-
- name: Print latest stable version of sdmx-dl using catalog
uses: jbangdev/jbang-action@v0.106.1
uses: jbangdev/jbang-action@main
with:
trust: https://github.com/nbbrd/jbang-catalog/
script: sdmx-dl@nbbrd
Expand All @@ -25,7 +25,7 @@ jobs:
JBANG_REPO: ~/.jbang/repository

- name: Print latest stable version of sdmx-dl using Maven coordinate
uses: jbangdev/jbang-action@v0.106.1
uses: jbangdev/jbang-action@main
with:
script: com.github.nbbrd.sdmx-dl:sdmx-dl-cli:RELEASE:bin
scriptargs: "--version"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.0] - 2023-06-28

### Changed

- Test jreleaser v1.7.0

## [2.2.3] - 2022-09-28

### Changed
Expand Down Expand Up @@ -67,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix logic in maven deploy script

[Unreleased]: https://github.com/nbbrd/sandbox/compare/v2.2.3...HEAD
[Unreleased]: https://github.com/nbbrd/sandbox/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/nbbrd/sandbox/compare/v2.2.3...v2.3.0
[2.2.3]: https://github.com/nbbrd/sandbox/compare/v2.0.1...v2.2.3
[2.0.1]: https://github.com/nbbrd/sandbox/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/nbbrd/sandbox/compare/v1.17.4...v2.0.0
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-parent</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>sandbox</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -77,18 +77,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
<!-- Other plugins -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>com.github.nbbrd.heylogs</groupId>
<artifactId>heylogs-maven-plugin</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -164,7 +164,7 @@
</property>
</activation>
<properties>
<lombok.version>1.18.26</lombok.version>
<lombok.version>1.18.28</lombok.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -282,7 +282,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.6.2</version>
<version>1.7.0</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -333,7 +333,7 @@
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<configuration>
<gitFlowConfig>
<versionTagPrefix>v</versionTagPrefix>
Expand Down Expand Up @@ -392,7 +392,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
2 changes: 1 addition & 1 deletion sandbox-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.2.10</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions sandbox-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.2.10</version>
<version>2.3.0</version>
</parent>

<artifactId>sandbox-bom</artifactId>
Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.5.1</version>
<version>1.7.0</version>
<executions>
<execution>
<id>release-assets</id>
Expand Down
8 changes: 4 additions & 4 deletions sandbox-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.2.10</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,17 +19,17 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.3</version>
<version>4.7.4</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions sandbox-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.2.10</version>
<version>2.3.0</version>
</parent>

<artifactId>sandbox-desktop</artifactId>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-impl</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.nbbrd.java-desktop-util</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sandbox-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sandbox-parent</artifactId>
<groupId>com.github.nbbrd.sandbox</groupId>
<version>2.2.10</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.nbbrd.sandbox</groupId>
<artifactId>sandbox-api</artifactId>
<version>2.2.10</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.lalyos</groupId>
Expand Down

0 comments on commit f423c60

Please sign in to comment.