|
7 | 7 | <groupId>org.cornutum.testing</groupId> |
8 | 8 | <artifactId>hamcrest-composites</artifactId> |
9 | 9 | <packaging>jar</packaging> |
10 | | - <version>0.0.1-SNAPSHOT</version> |
| 10 | + <version>1.0.0</version> |
11 | 11 |
|
12 | 12 | <name>Hamcrest Composites</name> |
13 | 13 | <description>Better testability for comparision of complex Java objects</description> |
|
45 | 45 | <system>GitHub</system> |
46 | 46 | <url>https://github.com/Cornutum/hamcrest-composites/issues</url> |
47 | 47 | </issueManagement> |
| 48 | + |
| 49 | + <distributionManagement> |
| 50 | + <snapshotRepository> |
| 51 | + <id>ossrh</id> |
| 52 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 53 | + </snapshotRepository> |
| 54 | + <repository> |
| 55 | + <id>ossrh</id> |
| 56 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 57 | + </repository> |
| 58 | + </distributionManagement> |
48 | 59 |
|
49 | 60 | <properties> |
50 | 61 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
81 | 92 | </execution> |
82 | 93 | </executions> |
83 | 94 | </plugin> |
| 95 | + <plugin> |
| 96 | + <groupId>org.sonatype.plugins</groupId> |
| 97 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 98 | + <version>1.6.8</version> |
| 99 | + <extensions>true</extensions> |
| 100 | + <configuration> |
| 101 | + <serverId>ossrh</serverId> |
| 102 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 103 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 104 | + </configuration> |
| 105 | + </plugin> |
84 | 106 | <plugin> |
85 | 107 | <groupId>org.apache.maven.plugins</groupId> |
86 | 108 | <artifactId>maven-release-plugin</artifactId> |
|
159 | 181 | <groupId>org.apache.maven.plugins</groupId> |
160 | 182 | <artifactId>maven-source-plugin</artifactId> |
161 | 183 | </plugin> |
| 184 | + <plugin> |
| 185 | + <groupId>org.sonatype.plugins</groupId> |
| 186 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 187 | + </plugin> |
162 | 188 | </plugins> |
163 | 189 | </build> |
164 | 190 |
|
|
0 commit comments