Commit 62a326471c7178efdf307dcf020ab482c5961f43
1 parent
03bc23b8
[maven-release-plugin] prepare release youtrack-rest-api-1.0.0
Showing
1 changed file
with
9 additions
and
4 deletions
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
3 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | |
6 | 5 | <groupId>pl.com.it-crowd</groupId> |
7 | 6 | <artifactId>youtrack-rest-api</artifactId> |
8 | - <version>1.0.0-SNAPSHOT</version> | |
7 | + <version>1.0.0</version> | |
9 | 8 | |
10 | 9 | <dependencies> |
11 | 10 | <dependency> |
... | ... | @@ -66,6 +65,12 @@ |
66 | 65 | </plugins> |
67 | 66 | </build> |
68 | 67 | </profile> |
68 | + <profile> | |
69 | + <id>release</id> | |
70 | + <properties> | |
71 | + <skipTests>true</skipTests> | |
72 | + </properties> | |
73 | + </profile> | |
69 | 74 | </profiles> |
70 | 75 | |
71 | 76 | <distributionManagement> |
... | ... | @@ -82,7 +87,7 @@ |
82 | 87 | </distributionManagement> |
83 | 88 | |
84 | 89 | <scm> |
85 | - <developerConnection>scm:svn:https://it-crowd.com.pl/svn/youtrack-rest-api/trunk</developerConnection> | |
90 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/youtrack-rest-api/tags/youtrack-rest-api-1.0.0</developerConnection> | |
86 | 91 | </scm> |
87 | 92 | |
88 | 93 | </project> | ... | ... |
Please
register
or
login
to post a comment