-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
octopus-rm-gradle-plugin-26 Fix documentation
* octopus-rm-gradle-plugin-26 release-management.version -> octopus-release-management.version * octopus-rm-gradle-plugin-26 Ability to set custom header in doc && typo * octopus-rm-gradle-plugin-26 dockerRegistry -> docker.registry in doc * octopus-rm-gradle-plugin-26 Fix header in doc ---------
- Loading branch information
Showing
44 changed files
with
77 additions
and
73 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
use_dev_repository=all | ||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
use_dev_repository=all | ||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
spring-boot.version=2.6.1 | ||
spring-dependency-management.version=1.0.11.RELEASE | ||
spring-dependency-management.version=1.0.11.RELEASE |
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,9 +1,9 @@ | ||
pluginManagement { | ||
plugins { | ||
id 'org.octopusden.octopus-release-management' version settings['release-management.version'] | ||
id 'org.octopusden.octopus-release-management' version settings['octopus-release-management.version'] | ||
id 'org.springframework.boot' version settings['spring-boot.version'] | ||
id 'io.spring.dependency-management' version settings['spring-dependency-management.version'] | ||
} | ||
} | ||
|
||
rootProject.name = 'releng-update-dependencies-service' | ||
rootProject.name = 'releng-update-dependencies-service' |
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
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/auto-mapping/gradle.properties
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,5 +1,5 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
a-doc.version=3.53.3-137 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/auto-mapping/settings.gradle
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
4 changes: 2 additions & 2 deletions
4
ft/src/test/resources/auto-update-dependencies/custom-mapping/gradle.properties
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,7 +1,7 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
pl-commons-version=1.1 | ||
|
||
as-server.version=1.7.3182 | ||
as-server.version=1.7.3182 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/custom-mapping/settings.gradle
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
4 changes: 2 additions & 2 deletions
4
ft/src/test/resources/auto-update-dependencies/default-values/gradle.properties
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,7 +1,7 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
pl-commons-version=1.1 | ||
|
||
as-server.version=1.7.3182 | ||
as-server.version=1.7.3182 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/default-values/settings.gradle
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
4 changes: 2 additions & 2 deletions
4
ft/src/test/resources/auto-update-dependencies/dump-to-output/gradle.properties
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,7 +1,7 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
pl-commons-version=1.1 | ||
|
||
as-server.version=1.7.3182 | ||
as-server.version=1.7.3182 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/dump-to-output/settings.gradle
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
4 changes: 2 additions & 2 deletions
4
ft/src/test/resources/auto-update-dependencies/kotlin-dsl/gradle.properties
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,6 +1,6 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
platform-commons.version=1.2.687 | ||
escrow.version=5.327 | ||
escrow.version=5.327 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/kotlin-dsl/settings.gradle
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
4 changes: 2 additions & 2 deletions
4
ft/src/test/resources/auto-update-dependencies/version-range/gradle.properties
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,7 +1,7 @@ | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
|
||
pl-commons-version=1.1 | ||
|
||
as-server.version=1.7.3182 | ||
as-server.version=1.7.3182 |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/auto-update-dependencies/version-range/settings.gradle
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
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/declare-pom-dependencies/single-module/gradle.properties
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,3 +1,3 @@ | ||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT | ||
# To enable access to non released versions of the org.octopusden.octopus-release-management gradle plugin | ||
use_dev_repository=plugins |
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/declare-pom-dependencies/single-module/settings.gradle
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
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/publish/multi-module-with-root-publish-4.10.3/build.gradle
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
2 changes: 1 addition & 1 deletion
2
ft/src/test/resources/publish/multi-module-with-root-publish-4.10.3/gradle.properties
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,4 +1,4 @@ | ||
# To enable access to non released versions of the org.octopusden.octopus-release-management gradle plugin | ||
use_dev_repository=buildscript | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT |
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,4 +1,4 @@ | ||
# To enable access to non released versions of the org.octopusden.octopus-release-management gradle plugin | ||
use_dev_repository=plugins | ||
|
||
release-management.version=1.0-SNAPSHOT | ||
octopus-release-management.version=1.0-SNAPSHOT |
Oops, something went wrong.