Skip to content

Commit 842f6f2

Browse files
committed
[maven-release-plugin] prepare release 4.2.0
1 parent 1a4a9ea commit 842f6f2

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,13 +1,12 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<description>Globs library used to instantiate a globs from a command line argument or env variables</description>
54
<url>https://globsframework.org</url>
65
<groupId>org.globsframework</groupId>
76
<packaging>jar</packaging>
87
<artifactId>globs-commandline</artifactId>
98
<name>Generic Lightweight ObjectS command line</name>
10-
<version>4.2-SNAPSHOT</version>
9+
<version>4.2.0</version>
1110

1211
<developers>
1312
<developer>
@@ -38,7 +37,8 @@
3837
<url>https://github.com/globsframework/globs-commandline</url>
3938
<connection>scm:git:git@github.com:globsframework/globs-commandline</connection>
4039
<developerConnection>scm:git:git@github.com:globsframework/globs-commandline</developerConnection>
41-
</scm>
40+
<tag>4.2.0</tag>
41+
</scm>
4242

4343
<profiles>
4444
<profile>

0 commit comments

Comments
 (0)