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
csbase-dev
rest-client-demo-java
Commits
bb55228f
Commit
bb55228f
authored
Jan 22, 2019
by
Pedro Rocha
Browse files
Merge branch 'task/CSBASE-4918_UpdatePomForRelease' into 'master'
[CSBASE-4918] Ajuste de pom.xml para release. See merge request
!5
parents
7106ff2b
aa8bcf0d
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
bb55228f
...
...
@@ -11,6 +11,7 @@
<url>
http://maven.apache.org
</url>
<properties>
<maven.build.timestamp.format>
yyyy_MM_dd
</maven.build.timestamp.format>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<scm.base.https>
https://git.tecgraf.puc-rio.br/csbase-dev
</scm.base.https>
<scm.base.ssh>
git@git.tecgraf.puc-rio.br:csbase-dev
</scm.base.ssh>
...
...
@@ -44,6 +45,22 @@
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.3
</version>
<configuration>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
<updateBranchVersions>
true
</updateBranchVersions>
<updateWorkingCopyVersions>
true
</updateWorkingCopyVersions>
<updateDependencies>
true
</updateDependencies>
<useReleaseProfile>
false
</useReleaseProfile>
<tagNameFormat>
v@{project.version}_${maven.build.timestamp}
</tagNameFormat>
<scmCommentPrefix>
[${project.artifactId} release]
</scmCommentPrefix>
</configuration>
</plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
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