|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>com.ibm.g11n.pipeline</groupId> |
4 | 4 | <artifactId>gp-java-client</artifactId> |
5 | | - <version>1.1.1-SNAPSHOT</version> |
| 5 | + <version>1.1.0</version> |
6 | 6 | <name>Java client SDK for Globalization Pipeline on IBM Bluemix</name> |
7 | 7 | <description> |
8 | 8 | Java client SDK for Globalization Pipeline on IBM Bluemix |
|
31 | 31 | <connection>scm:git:git@github.com:IBM-Bluemix/gp-java-client.git</connection> |
32 | 32 | <developerConnection>scm:git:git@github.com:IBM-Bluemix/gp-java-client.git</developerConnection> |
33 | 33 | <url>git@github.com:IBM-Bluemix/gp-java-client.git</url> |
34 | | - <tag>HEAD</tag> |
| 34 | + <tag>gp-java-client-1.1.0</tag> |
35 | 35 | </scm> |
36 | 36 |
|
37 | 37 | <distributionManagement> |
38 | 38 | <snapshotRepository> |
39 | 39 | <id>ossrh</id> |
40 | 40 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
41 | 41 | </snapshotRepository> |
| 42 | + <repository> |
| 43 | + <id>ossrh</id> |
| 44 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 45 | + </repository> |
42 | 46 | </distributionManagement> |
43 | 47 |
|
44 | 48 | <properties> |
|
106 | 110 | </executions> |
107 | 111 | </plugin> |
108 | 112 |
|
| 113 | + <plugin> |
| 114 | + <groupId>org.apache.maven.plugins</groupId> |
| 115 | + <artifactId>maven-source-plugin</artifactId> |
| 116 | + <version>3.0.1</version> |
| 117 | + <executions> |
| 118 | + <execution> |
| 119 | + <id>attach-sources</id> |
| 120 | + <goals> |
| 121 | + <goal>jar-no-fork</goal> |
| 122 | + </goals> |
| 123 | + </execution> |
| 124 | + </executions> |
| 125 | + </plugin> |
| 126 | + |
109 | 127 | <plugin> |
110 | 128 | <groupId>org.apache.maven.plugins</groupId> |
111 | 129 | <artifactId>maven-javadoc-plugin</artifactId> |
|
120 | 138 | </executions> |
121 | 139 | </plugin> |
122 | 140 |
|
| 141 | + <plugin> |
| 142 | + <groupId>org.apache.maven.plugins</groupId> |
| 143 | + <artifactId>maven-gpg-plugin</artifactId> |
| 144 | + <version>1.6</version> |
| 145 | + <executions> |
| 146 | + <execution> |
| 147 | + <id>sign-artifacts</id> |
| 148 | + <phase>verify</phase> |
| 149 | + <goals> |
| 150 | + <goal>sign</goal> |
| 151 | + </goals> |
| 152 | + </execution> |
| 153 | + </executions> |
| 154 | + </plugin> |
| 155 | + |
123 | 156 | <plugin> |
124 | 157 | <groupId>org.sonatype.plugins</groupId> |
125 | 158 | <artifactId>nexus-staging-maven-plugin</artifactId> |
126 | | - <version>1.6.3</version> |
| 159 | + <version>1.6.7</version> |
127 | 160 | <extensions>true</extensions> |
128 | 161 | <configuration> |
129 | 162 | <serverId>ossrh</serverId> |
|
0 commit comments