diff --git a/pom.xml b/pom.xml
index 1b2aabb..eee0677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,9 +5,14 @@
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- us.codecraft
- 0.10.3
4.0.0
+
+ org.oxerr
+ oxerr-parent
+ 2.1.0
+
+ us.codecraft
+ 1.0.0-SNAPSHOT
pom
UTF-8
@@ -272,73 +277,6 @@
-
- org.apache.maven.plugins
- maven-enforcer-plugin
-
-
- enforce-maven
-
- enforce
-
-
-
-
- 3.6.3
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-sources
-
- jar
-
-
-
-
org.apache.maven.plugins
maven-javadoc-plugin
@@ -366,10 +304,6 @@
-
- org.apache.maven.plugins
- maven-release-plugin
-
org.jacoco
jacoco-maven-plugin
@@ -398,209 +332,6 @@
-
-
-
- org.apache.maven.plugins
- maven-clean-plugin
- 3.3.2
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.13.0
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 3.1.1
-
-
- org.apache.maven.plugins
- maven-enforcer-plugin
- 3.4.1
-
-
- org.apache.maven.plugins
- maven-install-plugin
- 3.1.1
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.4.1
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.6.3
-
-
- org.apache.maven.plugins
- maven-jxr-plugin
- 3.3.2
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.21.2
-
-
- org.apache.maven.plugins
- maven-release-plugin
- 3.0.1
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.3.1
-
-
- org.apache.maven.plugins
- maven-site-plugin
- 4.0.0-M13
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.3.0
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.2.5
-
-
- org.apache.maven.plugins
- maven-surefire-report-plugin
- 3.2.5
-
-
- org.codehaus.mojo
- taglist-maven-plugin
- 3.0.0
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.8.12
-
-
- com.amashchenko.maven.plugin
- gitflow-maven-plugin
- 1.21.0
-
-
- com.github.spotbugs
- spotbugs-maven-plugin
- 4.8.4.0
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- none
-
-
-
- org.apache.maven.plugins
- maven-jxr-plugin
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
-
-
- org.apache.maven.plugins
- maven-surefire-report-plugin
-
-
- org.codehaus.mojo
- taglist-maven-plugin
-
-
- com.github.spotbugs
- spotbugs-maven-plugin
-
-
-
-
-
-
- release
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.3.0
-
-
- package
-
- jar-no-fork
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.4.1
-
-
- package
-
- jar
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.2.4
-
-
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.13
- true
-
- sonatype-nexus-staging
- https://oss.sonatype.org/
- true
-
-
-
-
-
-
- sonatype-nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots/
-
-
- sonatype-nexus-staging
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml
index 3c9ca00..f6530b4 100644
--- a/webmagic-core/pom.xml
+++ b/webmagic-core/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/webmagic-coverage/pom.xml b/webmagic-coverage/pom.xml
index 0c09d40..c53a30c 100644
--- a/webmagic-coverage/pom.xml
+++ b/webmagic-coverage/pom.xml
@@ -10,7 +10,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
webmagic-coverage
diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml
index bcf473b..9290c18 100644
--- a/webmagic-extension/pom.xml
+++ b/webmagic-extension/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/webmagic-extension/src/test/java/us/codecraft/webmagic/configurable/ConfigurablePageProcessorTest.java b/webmagic-extension/src/test/java/us/codecraft/webmagic/configurable/ConfigurablePageProcessorTest.java
index 63c40d2..c2081db 100644
--- a/webmagic-extension/src/test/java/us/codecraft/webmagic/configurable/ConfigurablePageProcessorTest.java
+++ b/webmagic-extension/src/test/java/us/codecraft/webmagic/configurable/ConfigurablePageProcessorTest.java
@@ -13,7 +13,6 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author code4crafter@gmail.com
- * @date 14-4-5
*/
public class ConfigurablePageProcessorTest {
diff --git a/webmagic-extension/src/test/java/us/codecraft/webmagic/model/ModelPageProcessorTest.java b/webmagic-extension/src/test/java/us/codecraft/webmagic/model/ModelPageProcessorTest.java
index 627fa6e..1014a45 100644
--- a/webmagic-extension/src/test/java/us/codecraft/webmagic/model/ModelPageProcessorTest.java
+++ b/webmagic-extension/src/test/java/us/codecraft/webmagic/model/ModelPageProcessorTest.java
@@ -12,7 +12,6 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author code4crafter@gmail.com
- * @date 14-4-4
*/
public class ModelPageProcessorTest {
diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml
index eb2ed69..f1da701 100644
--- a/webmagic-samples/pom.xml
+++ b/webmagic-samples/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml
index fd993e0..2c5bc95 100644
--- a/webmagic-saxon/pom.xml
+++ b/webmagic-saxon/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml
index e31d572..86e36c7 100644
--- a/webmagic-scripts/pom.xml
+++ b/webmagic-scripts/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml
index 3f8aa69..831cfec 100644
--- a/webmagic-selenium/pom.xml
+++ b/webmagic-selenium/pom.xml
@@ -8,7 +8,7 @@
us.codecraft
webmagic
- 0.10.3
+ 1.0.0-SNAPSHOT
4.0.0