Skip to content

Commit

Permalink
[maven-release-plugin] prepare release slyum-5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
porchy13 committed Apr 12, 2023
1 parent 8159995 commit aa47e1b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>

<name>Slyum</name>
<groupId>ch.heig.gaps</groupId>
<artifactId>slyum</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
<packaging>jar</packaging>

<description>UML diagram editor</description>
Expand All @@ -20,7 +19,7 @@
<scm>
<url>scm:git:https://github.com/HEIG-GAPS/slyum.git</url>
<connection>scm:git:https://github.com/HEIG-GAPS/slyum.git</connection>
<tag>HEAD</tag>
<tag>slyum-5.1.2</tag>
</scm>

<properties>
Expand Down Expand Up @@ -324,7 +323,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>
<excludeArtifactIds></excludeArtifactIds>
<excludeArtifactIds />
<includeScope>compile</includeScope>
</configuration>
</execution>
Expand Down

0 comments on commit aa47e1b

Please sign in to comment.