|
7 | 7 | <groupId>de.hs-heilbronn.mi</groupId>
|
8 | 8 | <artifactId>zlibsvm</artifactId>
|
9 | 9 | <packaging>pom</packaging>
|
10 |
| - <version>2.1.1-SNAPSHOT</version> |
| 10 | + <version>2.1.1</version> |
11 | 11 |
|
12 | 12 | <name>zlibsvm</name>
|
13 | 13 | <description>A Java binding for the famous LIBSVM library</description>
|
|
78 | 78 | <maven.compile.encoding>UTF-8</maven.compile.encoding>
|
79 | 79 | <maven.compiler.target>${java.target}</maven.compiler.target>
|
80 | 80 |
|
81 |
| - <zlibsvm.version>2.1.1-SNAPSHOT</zlibsvm.version> |
| 81 | + <zlibsvm.version>2.1.1</zlibsvm.version> |
82 | 82 | <libsvm.version>3.35</libsvm.version>
|
83 |
| - <!-- apache commons stuff --> |
84 |
| - <commons.lang3.version>3.13.0</commons.lang3.version> |
85 | 83 |
|
86 | 84 | <!-- additional dependencies -->
|
87 | 85 | <junit.version>4.13.2</junit.version>
|
|
114 | 112 | </dependencies>
|
115 | 113 | </dependencyManagement>
|
116 | 114 |
|
117 |
| - <distributionManagement> |
118 |
| - <snapshotRepository> |
119 |
| - <id>ossrh</id> |
120 |
| - <name>Sonatype Nexus snapshot repository</name> |
121 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
122 |
| - </snapshotRepository> |
123 |
| - <repository> |
124 |
| - <id>ossrh</id> |
125 |
| - <name>Sonatype Nexus release repository</name> |
126 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
127 |
| - </repository> |
128 |
| - </distributionManagement> |
129 |
| - |
130 | 115 | <build>
|
131 | 116 | <pluginManagement>
|
132 | 117 | <plugins>
|
|
276 | 261 |
|
277 | 262 | <profiles>
|
278 | 263 | <profile>
|
279 |
| - <id>release-deployment</id> |
| 264 | + <id>release</id> |
280 | 265 | <build>
|
281 | 266 | <plugins>
|
282 | 267 | <plugin>
|
|
299 | 284 | <groupId>org.apache.maven.plugins</groupId>
|
300 | 285 | <artifactId>maven-gpg-plugin</artifactId>
|
301 | 286 | </plugin>
|
| 287 | + <plugin> |
| 288 | + <groupId>org.sonatype.central</groupId> |
| 289 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 290 | + <version>0.6.0</version> |
| 291 | + <extensions>true</extensions> |
| 292 | + <configuration> |
| 293 | + <publishingServerId>central</publishingServerId> |
| 294 | + </configuration> |
| 295 | + </plugin> |
302 | 296 | </plugins>
|
303 | 297 | </build>
|
304 | 298 | </profile>
|
|
0 commit comments