Skip to content

Commit 8417b1b

Browse files
committed
Add scm section to pom.xml
1 parent 60c8429 commit 8417b1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<artifactId>native-memory-agent</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

11+
<scm>
12+
<connection>scm:git:git@github.com:premium-minds/native-memory-agent.git</connection>
13+
<developerConnection>scm:git:git@github.com:premium-minds/native-memory-agent.git</developerConnection>
14+
<url>https://github.com/premium-minds/native-memory-agent</url>
15+
<tag>HEAD</tag>
16+
</scm>
17+
1118
<properties>
1219
<maven.compiler.source>8</maven.compiler.source>
1320
<maven.compiler.target>8</maven.compiler.target>

0 commit comments

Comments
 (0)