|
7 | 7 |
|
8 | 8 | <groupId>io.apimatic</groupId> |
9 | 9 | <artifactId>core-interfaces</artifactId> |
10 | | - <version>0.3.1</version> |
| 10 | + <version>0.3.2</version> |
11 | 11 |
|
12 | 12 | <name>core-interfaces</name> |
13 | 13 | <description>An abstract layer of the functionalities provided by apimatic-core-library, okhttp-client-adapter and APIMatic SDKs.</description> |
|
34 | 34 | <url>https://github.com/apimatic/core-interfaces-java</url> |
35 | 35 | </scm> |
36 | 36 |
|
37 | | - <distributionManagement> |
38 | | - <snapshotRepository> |
39 | | - <id>ossrh</id> |
40 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
41 | | - </snapshotRepository> |
42 | | - <repository> |
43 | | - <id>ossrh</id> |
44 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
45 | | - </repository> |
46 | | - </distributionManagement> |
47 | | - |
48 | 37 | <dependencies> |
49 | 38 | <dependency> |
50 | 39 | <groupId>com.squareup.okhttp3</groupId> |
|
129 | 118 | </configuration> |
130 | 119 | </plugin> |
131 | 120 | <plugin> |
132 | | - <groupId>org.sonatype.plugins</groupId> |
133 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
134 | | - <version>1.6.7</version> |
135 | | - <extensions>true</extensions> |
136 | | - <configuration> |
137 | | - <serverId>ossrh</serverId> |
138 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
139 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 121 | + <groupId>org.sonatype.central</groupId> |
| 122 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 123 | + <version>0.8.0</version> |
| 124 | + <extensions>true</extensions> |
| 125 | + <configuration> |
| 126 | + <publishingServerId>ossrh</publishingServerId> |
| 127 | + <tokenAuth>true</tokenAuth> |
| 128 | + <autoPublish>true</autoPublish> |
| 129 | + <waitUntil>published</waitUntil> |
140 | 130 | </configuration> |
141 | | - </plugin> |
| 131 | + </plugin> |
142 | 132 | <plugin> |
143 | 133 | <groupId>org.apache.maven.plugins</groupId> |
144 | 134 | <artifactId>maven-source-plugin</artifactId> |
|
0 commit comments