We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de1a7f commit 2ef2ed0Copy full SHA for 2ef2ed0
RELEASE-NOTES.md
@@ -3,6 +3,7 @@
3
- #5 Switch project to Maven
4
- #7 Project renaming
5
- #8 Java package change
6
+- #11 Enable GitHub Actions
7
8
# 1.0-M1
9
pom.xml
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/dflib/jjava</connection>
24
<developerConnection>scm:git:ssh://git@github.com/dflib/jjava</developerConnection>
25
<url>https://github.com/dflib/jjava</url>
26
- <tag>${project.version}</tag>
+ <tag>HEAD</tag>
27
</scm>
28
29
<dependencies>
0 commit comments