File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments