Skip to content

Commit 0017ad6

Browse files
committed
+ elf4j engine version bump
+ github package publish
1 parent 8003047 commit 0017ad6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/maven-publish-github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Maven Package
55

66
on:
7+
workflow_dispatch:
78
release:
89
types: [created]
910

File renamed without changes.

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>io.github.q3769</groupId>
3030
<artifactId>chunk4j</artifactId>
31-
<version>20230729.0.20240610</version>
31+
<version>20230729.0.20240820</version>
3232
<packaging>jar</packaging>
3333
<name>chunk4j</name>
3434
<description>A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the
@@ -124,6 +124,16 @@
124124
</repository>
125125
</distributionManagement>
126126
</profile>
127+
<profile>
128+
<id>github</id>
129+
<distributionManagement>
130+
<repository>
131+
<id>github</id>
132+
<name>GitHub Apache Maven Packages</name>
133+
<url>https://maven.pkg.github.com/q3769/chunk4j</url>
134+
</repository>
135+
</distributionManagement>
136+
</profile>
127137
</profiles>
128138
<dependencies>
129139
<dependency>

0 commit comments

Comments
 (0)