diff --git a/pom.xml b/pom.xml
index fb5e2acf..fcfb55ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
7
us.codecraft
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
pom
diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup
new file mode 100644
index 00000000..fb5e2acf
--- /dev/null
+++ b/pom.xml.versionsBackup
@@ -0,0 +1,317 @@
+
+
+
+ org.sonatype.oss
+ oss-parent
+ 7
+
+ us.codecraft
+ 0.5.2
+ 4.0.0
+ pom
+
+ UTF-8
+ UTF-8
+ 4.0.0.RELEASE
+
+
+ webmagic-parent
+ webmagic-parent
+
+ A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content
+ extraction and persistent. It can simply the development of a specific crawler.
+
+ https://github.com/code4craft/webmagic/
+
+
+ code4craft
+ Yihua huang
+ code4crafer@gmail.com
+
+
+ yuany
+ Ligang Yao
+ ligang.yao@answers.com
+
+
+
+ scm:git:git@github.com:code4craft/webmagic.git
+ scm:git:git@github.com:code4craft/webmagic.git
+ git@github.com:code4craft/webmagic.git
+ HEAD
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ webmagic-core
+ webmagic-extension/
+ webmagic-scripts/
+ webmagic-selenium
+ webmagic-saxon
+ webmagic-samples
+
+
+
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+ org.apache.httpcomponents
+ httpclient
+ 4.3.3
+
+
+ com.google.guava
+ guava
+ 15.0
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.6
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.7.6
+
+
+ us.codecraft
+ xsoup
+ 0.3.1
+
+
+ com.alibaba
+ fastjson
+ 1.1.37
+
+
+ com.github.dreamhead
+ moco-core
+ 0.9.1
+ test
+
+
+ org.slf4j
+ slf4j-simple
+
+
+
+
+ log4j
+ log4j
+ 1.2.17
+
+
+ org.assertj
+ assertj-core
+ 1.5.0
+ test
+
+
+ org.apache.commons
+ commons-lang3
+ 3.1
+
+
+ commons-collections
+ commons-collections
+ 3.2.1
+
+
+ org.apache.commons
+ commons-io
+ 1.3.2
+
+
+ org.jsoup
+ jsoup
+ 1.8.3
+
+
+ org.mockito
+ mockito-all
+ 1.9.5
+ test
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.18
+
+ pertest
+ -Xms1024m -Xmx1024m -Xss1m
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.6
+ 1.6
+ UTF-8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.6
+
+ UTF-8
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ log4j.xml
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+ UTF-8
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.4.1
+
+
+
+
+
+
+ release
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ package
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ package
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6
+ 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 b530bab4..7bf25318 100644
--- a/webmagic-core/pom.xml
+++ b/webmagic-core/pom.xml
@@ -3,7 +3,7 @@
us.codecraft
webmagic-parent
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-core/pom.xml.versionsBackup b/webmagic-core/pom.xml.versionsBackup
new file mode 100644
index 00000000..b530bab4
--- /dev/null
+++ b/webmagic-core/pom.xml.versionsBackup
@@ -0,0 +1,86 @@
+
+
+
+ us.codecraft
+ webmagic-parent
+ 0.5.2
+
+ 4.0.0
+
+ webmagic-core
+
+
+
+ org.apache.httpcomponents
+ httpclient
+
+
+
+ junit
+ junit
+
+
+
+ com.google.guava
+ guava
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+ us.codecraft
+ xsoup
+
+
+
+ com.github.dreamhead
+ moco-core
+
+
+
+ org.slf4j
+ slf4j-api
+
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+
+ commons-collections
+ commons-collections
+
+
+
+ org.assertj
+ assertj-core
+
+
+
+ org.jsoup
+ jsoup
+
+
+
+ org.apache.commons
+ commons-io
+
+
+
+ com.jayway.jsonpath
+ json-path
+ 0.8.1
+
+
+
+ com.alibaba
+ fastjson
+
+
+
+
+
\ No newline at end of file
diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml
index 47496eca..2060e35d 100644
--- a/webmagic-extension/pom.xml
+++ b/webmagic-extension/pom.xml
@@ -3,7 +3,7 @@
us.codecraft
webmagic-parent
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-extension/pom.xml.versionsBackup b/webmagic-extension/pom.xml.versionsBackup
new file mode 100644
index 00000000..47496eca
--- /dev/null
+++ b/webmagic-extension/pom.xml.versionsBackup
@@ -0,0 +1,29 @@
+
+
+
+ us.codecraft
+ webmagic-parent
+ 0.5.2
+
+ 4.0.0
+
+ webmagic-extension
+
+
+
+ redis.clients
+ jedis
+ 2.0.0
+
+
+ us.codecraft
+ webmagic-core
+ ${project.version}
+
+
+ junit
+ junit
+
+
+
+
\ No newline at end of file
diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml
index eeea865c..1a3aad92 100644
--- a/webmagic-samples/pom.xml
+++ b/webmagic-samples/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-samples/pom.xml.versionsBackup b/webmagic-samples/pom.xml.versionsBackup
new file mode 100644
index 00000000..eeea865c
--- /dev/null
+++ b/webmagic-samples/pom.xml.versionsBackup
@@ -0,0 +1,73 @@
+
+
+
+ webmagic-parent
+ us.codecraft
+ 0.5.2
+
+ 4.0.0
+
+ webmagic-samples
+
+
+
+ us.codecraft
+ webmagic-core
+ ${project.version}
+
+
+ us.codecraft
+ webmagic-extension
+ ${project.version}
+
+
+ junit
+ junit
+
+
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/lib
+ false
+ false
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.4
+
+
+
+ true
+ ./lib/
+ us.codecraft.webmagic.main.QuickStarter
+
+
+
+
+
+
+
+
diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml
index 7f7e9355..bc6c0b1f 100644
--- a/webmagic-saxon/pom.xml
+++ b/webmagic-saxon/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-saxon/pom.xml.versionsBackup b/webmagic-saxon/pom.xml.versionsBackup
new file mode 100644
index 00000000..7f7e9355
--- /dev/null
+++ b/webmagic-saxon/pom.xml.versionsBackup
@@ -0,0 +1,45 @@
+
+
+
+ webmagic-parent
+ us.codecraft
+ 0.5.2
+
+ 4.0.0
+
+ webmagic-saxon
+
+
+
+ us.codecraft
+ webmagic-core
+ ${project.version}
+
+
+ net.sourceforge.htmlcleaner
+ htmlcleaner
+ 2.5
+
+
+ net.sf.saxon
+ Saxon-HE
+ 9.5.1-1
+
+
+ junit
+ junit
+
+
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml
index d9a6fbe0..c4e7f3fe 100755
--- a/webmagic-scripts/pom.xml
+++ b/webmagic-scripts/pom.xml
@@ -3,7 +3,7 @@
webmagic-parent
us.codecraft
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-scripts/pom.xml.versionsBackup b/webmagic-scripts/pom.xml.versionsBackup
new file mode 100644
index 00000000..d9a6fbe0
--- /dev/null
+++ b/webmagic-scripts/pom.xml.versionsBackup
@@ -0,0 +1,79 @@
+
+
+
+ webmagic-parent
+ us.codecraft
+ 0.5.2
+
+ 4.0.0
+
+ us.codecraft
+ webmagic-scripts
+
+
+
+ org.jruby
+ jruby
+ 1.7.6
+
+ org.python
+ jython
+ 2.5.3
+
+
+ commons-cli
+ commons-cli
+ 1.2
+
+
+ junit
+ junit
+ test
+
+
+ us.codecraft
+ webmagic-core
+ ${project.version}
+
+
+ us.codecraft
+ webmagic-extension
+ ${project.version}
+
+
+
+
+
+
+ maven-compiler-plugin
+
+ 1.6
+ 1.6
+ UTF-8
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+ UTF-8
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ ./lib/
+ us.codecraft.webmagic.scripts.ScriptConsole
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml
index 8fbd8664..8918f84b 100644
--- a/webmagic-selenium/pom.xml
+++ b/webmagic-selenium/pom.xml
@@ -4,7 +4,7 @@
webmagic-parent
us.codecraft
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/webmagic-selenium/pom.xml.versionsBackup b/webmagic-selenium/pom.xml.versionsBackup
new file mode 100644
index 00000000..8fbd8664
--- /dev/null
+++ b/webmagic-selenium/pom.xml.versionsBackup
@@ -0,0 +1,49 @@
+
+
+
+ webmagic-parent
+ us.codecraft
+ 0.5.2
+
+ 4.0.0
+
+ webmagic-selenium
+
+
+
+ org.seleniumhq.selenium
+ selenium-java
+ 2.46.0
+
+
+ us.codecraft
+ webmagic-core
+ ${project.version}
+
+
+ com.github.detro
+ phantomjsdriver
+ 1.2.0
+
+
+
+
+
+ junit
+ junit
+
+
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
+
\ No newline at end of file