Skip to content

Commit

Permalink
[RELEASE]updating poms for 3.1.1-SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsilva committed Jul 29, 2023
1 parent abf6f77 commit 6a92df7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsystemd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<name>jsystemd core</name>
Expand Down
2 changes: 1 addition & 1 deletion jsystemd-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<name>jsystemd starter module for Spring Boot</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.

<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jsystemd</name>
Expand Down Expand Up @@ -321,7 +321,7 @@ limitations under the License.
<artifactId>maven-pmd-plugin</artifactId>
<version>${plugin.pmd.version}</version>
<configuration>
<xrefLocation></xrefLocation>
<xrefLocation />
</configuration>
</plugin>

Expand Down

0 comments on commit 6a92df7

Please sign in to comment.