Skip to content

Commit

Permalink
Move to calver
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Apr 19, 2024
1 parent 14caae0 commit bbbf251
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mkdir -p target/staging-deploy/dev/mccue/jlayer/0.0.7 && jar cf target/staging-deploy/dev/mccue/jlayer/0.0.7/jlayer-0.0.7-javadoc.jar -C jlayer/src/main/javadoc . &&./mvnw -e -X -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::default::file:./target/staging-deploy
run: mkdir -p target/staging-deploy/dev/mccue/jlayer/2024.04.19 && jar cf target/staging-deploy/dev/mccue/jlayer/2024.04.19/jlayer-2024.04.19-javadoc.jar -C jlayer/src/main/javadoc . &&./mvnw -e -X -Prelease deploy jreleaser:deploy -DaltDeploymentRepository=local::default::file:./target/staging-deploy
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Most people will just want to include the artifacts for `mp3spi` and/or `vorbiss
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>mp3spi</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```

```xml
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>vorbisspi</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```

Expand Down Expand Up @@ -188,7 +188,7 @@ Coordinates for constituent modules. Most won't have a need to touch these.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jlayer</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```
```java
Expand All @@ -203,7 +203,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jlayer-decoder</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```
```java
Expand All @@ -218,7 +218,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jlayer-converter</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```

Expand All @@ -234,7 +234,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jlayer-player</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```
```java
Expand All @@ -248,7 +248,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jogg</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```
```java
Expand All @@ -262,7 +262,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jorbis</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```

Expand All @@ -277,7 +277,7 @@ module example {
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>tritonus-share</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions jlayer-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jlayer-converter</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jlayer-converter</name>
Expand Down
4 changes: 2 additions & 2 deletions jlayer-decoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jlayer-decoder</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jlayer-decoder</name>
Expand Down
4 changes: 2 additions & 2 deletions jlayer-player/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jlayer-player</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jlayer-player</name>
Expand Down
4 changes: 2 additions & 2 deletions jlayer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jlayer</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jlayer</name>
Expand Down
4 changes: 2 additions & 2 deletions jogg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jogg</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jogg</name>
Expand Down
4 changes: 2 additions & 2 deletions jorbis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jorbis</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>jorbis</name>
Expand Down
4 changes: 2 additions & 2 deletions mp3spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mp3spi</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>mp3spi</name>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -25,15 +25,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jlayer.version>0.0.7</jlayer.version>
<jlayer.converter.version>0.0.7</jlayer.converter.version>
<jlayer.decoder.version>0.0.7</jlayer.decoder.version>
<jlayer.player.version>0.0.7</jlayer.player.version>
<tritonus.share.version>0.0.7</tritonus.share.version>
<jogg.version>0.0.7</jogg.version>
<jorbis.version>0.0.7</jorbis.version>
<mp3spi.version>0.0.7</mp3spi.version>
<vorbisspi.version>0.0.7</vorbisspi.version>
<jlayer.version>2024.04.19</jlayer.version>
<jlayer.converter.version>2024.04.19</jlayer.converter.version>
<jlayer.decoder.version>2024.04.19</jlayer.decoder.version>
<jlayer.player.version>2024.04.19</jlayer.player.version>
<tritonus.share.version>2024.04.19</tritonus.share.version>
<jogg.version>2024.04.19</jogg.version>
<jorbis.version>2024.04.19</jorbis.version>
<mp3spi.version>2024.04.19</mp3spi.version>
<vorbisspi.version>2024.04.19</vorbisspi.version>
</properties>

<name>java-audio-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions tritonus-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>tritonus-share</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>tritonus-share</name>
Expand Down
4 changes: 2 additions & 2 deletions vorbisspi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>vorbisspi</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
<packaging>jar</packaging>

<parent>
<groupId>dev.mccue</groupId>
<artifactId>java-audio-parent</artifactId>
<version>0.0.7</version>
<version>2024.04.19</version>
</parent>

<name>vorbisspi</name>
Expand Down

0 comments on commit bbbf251

Please sign in to comment.