File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<groupId >net.imglib2</groupId >
13
13
<artifactId >imglib2</artifactId >
14
- <version >7.1.2-SNAPSHOT </version >
14
+ <version >7.1.2</version >
15
15
16
16
<name >ImgLib2 Core Library</name >
17
17
<description >A multidimensional, type-agnostic image processing library.</description >
38
38
<scm >
39
39
<connection >scm:git:https://github.com/imglib/imglib2</connection >
40
40
<
developerConnection >scm:git:
[email protected] :imglib/imglib2</
developerConnection >
41
- <tag >HEAD </tag >
41
+ <tag >imglib2-7.1.2 </tag >
42
42
<url >https://github.com/imglib/imglib2</url >
43
43
</scm >
44
44
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Mon Sep 23 14:56:41 CEST 2024
3
+ projectVersionPolicyId =default
4
+ project.scm.net.imglib2\: imglib2.tag =HEAD
5
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
6
+ pinExternals =false
7
+ project.scm.net.imglib2\: imglib2.developerConnection =
scm\:git\:[email protected] \:imglib/imglib2
8
+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9
+ exec.activateProfiles =deploy-to-scijava
10
+ pushChanges =false
11
+ project.rel.net.imglib2\: imglib2 =7.1.2
12
+ project.dev.net.imglib2\: imglib2 =7.1.3-SNAPSHOT
13
+ project.scm.net.imglib2\: imglib2.connection =scm\:git\:https\://github.com/imglib/imglib2
14
+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
15
+ remoteTagging =true
16
+ scm.commentPrefix =[maven-release-plugin]
17
+ releaseStrategyId =default
18
+ project.scm.net.imglib2\: imglib2.url =https\://github.com/imglib/imglib2
19
+ completedPhase =end-release
20
+ scm.url =scm\:git\:https\://github.com/imglib/imglib2
21
+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
22
+ exec.additionalArguments =-Dgpg.skip\=true
23
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
24
+ scm.tag =imglib2-7.1.2
25
+ exec.snapshotReleasePluginAllowed =false
26
+ preparationGoals =clean verify
27
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
28
+ exec.pomFileName =pom.xml
You can’t perform that action at this time.
0 commit comments