Skip to content

Commit

Permalink
[maven-release-plugin] prepare release crawler4j-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s17t committed Mar 26, 2018
1 parent 920f1ae commit 1e2b5f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
6 changes: 2 additions & 4 deletions crawler4j-examples/crawler4j-examples-base/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>edu.uci.ics</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>crawler4j-examples-base</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions crawler4j-examples/crawler4j-examples-postgres/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>edu.uci.ics</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>edu.uci.ics</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>crawler4j</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j-parent</artifactId>
<packaging>pom</packaging>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Open Source Web Crawler for Java</description>
<url>https://github.com/yasserg/crawler4j</url>
Expand All @@ -20,7 +19,7 @@
<url>https://github.com/yasserg/crawler4j</url>
<connection>scm:git:git@github.com:yasserg/crawler4j.git</connection>
<developerConnection>scm:git:git@github.com:yasserg/crawler4j.git</developerConnection>
<tag>HEAD</tag>
<tag>crawler4j-4.4.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand All @@ -36,7 +35,7 @@
<developer>
<id>yasserg</id>
<name>Yasser Ganjisaffar</name>
<email></email>
<email />
<timezone>America/Los_Angeles</timezone>
</developer>
<developer>
Expand Down

0 comments on commit 1e2b5f9

Please sign in to comment.