Skip to content

Commit d1a2178

Browse files
committed
[maven-release-plugin] prepare release java-for-testers-1.0.0
1 parent aa2999b commit d1a2178

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,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.serenitydojo</groupId>
97
<artifactId>java-for-testers</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
119
<packaging>jar</packaging>
1210
<name>java-for-testers</name>
1311
<url>https://expansion.serenity-dojo.com/courses/take/java-for-testers-and-test-automation</url>
@@ -32,7 +30,7 @@
3230
<connection>scm:git:git://github.com/abhinay5993/java-for-testers.git</connection>
3331
<developerConnection>scm:git:https://github.com/abhinay5993/java-for-testers.git</developerConnection>
3432
<url>https://github.com/abhinay5993/java-for-testers</url>
35-
<tag>java-for-SDET-autodeployed-v</tag>
33+
<tag>java-for-testers-1.0.0</tag>
3634
</scm>
3735

3836
<properties>

0 commit comments

Comments
 (0)