File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed
Expand file tree Collapse file tree 2 files changed +22
-6
lines changed 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 >
1310 </parent >
1411
1512 <artifactId >batch-processor</artifactId >
16- <version >0.1.0-SNAPSHOT </version >
13+ <version >0.1.0</version >
1714
1815 <name >Batch Processor</name >
1916 <description >A Batch Processor for SciJava Modules and Scripts</description >
6663 <scm >
6764 <connection >scm:git:git://github.com/scijava/batch-processor</connection >
6865 <developerConnection >scm:git:git@github.com:scijava/batch-processor</developerConnection >
69- <tag >HEAD </tag >
66+ <tag >batch-processor-0.1.0 </tag >
7067 <url >https://github.com/scijava/batch-processor</url >
7168 </scm >
7269 <issueManagement >
Original file line number Diff line number Diff line change 1+ # release configuration
2+ # Wed Jan 24 15:26:00 CET 2018
3+ project.scm.org.scijava\: batch-processor.connection =scm\:git\:git\://github.com/scijava/batch-processor
4+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
5+ scm.tag =batch-processor-0.1.0
6+ project.scm.org.scijava\: batch-processor.tag =HEAD
7+ pushChanges =false
8+ scm.url =scm\:git\:git\://github.com/scijava/batch-processor
9+ preparationGoals =clean verify
10+ project.scm.org.scijava\: batch-processor.url =https\://github.com/scijava/batch-processor
11+ project.dev.org.scijava\: batch-processor =0.1.1-SNAPSHOT
12+ remoteTagging =true
13+ projectVersionPolicyId =default
14+ scm.commentPrefix =[maven-release-plugin]
15+ project.rel.org.scijava\: batch-processor =0.1.0
16+ project.scm.org.scijava\: batch-processor.developerConnection =scm\:git\:git@github.com\:scijava/batch-processor
17+ exec.snapshotReleasePluginAllowed =false
18+ exec.additionalArguments =-Dgpg.skip\=true -P deploy-to-imagej
19+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments