Skip to content

Commit

Permalink
change back pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan.cheng committed May 16, 2017
1 parent fbd6286 commit 4f62b90
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,37 +364,16 @@
</licenses>

<scm>
<connection>scm:git:ssh://[email protected].com.cn:62222/stock/light-task-scheduler.git</connection>
<developerConnection>scm:git:ssh://[email protected].com.cn:62222/stock/light-task-scheduler.git</developerConnection>
<url>ssh://[email protected].com.cn:62222/stock/light-task-scheduler.git</url>
<connection>scm:git:https://github.com/ltsopensource/light-task-scheduler.git</connection>
<developerConnection>scm:git:https://github.com/ltsopensource/light-task-scheduler.git</developerConnection>
<url>https://github.com/ltsopensource/light-task-scheduler.git</url>
</scm>
<distributionManagement>
<repository>
<id>repo-jrj-releases</id>
<url>http://nexus.jrj.com.cn/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://nexus.jrj.com.cn/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
<developer>
<id>hugui.hg</id>
<name>hugui</name>
<email>[email protected]</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4f62b90

Please sign in to comment.