Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
4c01cbfb
Commit
4c01cbfb
authored
Dec 31, 2014
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11988 from b3log/0.6.8
0.6.8
parents
5f488387
cc99dc19
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
10 deletions
+33
-10
.travis.yml
.travis.yml
+3
-0
core/pom.xml
core/pom.xml
+14
-1
pom.xml
pom.xml
+4
-3
war/gae/.project
war/gae/.project
+2
-2
war/gae/.settings/org.eclipse.wst.validation.prefs
war/gae/.settings/org.eclipse.wst.validation.prefs
+2
-0
war/h2/.project
war/h2/.project
+2
-2
war/h2/.settings/org.eclipse.wst.validation.prefs
war/h2/.settings/org.eclipse.wst.validation.prefs
+2
-0
war/mysql/.project
war/mysql/.project
+2
-2
war/mysql/.settings/org.eclipse.wst.validation.prefs
war/mysql/.settings/org.eclipse.wst.validation.prefs
+2
-0
No files found.
.travis.yml
View file @
4c01cbfb
language
:
java
language
:
java
after_success
:
-
mvn clean cobertura:cobertura coveralls:report
\ No newline at end of file
core/pom.xml
View file @
4c01cbfb
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: B3log Solo core.
Description: B3log Solo core.
Version: 2.
0.1.7, Oct 16
, 2014
Version: 2.
1.1.7, Dec 31
, 2014
Author: Liang Ding
Author: Liang Ding
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
@@ -132,6 +132,19 @@
...
@@ -132,6 +132,19 @@
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.eluder.coveralls
</groupId>
<artifactId>
coveralls-maven-plugin
</artifactId>
<version>
${coveralls-maven-plugin.version}
</version>
<configuration>
<repoToken>
PmmgdTzVuYQAsiOHNZ67bNDuqwDRSKvlm
</repoToken>
<format>
xml
</format>
<maxmem>
256m
</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>
true
</aggregate>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<artifactId>
maven-surefire-plugin
</artifactId>
...
...
pom.xml
View file @
4c01cbfb
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: B3log Solo parent POM.
Description: B3log Solo parent POM.
Version: 2.
0.4.15, Oct 16
, 2014
Version: 2.
1.4.16, Dec 31
, 2014
Author: Liang Ding
Author: Liang Ding
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<properties>
<properties>
<servlet.version>
2.5
</servlet.version>
<servlet.version>
2.5
</servlet.version>
<slf4j.version>
1.7.5
</slf4j.version>
<slf4j.version>
1.7.5
</slf4j.version>
<org.b3log.latke.version>
1.0.1
5
</org.b3log.latke.version>
<org.b3log.latke.version>
1.0.1
6
</org.b3log.latke.version>
<maven-gae-plugin.version>
0.9.0
</maven-gae-plugin.version>
<maven-gae-plugin.version>
0.9.0
</maven-gae-plugin.version>
<gae.version>
1.8.1.1
</gae.version>
<gae.version>
1.8.1.1
</gae.version>
...
@@ -45,7 +45,8 @@
...
@@ -45,7 +45,8 @@
<maven-checkstyle-plugin.version>
2.7
</maven-checkstyle-plugin.version>
<maven-checkstyle-plugin.version>
2.7
</maven-checkstyle-plugin.version>
<maven-javancss-plugin.version>
2.0
</maven-javancss-plugin.version>
<maven-javancss-plugin.version>
2.0
</maven-javancss-plugin.version>
<maven-javadoc-plugin.version>
2.7
</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>
2.7
</maven-javadoc-plugin.version>
<maven-cobertura-plugin.version>
2.5.1
</maven-cobertura-plugin.version>
<maven-cobertura-plugin.version>
2.6
</maven-cobertura-plugin.version>
<coveralls-maven-plugin.version>
3.0.1
</coveralls-maven-plugin.version>
<maven-min-plugin.version>
1.0.0
</maven-min-plugin.version>
<maven-min-plugin.version>
1.0.0
</maven-min-plugin.version>
<!-- Unit Test -->
<!-- Unit Test -->
<testng.version>
6.1.1
</testng.version>
<testng.version>
6.1.1
</testng.version>
...
...
war/gae/.project
View file @
4c01cbfb
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
...
...
war/gae/.settings/org.eclipse.wst.validation.prefs
0 → 100644
View file @
4c01cbfb
disabled=06target
eclipse.preferences.version=1
war/h2/.project
View file @
4c01cbfb
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
...
...
war/h2/.settings/org.eclipse.wst.validation.prefs
0 → 100644
View file @
4c01cbfb
disabled=06target
eclipse.preferences.version=1
war/mysql/.project
View file @
4c01cbfb
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
...
...
war/mysql/.settings/org.eclipse.wst.validation.prefs
0 → 100644
View file @
4c01cbfb
disabled=06target
eclipse.preferences.version=1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment