File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ Can be replaced with the following plugin configuration, which also introduces t
158158 <artifactId>gitflow-helper-maven-plugin</artifactId>
159159 <version>${gitflow.helper.plugin.version}</version>
160160 <configuration>
161- <releaseDeploymentRepository>releases::default::> https://some.server.path/content/repositories/releases::false</releaseDeploymentRepository>
162- <stageDeploymentRepository>stage::default::> https://some.server.path/content/repositories/stage::false</stageDeploymentRepository>
163- <snapshotDeploymentRepository>snapshots::default::> https://some.server.path/content/repositories/snapshots::true</snapshotDeploymentRepository>
161+ <releaseDeploymentRepository>releases::default::https://some.server.path/content/repositories/releases::false</releaseDeploymentRepository>
162+ <stageDeploymentRepository>stage::default::https://some.server.path/content/repositories/stage::false</stageDeploymentRepository>
163+ <snapshotDeploymentRepository>snapshots::default::https://some.server.path/content/repositories/snapshots::true</snapshotDeploymentRepository>
164164 </configuration>
165165 <executions>
166166 <execution>
You can’t perform that action at this time.
0 commit comments