|
6 | 6 |
|
7 | 7 | <groupId>com.epam.jdi</groupId> |
8 | 8 | <artifactId>jdi-light-bootstrap</artifactId> |
9 | | - <version>1.6.1-SNAPSHOT</version> |
| 9 | + <version>1.6.1</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <name>JDI Light Bootstrap Elements</name> |
12 | 12 | <url>https://github.com/jdi-testing</url> |
13 | 13 | <description>JDI Light Bootstrap library</description> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <jdi.version>1.6.1-SNAPSHOT</jdi.version> |
| 16 | + <jdi.version>1.6.1</jdi.version> |
17 | 17 | <aspectj.version>1.9.20</aspectj.version> |
18 | 18 | <aspectj.maven>1.14.0</aspectj.maven> |
19 | 19 | <java.version>11</java.version> |
|
116 | 116 | </plugin> |
117 | 117 |
|
118 | 118 | <plugin> |
119 | | - <groupId>org.sonatype.plugins</groupId> |
120 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
121 | | - <version>1.6.3</version> |
| 119 | + <groupId>org.sonatype.central</groupId> |
| 120 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 121 | + <version>0.8.0</version> |
122 | 122 | <extensions>true</extensions> |
123 | | - <executions> |
124 | | - <execution> |
125 | | - <phase>deploy</phase> |
126 | | - </execution> |
127 | | - </executions> |
128 | 123 | <configuration> |
129 | | - <serverId>ossrh</serverId> |
130 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
131 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 124 | + <publishingServerId>central</publishingServerId> |
| 125 | + <autoPublish>true</autoPublish> |
| 126 | + <waitUntil>published</waitUntil> |
132 | 127 | </configuration> |
133 | 128 | </plugin> |
134 | 129 | </plugins> |
|
156 | 151 | <url>https://github.com/jdi-testing</url> |
157 | 152 | </scm> |
158 | 153 |
|
159 | | - <distributionManagement> |
160 | | - <snapshotRepository> |
161 | | - <id>ossrh</id> |
162 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
163 | | - </snapshotRepository> |
164 | | - <repository> |
165 | | - <id>ossrh</id> |
166 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
167 | | - </repository> |
168 | | - </distributionManagement> |
169 | | - |
170 | 154 | <profiles> |
171 | 155 | <profile> |
172 | 156 | <id>sign-artifacts</id> |
|
0 commit comments