Skip to content

Commit 3094f34

Browse files
author
Grzegorz Piwowarek
committed
Release 1.0
1 parent a5a9592 commit 3094f34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>pl.touk</groupId>
65
<artifactId>throwing-function</artifactId>
7-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
87

98
<name>ThrowingFunction</name>
109
<packaging>jar</packaging>
@@ -32,7 +31,8 @@
3231
<url>https://github.com/TouK/ThrowingFunction</url>
3332
<connection>scm:git:git://github.com/TouK/ThrowingFunction.git</connection>
3433
<developerConnection>scm:git:[email protected]:TouK/ThrowingFunction.git</developerConnection>
35-
</scm>
34+
<tag>throwing-function-1.0</tag>
35+
</scm>
3636

3737
<issueManagement>
3838
<url>https://github.com/TouK/ThrowingFunction/issues</url>

0 commit comments

Comments
 (0)