Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jasypt-spring-boot-parent-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulises Bocchio authored and Ulises Bocchio committed Nov 25, 2019
1 parent 4517a13 commit a82c45c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions jasypt-maven-plugin/pom.xml
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<parent>
<artifactId>jasypt-spring-boot-parent</artifactId>
<groupId>com.github.ulisesbocchio</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>jasypt-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jasypt-spring-boot-starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>jasypt-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jasypt-spring-boot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>jasypt-spring-boot</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Jasypt Spring Boot Parent</name>
<description>Jasypt Spring Boot Parent</description>
<url>https://github.com/ulisesbocchio/jasypt-spring-boot</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
<url>https://github.com/ulisesbocchio/jasypt-spring-boot</url>
<connection>scm:git:git://github.com/ulisesbocchio/jasypt-spring-boot.git</connection>
<developerConnection>scm:git:git@github.com:ulisesbocchio/jasypt-spring-boot.git</developerConnection>
<tag>HEAD</tag>
<tag>jasypt-spring-boot-parent-3.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit a82c45c

Please sign in to comment.