-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AV-4425 updating cycle o model's fields (#337)
* updating cycle o model's fields * adding docs * adding new dpv footnote * Removing CODEOWNERS * update versions * [maven-release-plugin] prepare release lob-java-13.4.4 * update versions * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release lob-java-13.4.4 --------- Co-authored-by: Andrew Jorczak <76975308+ajorczak-lob@users.noreply.github.com>
- Loading branch information
1 parent
68e8fb0
commit 3d5c731
Showing
12 changed files
with
703 additions
and
12 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @lob/developer-experience @BennyKitchell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,5 @@ build | |
|
||
# Filesystem | ||
.DS_Store | ||
|
||
pom.xml.releaseBackup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#release configuration | ||
#Thu Nov 09 09:48:44 COT 2023 | ||
completedPhase=run-preparation-goals | ||
exec.additionalArguments=-DskipTests | ||
exec.pomFileName=pom.xml | ||
exec.snapshotReleasePluginAllowed=false | ||
pinExternals=false | ||
preparationGoals=clean verify | ||
project.dev.com.lob\:lob-java=13.4.5-SNAPSHOT | ||
project.rel.com.lob\:lob-java=13.4.4 | ||
project.scm.com.lob\:lob-java.connection=scm\:git\:git@github.com\:lob/lob-java.git | ||
project.scm.com.lob\:lob-java.developerConnection=scm\:git\:git@github.com\:lob/lob-java.git | ||
project.scm.com.lob\:lob-java.tag=lob-java-13.4.4 | ||
project.scm.com.lob\:lob-java.url=https\://github.com/lob/lob-java | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
projectVersionPolicyId=default | ||
pushChanges=true | ||
releaseStrategyId=default | ||
remoteTagging=true | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
scm.commentPrefix=[maven-release-plugin] | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
scm.tag=lob-java-13.4.4 | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.url=scm\:git\:git@github.com\:lob/lob-java.git |
Oops, something went wrong.