-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lusifer
committed
May 7, 2017
1 parent
ff3fa30
commit 59e1517
Showing
7 changed files
with
107 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>com.funtl.leesite</groupId> | ||
<artifactId>leesite-build</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>leesite-build</name> | ||
|
@@ -14,7 +14,8 @@ | |
<scm> | ||
<url>https://github.com/topsale/leesite</url> | ||
<developerConnection>scm:git:ssh://[email protected]/topsale/leesite.git</developerConnection> | ||
</scm> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<organization> | ||
<name>深圳市鲁斯菲尔科技有限公司</name> | ||
|
@@ -32,7 +33,7 @@ | |
<developer> | ||
<id>lusifer</id> | ||
<name>Lusifer</name> | ||
<email>lusifer at tssup.com</email> | ||
<email>lusifer at funtl.com</email> | ||
<organization>深圳市鲁斯菲尔科技有限公司</organization> | ||
<organizationUrl>http://www.funtl.com</organizationUrl> | ||
<roles> | ||
|
@@ -45,6 +46,19 @@ | |
<main.basedir>${basedir}</main.basedir> | ||
</properties> | ||
|
||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>nexus</id> | ||
<name>Nexus Snapshot</name> | ||
<url>http://192.168.0.254:8081/repository/maven-snapshots/</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>nexus</id> | ||
<name>Nexus Releases</name> | ||
<url>http://192.168.0.254:8081/repository/maven-releases/</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
|
@@ -55,10 +69,18 @@ | |
</plugins> | ||
</build> | ||
|
||
<modules> | ||
<module>leesite-dependencies</module> | ||
<module>leesite-parent</module> | ||
<module>leesite-database</module> | ||
<module>leesite-module</module> | ||
</modules> | ||
<profiles> | ||
<profile> | ||
<id>default</id> | ||
<activation> | ||
<activeByDefault>true</activeByDefault> | ||
</activation> | ||
<modules> | ||
<module>leesite-dependencies</module> | ||
<module>leesite-parent</module> | ||
<module>leesite-database</module> | ||
<module>leesite-module</module> | ||
</modules> | ||
</profile> | ||
</profiles> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
#release configuration | ||
#Fri May 05 23:47:42 CST 2017 | ||
#Mon May 08 00:26:39 CST 2017 | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.rel.com.funtl.leesite\:leesite-database=1.0.0-RELEASE | ||
project.rel.com.funtl.leesite\:leesite-database=1.0.1-RELEASE | ||
pushChanges=true | ||
project.rel.com.funtl.leesite\:leesite-parent=1.0.0-RELEASE | ||
project.rel.com.funtl.leesite\:leesite-build=1.0.0-RELEASE | ||
project.rel.com.funtl.leesite\:leesite-parent=1.0.1-RELEASE | ||
project.rel.com.funtl.leesite\:leesite-build=1.0.1-RELEASE | ||
project.scm.com.funtl.leesite\:leesite-build.developerConnection=scm\:git\:ssh\://[email protected]/topsale/leesite.git | ||
project.scm.com.funtl.leesite\:leesite-build.url=https\://github.com/topsale/leesite | ||
scm.tag=1.0.0-RELEASE | ||
scm.tag=1.0.1-RELEASE | ||
remoteTagging=true | ||
project.rel.com.funtl.leesite\:leesite-dependencies=1.0.0-RELEASE | ||
project.rel.com.funtl.leesite\:leesite-dependencies=1.0.1-RELEASE | ||
exec.additionalArguments=-P maven-snapshots | ||
projectVersionPolicyId=default | ||
project.dev.com.funtl.leesite\:leesite-parent=1.0.1-SNAPSHOT | ||
project.dev.com.funtl.leesite\:leesite-parent=1.0.2-SNAPSHOT | ||
scm.url=scm\:git\:ssh\://[email protected]/topsale/leesite.git | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
project.dev.com.funtl.leesite\:leesite-build=1.0.1-SNAPSHOT | ||
project.dev.com.funtl.leesite\:leesite-dependencies=1.0.1-SNAPSHOT | ||
project.dev.com.funtl.leesite\:leesite-build=1.0.2-SNAPSHOT | ||
project.dev.com.funtl.leesite\:leesite-dependencies=1.0.2-SNAPSHOT | ||
preparationGoals=clean verify | ||
project.dev.com.funtl.leesite\:leesite-module=1.0.1-SNAPSHOT | ||
project.dev.com.funtl.leesite\:leesite-module=1.0.2-SNAPSHOT | ||
exec.snapshotReleasePluginAllowed=false | ||
project.dev.com.funtl.leesite\:leesite-database=1.0.1-SNAPSHOT | ||
project.rel.com.funtl.leesite\:leesite-module=1.0.0-RELEASE | ||
project.dev.com.funtl.leesite\:leesite-database=1.0.2-SNAPSHOT | ||
project.rel.com.funtl.leesite\:leesite-module=1.0.1-RELEASE | ||
completedPhase=end-release | ||
project.scm.com.funtl.leesite\:leesite-build.tag=HEAD |