Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Aug 7, 2023
1 parent 5e58459 commit 4992e1c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>jdbc-gen-api</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<name>jdbc-gen-api</name>
<description>API for jdbc-gen</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>jdbc-gen-parent</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/pwinckles/jdbc-gen.git</connection>
<developerConnection>scm:git:[email protected]:pwinckles/jdbc-gen.git</developerConnection>
<url>https://github.com/pwinckles/jdbc-gen</url>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
</scm>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>jdbc-gen-processor</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<name>jdbc-gen-processor</name>
<description>Annotation processor for jdbc-gen</description>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-api</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>jdbc-gen-test</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<name>jdbc-gen-test</name>
<description>Tests for jdbc-gen</description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.pwinckles.jdbcgen</groupId>
<artifactId>jdbc-gen-processor</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4992e1c

Please sign in to comment.