Skip to content

Commit

Permalink
Update pom.xml for 3.6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Nov 29, 2024
1 parent be81b3a commit 2b2179d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 42 deletions.
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.archive</groupId>
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.archive.heritrix</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.archive</groupId>
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.archive.heritrix</groupId>
<artifactId>heritrix-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.archive</groupId>
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.archive.heritrix</groupId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.archive</groupId>
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.archive.heritrix</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.archive</groupId>
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.archive.heritrix</groupId>
Expand Down
40 changes: 3 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<groupId>org.archive</groupId>
<!--This project is parent to all under 'projects' subdirectory-->
<artifactId>heritrix</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Heritrix 3</name>
<description>
Expand All @@ -30,10 +30,9 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html

<scm>
<connection>scm:git:https://github.com/internetarchive/heritrix3.git</connection>
<developerConnection>scm:git:https://github.com/internetarchive/heritrix3.git</developerConnection>
<developerConnection>scm:git:git@github.com:internetarchive/heritrix3.git</developerConnection>
<url>https://github.com/internetarchive/heritrix3</url>
<tag>3.6.0</tag>
</scm>
</scm>

<licenses>
<license>
Expand All @@ -54,39 +53,6 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<name>Internet Archive</name>
<url>http://www.archive.org/</url>
</organization>
<issueManagement>
<system>JIRA</system>
<url>http://webteam.archive.org/jira</url>
</issueManagement>
<ciManagement>
<system>jenkins</system>
<url>https://builds.archive.org/</url>
</ciManagement>
<mailingLists>
<mailingList>
<name>Crawler Discussion List</name>
<subscribe>
[email protected]
</subscribe>
<unsubscribe>
[email protected]
</unsubscribe>
<archive>
http://groups.yahoo.com/group/archive-crawler/
</archive>
</mailingList>
<mailingList>
<name>Crawler Commits</name>
<subscribe>
http://lists.sourceforge.net/lists/listinfo/archive-crawler-cvs
</subscribe>
<unsubscribe>
http://lists.sourceforge.net/lists/listinfo/archive-crawler-cvs
</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=archive-crawler-cvs
</archive>
</mailingList>
</mailingLists>

<repositories>
<repository>
Expand Down

0 comments on commit 2b2179d

Please sign in to comment.