Skip to content

Commit a1dce0a

Browse files
committed
[maven-release-plugin] prepare release imagej-plot-service-0.1.1
1 parent 5e4f244 commit a1dce0a

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
63
<modelVersion>4.0.0</modelVersion>
74

85
<parent>
@@ -14,7 +11,7 @@
1411

1512
<groupId>net.imagej</groupId>
1613
<artifactId>imagej-plot-service</artifactId>
17-
<version>0.1.1-SNAPSHOT</version>
14+
<version>0.1.1</version>
1815

1916
<name>ImageJ-Plot-Service</name>
2017
<description>A service for displaying plots in ImageJ.</description>
@@ -76,7 +73,7 @@
7673
<scm>
7774
<connection>scm:git:git://github.com/maarzt/imagej-plot-service</connection>
7875
<developerConnection>scm:git:git@github.com:maarzt/imagej-plot-service</developerConnection>
79-
<tag>HEAD</tag>
76+
<tag>imagej-plot-service-0.1.1</tag>
8077
<url>https://github.com/maarzt/imagej-plot-service</url>
8178
</scm>
8279

release.properties

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#release configuration
2+
#Thu Dec 06 17:53:10 CET 2018
3+
project.scm.net.imagej\:imagej-plot-service.url=https\://github.com/maarzt/imagej-plot-service
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
scm.tag=imagej-plot-service-0.1.1
6+
project.scm.net.imagej\:imagej-plot-service.developerConnection=scm\:git\:git@github.com\:maarzt/imagej-plot-service
7+
pushChanges=false
8+
scm.url=scm\:git\:git\://github.com/maarzt/imagej-plot-service
9+
preparationGoals=clean verify
10+
project.dev.net.imagej\:imagej-plot-service=0.1.2-SNAPSHOT
11+
remoteTagging=true
12+
projectVersionPolicyId=default
13+
scm.commentPrefix=[maven-release-plugin]
14+
project.rel.net.imagej\:imagej-plot-service=0.1.1
15+
project.scm.net.imagej\:imagej-plot-service.connection=scm\:git\:git\://github.com/maarzt/imagej-plot-service
16+
exec.snapshotReleasePluginAllowed=false
17+
exec.additionalArguments=-Dgpg.skip\=true -P random-dev,deploy-to-imagej
18+
project.scm.net.imagej\:imagej-plot-service.tag=HEAD
19+
completedPhase=end-release

0 commit comments

Comments
 (0)