Skip to content

Commit

Permalink
Merge pull request #10 from project-husky/master
Browse files Browse the repository at this point in the history
Update develop after release v2.2.0
  • Loading branch information
project-husky-owner committed Dec 15, 2023
2 parents 141fd9f + 5730220 commit 0b80515
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.husky.test.integration</groupId>
<artifactId>husky-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -38,6 +38,12 @@
</repository>

</repositories>
<scm>
<connection>scm:git:https://github.com/project-husky/husky-integration-tests.git</connection>
<developerConnection>scm:git:[email protected]:project-husky/husky-integration-tests.git</developerConnection>
<url>https://github.com/project-husky/husky-integration-tests/tree/master</url>
<tag>HEAD</tag>
</scm>
<!--
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 0b80515

Please sign in to comment.