forked from graphaware/neo4j-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-to-release.txt
33 lines (26 loc) · 843 Bytes
/
how-to-release.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mvn clean install, make sure it is successful
search and replace the last snapshot version with the new one
search and replace the last release version with the new one
mvn release:clean release:prepare
mvn release:perform
notes:
framework javadoc
git checkout tags/graphaware-parent-${version} && mvn clean package -DskipTests && mvn javadoc:aggregate && git checkout master
removing a git tag:
git tag -d graphaware-parent-2.1.7.28
git push origin :refs/tags/graphaware-parent-2.1.7.28
List of modules to upgrade:
uuid
resttest
noderank
timetree
expire
reco
reco-meetup
importer
neo4j-to-elasticsearch
graphaware-starter
ga-enterprise
audit
schema
mvn license:aggregate-add-third-party to generate TPL