We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c8429 commit 8417b1bCopy full SHA for 8417b1b
pom.xml
@@ -8,6 +8,13 @@
8
<artifactId>native-memory-agent</artifactId>
9
<version>1.0-SNAPSHOT</version>
10
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
+
18
<properties>
19
<maven.compiler.source>8</maven.compiler.source>
20
<maven.compiler.target>8</maven.compiler.target>
0 commit comments