|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <parent> |
| 6 | + <groupId>org.springframework.cloud</groupId> |
| 7 | + <artifactId>spring-cloud-dependencies-parent</artifactId> |
| 8 | + <version>4.0.1</version> |
| 9 | + <relativePath></relativePath> |
| 10 | + </parent> |
| 11 | + <groupId>org.springframework.cloud</groupId> |
| 12 | + <artifactId>spring-cloud-task-dependencies</artifactId> |
| 13 | + <version>3.0.1</version> |
| 14 | + <packaging>pom</packaging> |
| 15 | + <name>Spring Cloud Task Dependencies</name> |
| 16 | + <description>Spring Cloud Task Dependencies</description> |
| 17 | + <url>https://projects.spring.io/spring-cloud/spring-cloud-task-dependencies/</url> |
| 18 | + <organization> |
| 19 | + <name>Pivotal Software, Inc.</name> |
| 20 | + <url>https://www.spring.io</url> |
| 21 | + </organization> |
| 22 | + <licenses> |
| 23 | + <license> |
| 24 | + <name>Apache License, Version 2.0</name> |
| 25 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 26 | + <comments>Copyright 2014-2021 the original author or authors. |
| 27 | + |
| 28 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 29 | + you may not use this file except in compliance with the License. |
| 30 | + You may obtain a copy of the License at |
| 31 | + |
| 32 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 33 | + |
| 34 | + Unless required by applicable law or agreed to in writing, software |
| 35 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 36 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 37 | + implied. |
| 38 | + |
| 39 | + See the License for the specific language governing permissions and |
| 40 | + limitations under the License.</comments> |
| 41 | + </license> |
| 42 | + </licenses> |
| 43 | + <developers> |
| 44 | + <developer> |
| 45 | + <id>dsyer</id> |
| 46 | + <name>Dave Syer</name> |
| 47 | + <email>dsyer at pivotal.io</email> |
| 48 | + <organization>Pivotal Software, Inc.</organization> |
| 49 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 50 | + <roles> |
| 51 | + <role>Project lead</role> |
| 52 | + </roles> |
| 53 | + </developer> |
| 54 | + <developer> |
| 55 | + <id>sgibb</id> |
| 56 | + <name>Spencer Gibb</name> |
| 57 | + <email>sgibb at pivotal.io</email> |
| 58 | + <organization>Pivotal Software, Inc.</organization> |
| 59 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 60 | + <roles> |
| 61 | + <role>Project lead</role> |
| 62 | + </roles> |
| 63 | + </developer> |
| 64 | + </developers> |
| 65 | + <scm> |
| 66 | + <connection>scm:git:git://github.com/spring-cloud/spring-cloud-build.git/spring-cloud-task-dependencies</connection> |
| 67 | + < developerConnection>scm:git:ssh:// [email protected]/spring-cloud/spring-cloud-build.git/spring-cloud-task-dependencies</ developerConnection> |
| 68 | + <url>https://github.com/spring-cloud/spring-cloud-build/spring-cloud-task-dependencies</url> |
| 69 | + </scm> |
| 70 | + <distributionManagement> |
| 71 | + <repository> |
| 72 | + <id>repo.spring.io</id> |
| 73 | + <name>Spring Release Repository</name> |
| 74 | + <url>https://repo.spring.io/libs-release-local</url> |
| 75 | + </repository> |
| 76 | + <snapshotRepository> |
| 77 | + <id>repo.spring.io</id> |
| 78 | + <name>Spring Snapshot Repository</name> |
| 79 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 80 | + </snapshotRepository> |
| 81 | + <site> |
| 82 | + <id>spring-docs</id> |
| 83 | + <url>https:/docs.spring.io/spring-cloud-dependencies-parent/docs/4.0.1/reference/html/spring-cloud-task-dependencies/</url> |
| 84 | + </site> |
| 85 | + <downloadUrl>https://github.com/spring-cloud</downloadUrl> |
| 86 | + </distributionManagement> |
| 87 | + <dependencyManagement> |
| 88 | + <dependencies> |
| 89 | + <dependency> |
| 90 | + <groupId>org.springframework.cloud</groupId> |
| 91 | + <artifactId>spring-cloud-starter-task</artifactId> |
| 92 | + <version>${project.version}</version> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>org.springframework.cloud</groupId> |
| 96 | + <artifactId>spring-cloud-task-core</artifactId> |
| 97 | + <version>${project.version}</version> |
| 98 | + </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>org.springframework.cloud</groupId> |
| 101 | + <artifactId>spring-cloud-task-batch</artifactId> |
| 102 | + <version>${project.version}</version> |
| 103 | + </dependency> |
| 104 | + <dependency> |
| 105 | + <groupId>org.springframework.cloud</groupId> |
| 106 | + <artifactId>spring-cloud-task-stream</artifactId> |
| 107 | + <version>${project.version}</version> |
| 108 | + </dependency> |
| 109 | + </dependencies> |
| 110 | + </dependencyManagement> |
| 111 | + <profiles> |
| 112 | + <profile> |
| 113 | + <id>spring</id> |
| 114 | + <repositories> |
| 115 | + <repository> |
| 116 | + <snapshots> |
| 117 | + <enabled>true</enabled> |
| 118 | + </snapshots> |
| 119 | + <id>spring-snapshots</id> |
| 120 | + <name>Spring Snapshots</name> |
| 121 | + <url>https://repo.spring.io/snapshot</url> |
| 122 | + </repository> |
| 123 | + <repository> |
| 124 | + <snapshots> |
| 125 | + <enabled>false</enabled> |
| 126 | + </snapshots> |
| 127 | + <id>spring-milestones</id> |
| 128 | + <name>Spring Milestones</name> |
| 129 | + <url>https://repo.spring.io/milestone</url> |
| 130 | + </repository> |
| 131 | + <repository> |
| 132 | + <snapshots> |
| 133 | + <enabled>false</enabled> |
| 134 | + </snapshots> |
| 135 | + <id>spring-releases</id> |
| 136 | + <name>Spring Releases</name> |
| 137 | + <url>https://repo.spring.io/release</url> |
| 138 | + </repository> |
| 139 | + </repositories> |
| 140 | + <pluginRepositories> |
| 141 | + <pluginRepository> |
| 142 | + <snapshots> |
| 143 | + <enabled>true</enabled> |
| 144 | + </snapshots> |
| 145 | + <id>spring-snapshots</id> |
| 146 | + <name>Spring Snapshots</name> |
| 147 | + <url>https://repo.spring.io/snapshot</url> |
| 148 | + </pluginRepository> |
| 149 | + <pluginRepository> |
| 150 | + <snapshots> |
| 151 | + <enabled>false</enabled> |
| 152 | + </snapshots> |
| 153 | + <id>spring-milestones</id> |
| 154 | + <name>Spring Milestones</name> |
| 155 | + <url>https://repo.spring.io/milestone</url> |
| 156 | + </pluginRepository> |
| 157 | + </pluginRepositories> |
| 158 | + </profile> |
| 159 | + </profiles> |
| 160 | +</project> |
0 commit comments