Skip to content

Commit

Permalink
[skip ci] [maven-release-plugin] prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
costea32 committed Sep 2, 2021
1 parent f502405 commit e51f416
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<name>JEntityTest</name>
Expand Down Expand Up @@ -33,7 +32,7 @@
<connection>scm:git:git@github.com:TestMonkeys/jEntityTest.git</connection>
<developerConnection>scm:git:git@github.com:TestMonkeys/jEntityTest.git</developerConnection>
<url>https://github.com/TestMonkeys/jEntityTest.git</url>
<tag>HEAD</tag>
<tag>v1.0.2</tag>
</scm>

<distributionManagement>
Expand All @@ -45,7 +44,7 @@

<groupId>org.testmonkeys</groupId>
<artifactId>jentitytest</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<properties>
<logbackVersion>1.2.5</logbackVersion>
Expand Down

0 comments on commit e51f416

Please sign in to comment.