Skip to content

Commit 2ef2ed0

Browse files
committed
#11 Enable GitHub Actions
- release notes
1 parent 1de1a7f commit 2ef2ed0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- #5 Switch project to Maven
44
- #7 Project renaming
55
- #8 Java package change
6+
- #11 Enable GitHub Actions
67

78
# 1.0-M1
89

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<connection>scm:git:https://github.com/dflib/jjava</connection>
2424
<developerConnection>scm:git:ssh://git@github.com/dflib/jjava</developerConnection>
2525
<url>https://github.com/dflib/jjava</url>
26-
<tag>${project.version}</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)