Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 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 8cc230b commit e3ad1a4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

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

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

<packaging>pom</packaging>

Expand Down Expand Up @@ -114,11 +114,13 @@
<!-- <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 e3ad1a4

Please sign in to comment.