Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Jun 20, 2018
1 parent 888438c commit b8dde60
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 58 deletions.
16 changes: 5 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>org.sonatype.oss</groupId>
Expand All @@ -9,7 +8,7 @@

<groupId>com.vip.vjtools</groupId>
<artifactId>vjtools</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>vjtools</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -80,13 +79,7 @@
<tagNameFormat>v.@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sign</id>
<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -111,7 +104,8 @@
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
<url>https://github.com/vipshop/vjtools</url>
</scm>
<tag>v.1.0.1</tag>
</scm>

<url>https://github.com/vipshop/vjtools</url>

Expand Down
17 changes: 5 additions & 12 deletions vjkit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjkit</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>vjkit</name>
<description>VIP's core java libraries</description>
Expand Down Expand Up @@ -130,14 +129,7 @@
<tagNameFormat>v.@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>sign</id>
<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -215,7 +207,8 @@
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
<url>https://github.com/vipshop/vjtools</url>
</scm>
<tag>v.1.0.1</tag>
</scm>

<developers>
<!--not noly me, write a name here just for sonatype requirement -->
Expand Down
15 changes: 4 additions & 11 deletions vjmap/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjmap</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>vjmap</name>
<description>jmap with per generation object stats</description>

Expand Down Expand Up @@ -95,14 +94,7 @@
<tagNameFormat>v.@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -147,7 +139,8 @@
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
<url>https://github.com/vipshop/vjtools</url>
</scm>
<tag>v.1.0.1</tag>
</scm>

<developers>
<!--not noly me, write a name here just for sonatype requirement -->
Expand Down
19 changes: 6 additions & 13 deletions vjmxcli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?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>

<packaging>jar</packaging>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjmxcli</artifactId>
<name>vjmxcli</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
Expand Down Expand Up @@ -36,7 +35,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix></classpathPrefix>
<classpathPrefix />
<mainClass>com.vip.vjtools.jmx.Client</mainClass>
</manifest>
</archive>
Expand Down Expand Up @@ -109,14 +108,7 @@
<tagNameFormat>v.@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>sign</id>
<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -161,7 +153,8 @@
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
<url>https://github.com/vipshop/vjtools</url>
</scm>
<tag>v.1.0.1</tag>
</scm>

<developers>
<!--not noly me, write a name here just for sonatype requirement -->
Expand Down
15 changes: 4 additions & 11 deletions vjtop/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>

<groupId>com.vip.vjtools</groupId>
<artifactId>vjtop</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>vjtop</name>
<description>Linux top-like JVM info and busy threads monitoring tools</description>

Expand Down Expand Up @@ -121,14 +120,7 @@
<tagNameFormat>v.@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -173,7 +165,8 @@
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
<url>https://github.com/vipshop/vjtools</url>
</scm>
<tag>v.1.0.1</tag>
</scm>

<developers>
<!--not noly me, write a name here just for sonatype requirement -->
Expand Down

0 comments on commit b8dde60

Please sign in to comment.