|
|
|
@ -15,8 +15,7 @@
|
|
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
|
~ limitations under the License. |
|
|
|
|
--> |
|
|
|
|
<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"> |
|
|
|
|
<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"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.apache</groupId> |
|
|
|
@ -25,7 +24,7 @@
|
|
|
|
|
</parent> |
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
|
<artifactId>dolphinscheduler</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
<version>3.1.1-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
<description>Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated |
|
|
|
@ -765,7 +764,7 @@
|
|
|
|
|
<connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection> |
|
|
|
|
<developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection> |
|
|
|
|
<url>https://github.com/apache/dolphinscheduler</url> |
|
|
|
|
<tag>3.1.0</tag> |
|
|
|
|
<tag>HEAD</tag> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
|