Skip to content

Commit ca0cc4c

Browse files
Steve HannahSteve Hannah
Steve Hannah
authored and
Steve Hannah
committed
Bumped version to 1.1
1 parent f1ee2e4 commit ca0cc4c

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

Diff for: pom.xml

+9-29
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.weblite</groupId>
66
<artifactId>java-objc-bridge</artifactId>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.1</version>
88
<name>Java-Objective-C-Bridge</name>
99
<description>A thin bridge that allows for two-way communication from Java to Objective-C.</description>
1010

@@ -90,22 +90,13 @@
9090
<url>https://github.com/shannah/Java-Objective-C-Bridge</url>
9191
</scm>
9292

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>
109100

110101
<build>
111102
<extensions>
@@ -180,18 +171,7 @@
180171
</executions>
181172
</plugin>
182173

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+
195175
</plugins>
196176

197177
<pluginManagement>

0 commit comments

Comments
 (0)