Skip to content

Commit ff1b779

Browse files
committed
[maven-release-plugin] prepare release native-memory-agent-1.0
1 parent 8417b1b commit ff1b779

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.example</groupId>
86
<artifactId>native-memory-agent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108

119
<scm>
1210
<connection>scm:git:git@github.com:premium-minds/native-memory-agent.git</connection>
1311
<developerConnection>scm:git:git@github.com:premium-minds/native-memory-agent.git</developerConnection>
1412
<url>https://github.com/premium-minds/native-memory-agent</url>
15-
<tag>HEAD</tag>
13+
<tag>native-memory-agent-1.0</tag>
1614
</scm>
1715

1816
<properties>

0 commit comments

Comments
 (0)