Showing
1 changed file
with
9 additions
and
1 deletions
| @@ -48,6 +48,14 @@ | @@ -48,6 +48,14 @@ | ||
| 48 | </execution> | 48 | </execution> |
| 49 | </executions> | 49 | </executions> |
| 50 | </plugin> | 50 | </plugin> |
| 51 | + <plugin> | ||
| 52 | + <artifactId>maven-release-plugin</artifactId> | ||
| 53 | + <configuration> | ||
| 54 | + <autoVersionSubmodules>true</autoVersionSubmodules> | ||
| 55 | + <pushChanges>false</pushChanges> | ||
| 56 | + <localCheckout>true</localCheckout> | ||
| 57 | + </configuration> | ||
| 58 | + </plugin> | ||
| 51 | </plugins> | 59 | </plugins> |
| 52 | </build> | 60 | </build> |
| 53 | 61 | ||
| @@ -99,7 +107,7 @@ | @@ -99,7 +107,7 @@ | ||
| 99 | </distributionManagement> | 107 | </distributionManagement> |
| 100 | 108 | ||
| 101 | <scm> | 109 | <scm> |
| 102 | - <developerConnection>scm:svn:https://itcrowd.pl/svn/youtrack-rest-api/trunk</developerConnection> | 110 | + <developerConnection>scm:git:https://itcrowd.pl/gitblit/git/OpenSource/youtrack-rest-api.git</developerConnection> |
| 103 | </scm> | 111 | </scm> |
| 104 | 112 | ||
| 105 | </project> | 113 | </project> |
Please
register
or
login
to post a comment