Skip to content

Commit 32820f0

Browse files
committed
[maven-release-plugin] prepare release 5.0.0
1 parent 9026ae4 commit 32820f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<description>Globs library to handle graphQL call</description>
65
<url>https://globsframework.org</url>
76
<groupId>org.globsframework</groupId>
87
<packaging>jar</packaging>
98
<artifactId>globs-graphql</artifactId>
109
<name>globs graphql mapping</name>
11-
<version>5.0-SNAPSHOT</version>
10+
<version>5.0.0</version>
1211

1312
<developers>
1413
<developer>
@@ -39,7 +38,8 @@
3938
<connection>scm:git:git@github.com:globsframework/globs-graphql</connection>
4039
<developerConnection>scm:git:git@github.com:globsframework/globs-graphql</developerConnection>
4140
<url>https://github.com/globsframework/globs-graphql</url>
42-
</scm>
41+
<tag>5.0.0</tag>
42+
</scm>
4343

4444
<profiles>
4545
<profile>

0 commit comments

Comments
 (0)