File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.profesorfalken</groupId >
88 <artifactId >jWOPR</artifactId >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010
1111 <properties >
1212 <maven .compiler.source>8</maven .compiler.source>
1313 <maven .compiler.target>8</maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
17+ <distributionManagement >
18+ <snapshotRepository >
19+ <id >ossrh</id >
20+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
21+ </snapshotRepository >
22+ <repository >
23+ <id >ossrh</id >
24+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
25+ </repository >
26+ </distributionManagement >
27+ <build >
28+ <plugins >
29+ <plugin >
30+ <groupId >org.sonatype.plugins</groupId >
31+ <artifactId >nexus-staging-maven-plugin</artifactId >
32+ <version >1.6.7</version >
33+ <extensions >true</extensions >
34+ <configuration >
35+ <serverId >ossrh</serverId >
36+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
37+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
38+ </configuration >
39+ </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-gpg-plugin</artifactId >
43+ <version >1.6</version >
44+ <executions >
45+ <execution >
46+ <id >sign-artifacts</id >
47+ <phase >verify</phase >
48+ <goals >
49+ <goal >sign</goal >
50+ </goals >
51+ </execution >
52+ </executions >
53+ </plugin >
54+ </plugins >
55+ </build >
56+
1757 <dependencies >
1858 <dependency >
1959 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments