Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
35384a3f
提交
35384a3f
authored
10月 31, 2016
作者:
Thomas Mueller Graf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Changes after release
上级
2abb26c3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
build.sh
h2/build.sh
+1
-1
pom.xml
h2/pom.xml
+1
-1
release.txt
h2/src/installer/release.txt
+3
-2
没有找到文件。
h2/build.sh
浏览文件 @
35384a3f
...
@@ -10,4 +10,4 @@ if [ "$1" = "clean" ] ; then rm -rf temp bin ; fi
...
@@ -10,4 +10,4 @@ if [ "$1" = "clean" ] ; then rm -rf temp bin ; fi
if
[
!
-d
"temp"
]
;
then
mkdir
temp
;
fi
if
[
!
-d
"temp"
]
;
then
mkdir
temp
;
fi
if
[
!
-d
"bin"
]
;
then
mkdir
bin
;
fi
if
[
!
-d
"bin"
]
;
then
mkdir
bin
;
fi
"
$JAVA_HOME
/bin/javac"
-sourcepath
src/tools
-d
bin src/tools/org/h2/build/
*
.java
"
$JAVA_HOME
/bin/javac"
-sourcepath
src/tools
-d
bin src/tools/org/h2/build/
*
.java
"
$JAVA_HOME
/bin/java"
-Xmx
256
m
-cp
"bin:
$JAVA_HOME
/lib/tools.jar:temp"
org.h2.build.Build
$@
"
$JAVA_HOME
/bin/java"
-Xmx
512
m
-cp
"bin:
$JAVA_HOME
/lib/tools.jar:temp"
org.h2.build.Build
$@
h2/pom.xml
浏览文件 @
35384a3f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<groupId>
com.h2database
</groupId>
<groupId>
com.h2database
</groupId>
<artifactId>
h2
</artifactId>
<artifactId>
h2
</artifactId>
<version>
1.4.19
2
-SNAPSHOT
</version>
<version>
1.4.19
3
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
H2 Database Engine
</name>
<name>
H2 Database Engine
</name>
<url>
http://www.h2database.com
</url>
<url>
http://www.h2database.com
</url>
...
...
h2/src/installer/release.txt
浏览文件 @
35384a3f
...
@@ -25,8 +25,6 @@ Newsletter: prepare (always to BCC)
...
@@ -25,8 +25,6 @@ Newsletter: prepare (always to BCC)
Newsletter: send to h2-database-jp@googlegroups.com; h2-database@googlegroups.com; h2database-news@googlegroups.com; ...
Newsletter: send to h2-database-jp@googlegroups.com; h2-database@googlegroups.com; h2database-news@googlegroups.com; ...
Add to http://twitter.com
Add to http://twitter.com
- tweet: add @geospatialnews for the new geometry type and disk spatial index
- tweet: add @geospatialnews for the new geometry type and disk spatial index
Close bugs: https://github.com/h2database/h2database/issues
Update statistics
Sign files and publish files on Maven Central
Sign files and publish files on Maven Central
./build.sh compile jar mavenDeployCentral
./build.sh compile jar mavenDeployCentral
...
@@ -51,3 +49,6 @@ jar -cvf bundle.jar h2-*
...
@@ -51,3 +49,6 @@ jar -cvf bundle.jar h2-*
# - Staging Upload
# - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
Update statistics
Change version in pom.xml, commit
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论