Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Jul 14, 2020
1 parent e097eb4 commit e6e4875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions acrarium/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<parent>
<groupId>com.faendir</groupId>
<artifactId>parent</artifactId>
<version>0.10.9-SNAPSHOT</version>
<version>0.10.9</version>
</parent>
<artifactId>acrarium</artifactId>
<version>0.10.9-SNAPSHOT</version>
<version>0.10.9</version>
<packaging>${packaging.type}</packaging>
<name>Acrarium</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId>
<artifactId>parent</artifactId>
<version>0.10.9-SNAPSHOT</version>
<version>0.10.9</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
<url>https://github.com/F43nd1r/Acrarium</url>
<tag>HEAD</tag>
<tag>v0.10.9</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit e6e4875

Please sign in to comment.