Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan Wei committed Jun 17, 2021
1 parent 5ae88ad commit e8de565
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 37 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ 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>

<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<name>Restlight</name>
Expand All @@ -40,7 +39,7 @@
<url>https://github.com/esastack/esa-restlight</url>
<connection>scm:git:git://github.com/esastack/esa-restlight.git</connection>
<developerConnection>scm:git:ssh://[email protected]/esastack/esa-restlight.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.1</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion restlight-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-benchmarks</artifactId>
<name>Restlight :: Benchmarks</name>
Expand Down
4 changes: 2 additions & 2 deletions restlight-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>restlight-bom</artifactId>
<packaging>pom</packaging>
<name>Restlight :: Bom</name>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<description>
Restlight :: Bill of Materials
Expand All @@ -39,7 +39,7 @@
<url>https://github.com/esastack/esa-restlight</url>
<connection>scm:git:git://github.com/esastack/esa-restlight.git</connection>
<developerConnection>scm:git:ssh://[email protected]/esastack/esa-restlight.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.1</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion restlight-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-common</artifactId>
<name>Restlight :: Common</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-core</artifactId>
<name>Restlight :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<packaging>pom</packaging>
<artifactId>restlight-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-all</artifactId>
<name>Restlight :: Ext :: All</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-filter-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-filter-starter</artifactId>
<name>Restlight :: Ext :: Filter Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-filter</artifactId>
<name>Restlight :: Ext :: Filter</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-interceptor-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-interceptor-starter</artifactId>
<name>Restlight :: Ext :: Interceptor Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-interceptor</artifactId>
<name>Restlight :: Ext :: Interceptor</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-multipart-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-multipart-starter</artifactId>
<name>Restlight :: Ext :: Multipart Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-multipart</artifactId>
<name>Restlight :: Ext :: Multipart</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-ext/restlight-ext-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-ext</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-ext-starter</artifactId>
<name>Restlight :: Ext :: Starter</name>
Expand Down
6 changes: 2 additions & 4 deletions restlight-ext/restlight-ext-validator-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>restlight-ext</artifactId>
<groupId>io.esastack</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>restlight-ext-validator-starter</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions restlight-ext/restlight-ext-validator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>restlight-ext</artifactId>
<groupId>io.esastack</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion restlight-jaxrs-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-jaxrs-provider</artifactId>
<name>Restlight :: Jaxrs Provider</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-server-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>restlight-server-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restlight-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-server</artifactId>
<name>Restlight :: Server</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-spring</artifactId>
<name>Restlight :: Spring</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-springmvc-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-springmvc-annotation</artifactId>
<name>Restlight :: SpringMvc Annotation</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-springmvc-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>restlight-springmvc-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restlight-starter-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-starter-actuator</artifactId>
<name>Restlight :: Starter of Actuator</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-starter</artifactId>
<description>Spring boot starter for Restlight server</description>
Expand Down
2 changes: 1 addition & 1 deletion restlight-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<packaging>pom</packaging>
<artifactId>restlight-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restlight-test/restlight-test-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-test</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-test-mock</artifactId>
<name>Restlight :: Test :: Mock</name>
Expand Down
2 changes: 1 addition & 1 deletion restlight-test/restlight-test-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restlight-test</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>restlight-test-starter</artifactId>
<name>Restlight :: Test :: Starter</name>
Expand Down

0 comments on commit e8de565

Please sign in to comment.