Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.iml
.idea
.DS_Store
dist
target
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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