|
@@ -4,7 +4,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>cn.analysys</groupId>
|
|
|
<artifactId>escheduler</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
+ <version>1.0.0-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<name>escheduler</name>
|
|
|
<url>http://maven.apache.org</url>
|
|
@@ -370,8 +370,32 @@
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
+ <scm>
|
|
|
+ <connection>scm:git:https://github.com/analysys/EasyScheduler.git</connection>
|
|
|
+ <developerConnection>scm:git:https://github.com/analysys/EasyScheduler.git</developerConnection>
|
|
|
+ <url>https://github.com/analysys/EasyScheduler.git</url>
|
|
|
+ </scm>
|
|
|
+
|
|
|
<build>
|
|
|
<plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-release-plugin</artifactId>
|
|
|
+ <version>2.5.2</version>
|
|
|
+ <configuration>
|
|
|
+ <autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
+ <tagNameFormat>@{project.version}</tagNameFormat>
|
|
|
+ <tagBase>${project.version}</tagBase>
|
|
|
+ <goals>-f pom.xml deploy</goals>
|
|
|
+ </configuration>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.maven.scm</groupId>
|
|
|
+ <artifactId>maven-scm-provider-jgit</artifactId>
|
|
|
+ <version>1.9.5</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
<version>2.6</version>
|