Skip to content

Commit 3e0c159

Browse files
author
jumpfunky
committed
[maven-release-plugin] prepare release ij_blob-1.3.3
1 parent 3673c5f commit 3e0c159

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

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

74
<groupId>de.biomedical-imaging.ij</groupId>
85
<artifactId>ij_blob</artifactId>
9-
<version>1.3.3-SNAPSHOT</version>
6+
<version>1.3.3</version>
107
<packaging>jar</packaging>
118

129
<name>IJBlob</name>
@@ -24,7 +21,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2421
<url>https://github.com/thorstenwagner/ij-blob</url>
2522
<connection>scm:git:git://github.com/thorstenwagner/ij-blob.git</connection>
2623
<developerConnection>scm:git:git@github.com:thorstenwagner/ij-blob.git</developerConnection>
27-
</scm>
24+
<tag>ij_blob-1.3.3</tag>
25+
</scm>
2826

2927
<dependencies>
3028
<dependency>

0 commit comments

Comments
 (0)