Skip to content

Commit

Permalink
Merge pull request #281 from ltsopensource/develop
Browse files Browse the repository at this point in the history
1.6.8-beta, 更新文档地址
  • Loading branch information
qq254963746 committed Apr 24, 2016
2 parents 4ae1c6c + 06a8c7b commit 9d1b212
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
*.iml
.idea
.DS_Store
dist
target
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,12 @@ github地址:
oschina地址:
[http://git.oschina.net/hugui/light-task-scheduler](http://git.oschina.net/hugui/light-task-scheduler)

例子:
[https://github.com/ltsopensource/lts-examples](https://github.com/ltsopensource/lts-examples)

文档地址(正在更新中,后面以这个为准):
[https://www.gitbook.com/book/qq254963746/lts/details](https://www.gitbook.com/book/qq254963746/lts/details)

这两个地址都会同步更新。感兴趣,请加QQ群:109500214 一起探讨、完善。越多人支持,就越有动力去更新,喜欢记得右上角star哈。

## 框架概况
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -4,7 +4,7 @@ start mvn clean install -DskipTests
echo "LTS: mvn clean install -DskipTests"
echo "LTS: After sub window finished, close it , and press any key to continue" & pause>nul

set VERSION=1.6.8-SNAPSHOT
set VERSION=1.6.8-beta1
set BASE_HOME=%~dp0%
set DIST_BIN_DIR=lts-%VERSION%-bin

Expand Down
5 changes: 4 additions & 1 deletion build.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.6.8-SNAPSHOT"
VERSION="1.6.8-beta1"

LTS_BIN="${BASH_SOURCE-$0}"
LTS_BIN="$(dirname "${LTS_BIN}")"
Expand Down Expand Up @@ -29,3 +29,6 @@ mvn clean assembly:assembly -DskipTests -Plts-admin
cp -rf $Startup_Dir/target/lts-bin/lts/lib $Dist_Bin_Dir/war/jetty
cp -rf $LTS_Bin_Dir/lts-admin/target/lts-admin-$VERSION.war $Dist_Bin_Dir/war/lts-admin.war

cd $LTS_Bin_Dir/dist
zip -r lts-$VERSION-bin.zip lts-$VERSION-bin/*
rm -rf lts-$VERSION-bin
Binary file added dist/lts-1.6.8-beta1-bin.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/osc&github同时推送数据.txt
Expand Up @@ -27,3 +27,4 @@ git ls-remote --tags github
~/Data/Software/apache-maven-3.2.5/bin/mvn clean install -U -DskipTests
~/Data/Software/apache-maven-3.2.5/bin/mvn clean deploy -DskipTests
~/Data/Software/apache-maven-3.2.5/bin/mvn clean deploy -P release -Dgpg.passphrase=密码 -DskipTests

2 changes: 1 addition & 1 deletion lts-admin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ private Version() {}

private static final Logger LOGGER = LoggerFactory.getLogger(Version.class);

private static final String VERSION = getVersion(Version.class, "1.6.8-SNAPSHOT");
private static final String VERSION = getVersion(Version.class, "1.6.8-beta1");

static {
// 检查是否存在重复的jar包
Expand Down
2 changes: 1 addition & 1 deletion lts-jobclient/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-jobtracker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-monitor/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-startup/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-tasktracker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
24 changes: 23 additions & 1 deletion lts/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -51,6 +51,27 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadoc</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<show>public</show>
<charset>UTF-8</charset>
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
<links>
<link>http://docs.oracle.com/javase/6/docs/api</link>
</links>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand All @@ -71,6 +92,7 @@
<include>com.github.ltsopensource:lts-tasktracker</include>
<include>com.github.ltsopensource:lts-jobtracker</include>
<include>com.github.ltsopensource:lts-spring</include>
<include>com.github.ltsopensource:lts-monitor</include>
</includes>
</artifactSet>
<transformers>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts-parent</artifactId>
<packaging>pom</packaging>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8-beta1</version>
<url>https://github.com/ltsopensource/light-task-scheduler.git</url>
<modules>
<module>lts-core</module>
Expand Down

0 comments on commit 9d1b212

Please sign in to comment.