Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Jpress
Commits
6f4cf16c
Commit
6f4cf16c
authored
6 years ago
by
fuhai999@gmail.com
Browse files
Options
Download
Email Patches
Plain Diff
v2.0-rc.2 release (^.^)YYa!!
parent
84791fab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jpress-commons/src/main/java/io/jpress/JPressConsts.java
+1
-1
jpress-commons/src/main/java/io/jpress/JPressConsts.java
starter/pom.xml
+9
-0
starter/pom.xml
with
10 additions
and
1 deletion
+10
-1
jpress-commons/src/main/java/io/jpress/JPressConsts.java
+
1
-
1
View file @
6f4cf16c
...
...
@@ -25,7 +25,7 @@ import com.jfinal.plugin.activerecord.Model;
*/
public
class
JPressConsts
{
public
static
final
String
VERSION
=
"v2.0-rc.
1
"
;
public
static
final
String
VERSION
=
"v2.0-rc.
2
"
;
/**
* 后台系统菜单的 ID
...
...
This diff is collapsed.
Click to expand it.
starter/pom.xml
+
9
-
0
View file @
6f4cf16c
...
...
@@ -116,6 +116,12 @@
<version>
${jpress.version}
</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.jpress</groupId>-->
<!--<artifactId>jpress-addon-club</artifactId>-->
<!--<version>${jpress.version}</version>-->
<!--</dependency>-->
</dependencies>
...
...
@@ -170,6 +176,9 @@
<resource>
<directory>
${basedir}/../module-article/module-article-web/src/main/webapp
</directory>
</resource>
<!--<resource>-->
<!--<directory>${basedir}/../jpress-addons/jpress-addon-club/src/main/webapp</directory>-->
<!--</resource>-->
</resources>
</configuration>
</execution>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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