Skip to content

Commit

Permalink
Add SCM/org to spring-cloud-dataflow-parent pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Sep 20, 2023
1 parent 4e87d31 commit ac31247
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions spring-cloud-dataflow-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,32 @@
<url>https://repo.spring.io/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://www.spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/spring-cloud/spring-cloud-dataflow-build</url>
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-dataflow-build.git
</connection>
<developerConnection>
scm:git:ssh://[email protected]/spring-cloud/spring-cloud-dataflow-build.git
</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<id>scdf-team</id>
<name>Data Flow Team</name>
<organizationUrl>https://github.com/spring-cloud/spring-cloud-dataflow/graphs/contributors</organizationUrl>
</developer>
</developers>
<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit ac31247

Please sign in to comment.