Skip to content

Commit

Permalink
Merge branch 'workflows' into main-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed May 18, 2024
2 parents 5a0e125 + e95f344 commit 02203cc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<url>https://github.com/dflib/jjava</url>

<scm>
<connection>scm:git:https://github.com/dflib/jjava</connection>
<developerConnection>scm:git:ssh://[email protected]/dflib/jjava</developerConnection>
<url>https://github.com/dflib/jjava</url>
<tag>HEAD</tag>
<connection>scm:git:https://github.com/m-dzianishchyts/jjava</connection>
<developerConnection>scm:git:ssh://[email protected]/m-dzianishchyts/jjava</developerConnection>
<url>https://github.com/m-dzianishchyts/jjava</url>
<tag>${project.version}</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -133,6 +133,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 02203cc

Please sign in to comment.