Skip to content

Commit f3a726a

Browse files
authored
Tiny error about URLs config in README
1 parent 0c9d47e commit f3a726a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)