Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ac31247

Browse files
committed
Add SCM/org to spring-cloud-dataflow-parent pom.xml
1 parent 4e87d31 commit ac31247

File tree

1 file changed

+26
-0
lines changed
  • spring-cloud-dataflow-parent

1 file changed

+26
-0
lines changed

spring-cloud-dataflow-parent/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,32 @@
274274
<url>https://repo.spring.io/libs-snapshot-local</url>
275275
</snapshotRepository>
276276
</distributionManagement>
277+
<organization>
278+
<name>Pivotal Software, Inc.</name>
279+
<url>https://www.spring.io</url>
280+
</organization>
281+
<licenses>
282+
<license>
283+
<name>Apache License, Version 2.0</name>
284+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
285+
</license>
286+
</licenses>
287+
<scm>
288+
<url>https://github.com/spring-cloud/spring-cloud-dataflow-build</url>
289+
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-dataflow-build.git
290+
</connection>
291+
<developerConnection>
292+
scm:git:ssh://git@github.com/spring-cloud/spring-cloud-dataflow-build.git
293+
</developerConnection>
294+
<tag>HEAD</tag>
295+
</scm>
296+
<developers>
297+
<developer>
298+
<id>scdf-team</id>
299+
<name>Data Flow Team</name>
300+
<organizationUrl>https://github.com/spring-cloud/spring-cloud-dataflow/graphs/contributors</organizationUrl>
301+
</developer>
302+
</developers>
277303
<build>
278304
<pluginManagement>
279305
<plugins>

0 commit comments

Comments
 (0)