Skip to content

Commit a013497

Browse files
committed
[maven-release-plugin] prepare release adsj-1.0.0
1 parent 5c65c8a commit a013497

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>com.rampatra.adsj</groupId>
86
<artifactId>adsj</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
<packaging>pom</packaging>
119

1210
<name>Algorithms and Data Structures in Java</name>
@@ -34,7 +32,7 @@
3432
<url>https://github.com/rampatra/Algorithms-and-Data-Structures-in-Java</url>
3533
<connection>scm:git:git://github.com/rampatra/Algorithms-and-Data-Structures-in-Java.git</connection>
3634
<developerConnection>scm:git:ssh://[email protected]/rampatra/Algorithms-and-Data-Structures-in-Java.git</developerConnection>
37-
<tag>HEAD</tag>
35+
<tag>adsj-1.0.0</tag>
3836
</scm>
3937

4038
<distributionManagement>

0 commit comments

Comments
 (0)