Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
s17t committed Mar 26, 2018
1 parent 1e2b5f9 commit 133c1f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-base/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</version>
<version>4.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>crawler4j-examples-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-postgres/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</version>
<version>4.5.0-SNAPSHOT</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</version>
<version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>crawler4j</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j-parent</artifactId>
<packaging>pom</packaging>
<version>4.4.0</version>
<version>4.5.0-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Open Source Web Crawler for Java</description>
<url>https://github.com/yasserg/crawler4j</url>
Expand All @@ -19,7 +19,7 @@
<url>https://github.com/yasserg/crawler4j</url>
<connection>scm:git:[email protected]:yasserg/crawler4j.git</connection>
<developerConnection>scm:git:[email protected]:yasserg/crawler4j.git</developerConnection>
<tag>crawler4j-4.4.0</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 133c1f1

Please sign in to comment.