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
csbase-rest-client-java
Commits
2961c901
Commit
2961c901
authored
Jan 22, 2019
by
Pedro Rocha
Browse files
Adequacao de pom.xml
[CSBASE-4918]
parent
bc290d15
Pipeline
#5185
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2961c901
...
...
@@ -45,6 +45,21 @@
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.3
</version>
<configuration>
<updateWorkingCopyVersions>
true
</updateWorkingCopyVersions>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
<updateDependencies>
true
</updateDependencies>
<useReleaseProfile>
false
</useReleaseProfile>
<tagNameFormat>
v@{project.version}
</tagNameFormat>
<scmCommentPrefix>
[${project.artifactId} release]
</scmCommentPrefix>
</configuration>
</plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
...
...
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