|
|
@ -15,12 +15,11 @@ |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ limitations under the License. |
|
|
|
~ limitations under the License. |
|
|
|
--> |
|
|
|
--> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
<artifactId>dolphinscheduler</artifactId> |
|
|
|
<artifactId>dolphinscheduler</artifactId> |
|
|
|
<version>3.0.0-beta-1-SNAPSHOT</version> |
|
|
|
<version>3.0.0-beta-1</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<name>${project.artifactId}</name> |
|
|
|
<name>${project.artifactId}</name> |
|
|
|
<url>https://dolphinscheduler.apache.org</url> |
|
|
|
<url>https://dolphinscheduler.apache.org</url> |
|
|
@ -32,7 +31,7 @@ |
|
|
|
<connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection> |
|
|
|
<connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection> |
|
|
|
<developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection> |
|
|
|
<developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection> |
|
|
|
<url>https://github.com/apache/dolphinscheduler</url> |
|
|
|
<url>https://github.com/apache/dolphinscheduler</url> |
|
|
|
<tag>HEAD</tag> |
|
|
|
<tag>3.0.0-beta-1</tag> |
|
|
|
</scm> |
|
|
|
</scm> |
|
|
|
<mailingLists> |
|
|
|
<mailingLists> |
|
|
|
<mailingList> |
|
|
|
<mailingList> |
|
|
|