|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>ca.weblite</groupId> |
6 | 6 | <artifactId>java-objc-bridge</artifactId> |
7 | | - <version>1.1-SNAPSHOT</version> |
| 7 | + <version>1.1</version> |
8 | 8 | <name>Java-Objective-C-Bridge</name> |
9 | 9 | <description>A thin bridge that allows for two-way communication from Java to Objective-C.</description> |
10 | 10 |
|
|
90 | 90 | <url>https://github.com/shannah/Java-Objective-C-Bridge</url> |
91 | 91 | </scm> |
92 | 92 |
|
93 | | - <distributionManagement> |
94 | | - <snapshotRepository> |
95 | | - <id>ossrh</id> |
96 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
97 | | - </snapshotRepository> |
98 | | - <repository> |
99 | | - <id>weblite-internal</id> |
100 | | - <name>Web Lite Internal Repository</name> |
101 | | - <url>scp://maven.weblite.ca/swete-data-recovery/home/maven/</url> |
102 | | - |
103 | | - </repository> |
104 | | - <site> |
105 | | - <id>weblite-solutions</id> |
106 | | - <url>scp://solutions.weblite.ca/home/weblite_ca/solutions.weblite.ca/maven/java-objc-bridge</url> |
107 | | - </site> |
108 | | - </distributionManagement> |
| 93 | + <distributionManagement> |
| 94 | + <repository> |
| 95 | + <id>nexus-staging</id> |
| 96 | + <name>Nexus Release Repository</name> |
| 97 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 98 | + </repository> |
| 99 | + </distributionManagement> |
109 | 100 |
|
110 | 101 | <build> |
111 | 102 | <extensions> |
|
180 | 171 | </executions> |
181 | 172 | </plugin> |
182 | 173 |
|
183 | | - <!-- deployment --> |
184 | | - <plugin> |
185 | | - <groupId>org.sonatype.plugins</groupId> |
186 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
187 | | - <version>1.6.8</version> |
188 | | - <extensions>true</extensions> |
189 | | - <configuration> |
190 | | - <serverId>ossrh</serverId> |
191 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
192 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
193 | | - </configuration> |
194 | | - </plugin> |
| 174 | + |
195 | 175 | </plugins> |
196 | 176 |
|
197 | 177 | <pluginManagement> |
|
0 commit comments