Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 20, 2023
1 parent 0cf761e commit e0cd1a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<?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>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>3.40.0</version>
<relativePath/>
<relativePath />
</parent>

<groupId>edu.hm.hafner</groupId>
<artifactId>autograding-github-action</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
<packaging>jar</packaging>

<scm>
<connection>scm:git:https://github.com/uhafner/autograding-github-action.git</connection>
<developerConnection>scm:git:git@github.com:uhafner/autograding-github-action.git</developerConnection>
<url>https://github.com/uhafner/autograding-github-action</url>
<tag>HEAD</tag>
<tag>v3.14.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit e0cd1a2

Please sign in to comment.