Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 16, 2023
1 parent b954ec5 commit 2f2d6ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dgs-extended-formatters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.setchy</groupId>
<artifactId>dgs-extended-formatters</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>

<name>${project.artifactId}</name>
<description>A set of DGS Directives for common formatting use-cases</description>
Expand All @@ -25,7 +25,7 @@
<url>scm:git:https://github.com/setchy/dgs-extended-formatters</url>
<connection>scm:git:https://github.com/setchy/dgs-extended-formatters.git</connection>
<developerConnection>scm:git:https://github.com/setchy/dgs-extended-formatters.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.10</tag>
</scm>

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

<groupId>io.github.setchy</groupId>
<artifactId>dgs-extended-formatters-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
<packaging>pom</packaging>
<url>https://github.com/setchy/dgs-extended-formatters</url>
<scm>
<url>scm:git:https://github.com/setchy/dgs-extended-formatters</url>
<connection>scm:git:https://github.com/setchy/dgs-extended-formatters.git</connection>
<developerConnection>scm:git:https://github.com/setchy/dgs-extended-formatters.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.10</tag>
</scm>

<modules>
Expand Down
8 changes: 6 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<groupId>io.github.setchy</groupId>
<artifactId>dgs-extended-formatters-sample</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>

<name>${project.artifactId}</name>
<description>A sample graphql dgs service which utilizes dgs-extended-formatters</description>

<properties>
<dgs-extended-formatters.version>1.0.10-SNAPSHOT</dgs-extended-formatters.version>
<dgs-extended-formatters.version>1.0.10</dgs-extended-formatters.version>
<dgs-platform-dependencies.version>7.0.0</dgs-platform-dependencies.version>

<!-- Skip deploying this module when releasing -->
Expand Down Expand Up @@ -64,4 +64,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>1.0.10</tag>
</scm>
</project>

0 comments on commit 2f2d6ab

Please sign in to comment.