Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 committed May 1, 2021
1 parent 95342bf commit a19c046
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
6 changes: 2 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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>
<groupId>space.arim.dazzleconf</groupId>
<artifactId>dazzleconf-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>dazzleconf-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions gson/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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>
<groupId>space.arim.dazzleconf</groupId>
<artifactId>dazzleconf-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>dazzleconf-ext-gson</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions hocon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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>dazzleconf-parent</artifactId>
<groupId>space.arim.dazzleconf</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>dazzleconf-ext-hocon</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>

<groupId>space.arim.dazzleconf</groupId>
<artifactId>dazzleconf-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>DazzleConf</name>
Expand All @@ -23,7 +21,8 @@
<connection>scm:git:git://github.com/A248/DazzleConf.git</connection>
<developerConnection>scm:git:https://github.com/A248/DazzleConf.git</developerConnection>
<url>http://github.com/A248/DazzleConf/tree/master</url>
</scm>
<tag>1.2.0</tag>
</scm>

<licenses>
<license>
Expand Down
6 changes: 2 additions & 4 deletions snakeyaml/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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>
<groupId>space.arim.dazzleconf</groupId>
<artifactId>dazzleconf-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>dazzleconf-ext-snakeyaml</artifactId>
Expand Down

0 comments on commit a19c046

Please sign in to comment.