diff --git a/pom.xml b/pom.xml index dcee143..1ae5934 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.apache.lucene.morphology morphology @@ -9,28 +10,19 @@ http://maven.apache.org - scm:svn:http://russianmorphology.googlecode.com/svn/trunk/ - scm:svn:https://russianmorphology.googlecode.com/svn/trunk/ + scm:git:https://github.com/AKuznetsov/russianmorphology.git + scm:git:git@github.com:AKuznetsov/russianmorphology.git + https://github.com/AKuznetsov/russianmorphology + HEAD - - russian-morphology - - file://../repo/releases - + bintray + https://api.bintray.com/maven/akuznetsov/russianmorphology/morphology - - russian-morphology-snapshots - - file://../repo/snapshots - - true - - junit @@ -38,26 +30,22 @@ 4.8.2 test - org.hamcrest hamcrest-all 1.1 test - org.apache.lucene lucene-core - 5.0.0 + 5.1.0 - org.apache.lucene lucene-analyzers-common - 5.0.0 + 5.1.0 - @@ -66,34 +54,42 @@ Java.net Repository for Maven http://download.java.net/maven/2/ + + bintray + http://dl.bintray.com/akuznetsov/russianmorphology + + true + + + false + + - + mc-release maven-license-plugin repository of releases http://mc-repo.googlecode.com/svn/maven2/releases - false - true - - - - org.jvnet.wagon-svn - wagon-svn - 1.8 - - - + + maven-release-plugin + 2.5.2 + + false + release + true + + org.apache.maven.plugins @@ -103,13 +99,9 @@ 1.5 - - + maven-license-plugin com.mathieucarbou.mojo - ${project.parent.basedir}
etc/header.txt
@@ -122,7 +114,6 @@ **/src/**
- test @@ -134,7 +125,37 @@
- + + + release + + + + maven-source-plugin + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + morph dictionary-reader diff --git a/release.properties b/release.properties deleted file mode 100644 index 9cd691b..0000000 --- a/release.properties +++ /dev/null @@ -1,6 +0,0 @@ -#release configuration -#Mon Oct 19 21:22:02 MSD 2009 -preparationGoals=clean verify -scm.commentPrefix=[maven-release-plugin] -completedPhase=check-poms -scm.url=scm\:svn\:https\://russianmorphology.googlecode.com/svn/trunk/