pom.xml edited online with Bitbucket
This commit is contained in:
28
pom.xml
28
pom.xml
@ -9,7 +9,7 @@
|
|||||||
<description>Logger library for applications</description>
|
<description>Logger library for applications</description>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>ssh://git@bitbucket.locusworks.net:7999/lwc/applogger.git</url>
|
<url>ssh://git@bitbucket.org:locus2k/applogger.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
<organization>
|
<organization>
|
||||||
<name>locusworks</name>
|
<name>locusworks</name>
|
||||||
@ -22,7 +22,6 @@
|
|||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<log4j.version>2.12.0</log4j.version>
|
<log4j.version>2.12.0</log4j.version>
|
||||||
<slf4j.version>1.7.26</slf4j.version>
|
<slf4j.version>1.7.26</slf4j.version>
|
||||||
<nexus.repo>http://nexus.locusworks.net</nexus.repo>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -75,29 +74,4 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>nexus-proxy-public</id>
|
|
||||||
<url>${nexus.repo}/repository/maven-public/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>nexus-proxy-public</id>
|
|
||||||
<url>${nexus.repo}/repository/maven-public/</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>nexus-snapshot</id>
|
|
||||||
<url>${nexus.repo}/repository/locusworks-snapshot/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
<repository>
|
|
||||||
<id>nexus-release</id>
|
|
||||||
<url>${nexus.repo}/repository/locusworks-release/</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user