mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Few more pom fixes for new OSS config
git-svn-id: https://zxing.googlecode.com/svn/trunk@2072 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
6796e12bff
commit
130dc89beb
|
@ -126,12 +126,12 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-nexus-staging</id>
|
<id>sonatype-nexus-staging</id>
|
||||||
<name>Sonatype Nexus Staging</name>
|
<name>Sonatype Nexus Staging</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/staging/</url>
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>sonatype-nexus-snapshots</id>
|
<id>sonatype-nexus-snapshots</id>
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
<name>Sonatype Nexus Snapshots</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
|
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -64,8 +64,8 @@
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.3</source>
|
<source>6</source>
|
||||||
<target>1.3</target>
|
<target>6</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -118,12 +118,12 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-nexus-staging</id>
|
<id>sonatype-nexus-staging</id>
|
||||||
<name>Sonatype Nexus Staging</name>
|
<name>Sonatype Nexus Staging</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/staging/</url>
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>sonatype-nexus-snapshots</id>
|
<id>sonatype-nexus-snapshots</id>
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
<name>Sonatype Nexus Snapshots</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
|
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -125,12 +125,12 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-nexus-staging</id>
|
<id>sonatype-nexus-staging</id>
|
||||||
<name>Sonatype Nexus Staging</name>
|
<name>Sonatype Nexus Staging</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/staging/</url>
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>sonatype-nexus-snapshots</id>
|
<id>sonatype-nexus-snapshots</id>
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
<name>Sonatype Nexus Snapshots</name>
|
||||||
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
|
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in a new issue