Skip to content

Commit

Permalink
🔖 Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Komposten committed Jun 14, 2020
1 parent fa90e37 commit 61c3ba1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?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>
<groupId>komposten.leapjna</groupId>
<artifactId>LeapJna</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<scm>
<developerConnection>scm:git:https://github.com/Komposten/LeapJna</developerConnection>
</scm>
<tag>1.0.0</tag>
</scm>

<properties>
<!-- General properties -->
Expand Down Expand Up @@ -113,7 +111,7 @@
<version>3.0.0-M1</version>
<configuration>
<arguments>-DskipTests</arguments>
<scmCommentPrefix></scmCommentPrefix>
<scmCommentPrefix />
<scmReleaseCommitComment>:bookmark: Release @{releaseLabel}</scmReleaseCommitComment>
<scmRollbackCommitComment>:rewind: Rollback release @{releaseLabel}</scmRollbackCommitComment>
<scmDevelopmentCommitComment>:camera_flash: Prepare for next development iteration</scmDevelopmentCommitComment>
Expand Down

0 comments on commit 61c3ba1

Please sign in to comment.