Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
77b17cb2
Commit
77b17cb2
authored
Aug 25, 2015
by
R.W.Majeed
Browse files
Documentation, local distribution management
parent
1f6cd8e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO.txt
View file @
77b17cb2
...
...
@@ -16,4 +16,14 @@ https://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourc
Update version number across sub modules:
mvn release:update-versions -DautoVersionSubmodules=true
\ No newline at end of file
mvn release:update-versions -DautoVersionSubmodules=true
For a release
mvn release:prepare -DautoVersionSubmodules=true
mvn release:perform
To cancel the release: mvn release:rollback
And delete git tags:
git tag -d release01
git push origin :refs/tags/release01
pom.xml
View file @
77b17cb2
...
...
@@ -15,6 +15,12 @@
<scm>
<developerConnection>
scm:git:git@gitlab.uni-oldenburg.de:rwmajeed/histream.git
</developerConnection>
</scm>
<distributionManagement>
<repository>
<id>
local
</id>
<url>
file:../releases
</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
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