Commit 62a326471c7178efdf307dcf020ab482c5961f43

Authored by bernard
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 <?xml version="1.0" encoding="UTF-8"?> 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 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 4
6 <groupId>pl.com.it-crowd</groupId> 5 <groupId>pl.com.it-crowd</groupId>
7 <artifactId>youtrack-rest-api</artifactId> 6 <artifactId>youtrack-rest-api</artifactId>
8 - <version>1.0.0-SNAPSHOT</version> 7 + <version>1.0.0</version>
9 8
10 <dependencies> 9 <dependencies>
11 <dependency> 10 <dependency>
@@ -66,6 +65,12 @@ @@ -66,6 +65,12 @@
66 </plugins> 65 </plugins>
67 </build> 66 </build>
68 </profile> 67 </profile>
  68 + <profile>
  69 + <id>release</id>
  70 + <properties>
  71 + <skipTests>true</skipTests>
  72 + </properties>
  73 + </profile>
69 </profiles> 74 </profiles>
70 75
71 <distributionManagement> 76 <distributionManagement>
@@ -82,7 +87,7 @@ @@ -82,7 +87,7 @@
82 </distributionManagement> 87 </distributionManagement>
83 88
84 <scm> 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 </scm> 91 </scm>
87 92
88 </project> 93 </project>
Please register or login to post a comment