Skip to content

Commit

Permalink
Prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrandes committed Dec 14, 2023
1 parent c43defb commit 301bd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.fbrandes.maven</groupId>
<artifactId>sleep-maven-plugin-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.fbrandes.maven</groupId>
<artifactId>sleep-maven-plugin-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<description>Maven plugin that pauses the build for a specified amount of time</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.fbrandes.maven</groupId>
<artifactId>sleep-maven-plugin-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<artifactId>sleep-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>maven-plugin</packaging>

<dependencies>
Expand Down

0 comments on commit 301bd27

Please sign in to comment.