Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobee1203 committed Dec 26, 2022
1 parent 3bf04c1 commit 3b6a989
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dummy-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<name>schema-org-java-parent</name>
<description>Java utilities for working with Schema.org data in JSON-LD format</description>
<url>https://github.com/Kobee1203/schema-org-java</url>

<scm>
<tag>HEAD</tag>
<tag>0.3.1</tag>
<url>https://github.com/Kobee1203/schema-org-java</url>
<connection>scm:git:https://github.com/Kobee1203/schema-org-java.git</connection>
<developerConnection>scm:git:https://github.com/Kobee1203/schema-org-java.git</developerConnection>
Expand Down
2 changes: 1 addition & 1 deletion report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weedow</groupId>
<artifactId>schema-org-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3b6a989

Please sign in to comment.