Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 19, 2022
1 parent ae96b66 commit 502a57f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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>org.rascalmpl</groupId>
<artifactId>rascal-eclipse-ide</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>

<packaging>pom</packaging>

Expand All @@ -17,7 +17,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/usethesource/rascal-eclipse.git</developerConnection>

<tag>HEAD</tag>
<tag>v0.23.0</tag>
</scm>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down
2 changes: 1 addition & 1 deletion rascal-developers-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-eclipse-ide</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>rascal_developers_feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions rascal-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-eclipse-ide</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>rascal_eclipse</artifactId>
<packaging>eclipse-plugin</packaging>

<scm>
<developerConnection>scm:git:https://github.com/usethesource/rascal-eclipse.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.23.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rascal-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-eclipse-ide</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>rascal-feature</artifactId>
<packaging>eclipse-feature</packaging>

<scm>
<developerConnection>scm:git:https://github.com/usethesource/rascal-feature.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.23.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rascal-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-eclipse-ide</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>rascal-update-site</artifactId>
<packaging>eclipse-repository</packaging>

<scm>
<developerConnection>scm:git:https://github.com/usethesource/rascal-update-site.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.23.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 502a57f

Please sign in to comment.