Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jwat-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 25, 2022
1 parent edbf97e commit 04cf63e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jwat-arc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-arc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-archive-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-archive-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-archive/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-distribution/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-gzip/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-gzip</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-warc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jwat-warc</artifactId>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<packaging>pom</packaging>

Expand All @@ -31,7 +31,7 @@
<connection>scm:git:https://github.com/netarchivesuite/jwat.git</connection>
<developerConnection>scm:git:git@github.com:netarchivesuite/jwat.git</developerConnection>
<url>https://github.com/netarchivesuite/jwat</url>
<tag>HEAD</tag>
<tag>jwat-1.2.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -114,13 +114,11 @@
<!-- <distributionManagement>
<snapshotRepository>
<id>ossrh</id>
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/content/repositories/snapshots</url&ndash;&gt;
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/content/repositories/snapshots</url&ndash;&gt; <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url&ndash;&gt;
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
&lt;!&ndash;dash;&gt;url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url&ndash;&gt; <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>-->

Expand Down

0 comments on commit 04cf63e

Please sign in to comment.