Skip to content

Commit

Permalink
[RELEASE]updating poms for 3.0.1-SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsilva committed Jun 22, 2023
1 parent d73db13 commit 9cc2d1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 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.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>

<name>jsystemd core</name>
Expand Down
5 changes: 2 additions & 3 deletions jsystemd-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>jsystemd-spring-boot-sample</artifactId>

<parent>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>

<name>jsystemd sample Spring Boot application</name>
Expand Down
5 changes: 2 additions & 3 deletions jsystemd-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>jsystemd-spring-boot-starter</artifactId>

<parent>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>

<name>jsystemd starter module for Spring Boot</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jsystemd</name>
Expand Down

0 comments on commit 9cc2d1e

Please sign in to comment.