File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
15
15
<name >Jackson-core</name >
16
- <version >2.15.0-SNAPSHOT </version >
16
+ <version >2.15.0</version >
17
17
<packaging >jar</packaging >
18
18
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
19
19
<licenses >
30
30
<
connection >scm:git:
[email protected] :FasterXML/jackson-core.git</
connection >
31
31
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-core.git</
developerConnection >
32
32
<url >https://github.com/FasterXML/jackson-core</url >
33
- <tag >HEAD </tag >
33
+ <tag >jackson-core-2.15.0 </tag >
34
34
</scm >
35
35
36
36
<properties >
@@ -58,7 +58,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
58
58
<packageVersion .package>${project.groupId} .json</packageVersion .package>
59
59
60
60
<!-- for Reproducible Builds -->
61
- <project .build.outputTimestamp>2023-04-14T19:44:41Z </project .build.outputTimestamp>
61
+ <project .build.outputTimestamp>2023-04-23T21:18:26Z </project .build.outputTimestamp>
62
62
</properties >
63
63
64
64
<!-- Alas, need to include snapshot reference since otherwise can not find
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Sun Apr 23 14:19:10 PDT 2023
3
+ scm.commentPrefix =[maven-release-plugin]
4
+ exec.pomFileName =pom.xml
5
+ pushChanges =false
6
+ releaseStrategyId =default
7
+ project.dev.com.fasterxml.jackson.core\: jackson-core =2.15.1-SNAPSHOT
8
+ project.scm.com.fasterxml.jackson.core\: jackson-core.connection =
scm\:git\:[email protected] \:FasterXML/jackson-core.git
9
+ scm.tag =jackson-core-2.15.0
10
+ remoteTagging =true
11
+ project.scm.com.fasterxml.jackson.core\: jackson-core.developerConnection =
scm\:git\:[email protected] \:FasterXML/jackson-core.git
12
+ exec.additionalArguments =-Prelease
13
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
14
+ projectVersionPolicyId =default
15
+ scm.url =
scm\:git\:[email protected] \:FasterXML/jackson-core.git
16
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
17
+ project.scm.com.fasterxml.jackson.core\: jackson-core.tag =HEAD
18
+ pinExternals =false
19
+ project.rel.com.fasterxml.jackson.core\: jackson-core =2.15.0
20
+ preparationGoals =clean verify
21
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
22
+ exec.snapshotReleasePluginAllowed =false
23
+ project.scm.com.fasterxml.jackson.core\: jackson-core.url =https\://github.com/FasterXML/jackson-core
24
+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
25
+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
26
+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments