Skip to content

Commit

Permalink
Updated using maven
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr committed Nov 28, 2018
1 parent bd89337 commit b90674e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@

</dependencies>

<!--
Committing and updating changes through Maven, by using below mvn command.
For Commiting
mvn -Dmessage="Updated using maven" scm:checkin
For updating
mvn scm:update
-->
<scm>
<connection>scm:git:https://github.com/MithunTechnologiesDevOps/maven-standalone-application</connection>
<developerConnection>scm:git:https://github.com/MithunTechnologiesDevOps/maven-standalone-application</developerConnection>
Expand Down

0 comments on commit b90674e

Please sign in to comment.