Skip to content

Commit

Permalink
[maven-release-plugin] Prepare release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-waldenberg committed May 17, 2023
1 parent 0370fd5 commit 066c935
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>Unigrid Hedgehog</name>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<parent>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-common</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>Unigrid Hedgehog Common</name>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-common</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<parent>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 deletions native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>Unigrid Hedgehog Native Image</name>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-native</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<parent>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -123,12 +123,12 @@
<dependency>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-common</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<name>Unigrid Hedgehog Parent</name>
<groupId>org.unigrid.hedgehog</groupId>
<artifactId>hedgehog-parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefireArgLine />
</properties>
<scm>
<developerConnection>scm:git:https://github.com/unigrid-project/hedgehog.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.0.3</tag>
</scm>
<modules>
<module>application</module>
Expand Down

0 comments on commit 066c935

Please sign in to comment.