This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch before-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git

commit 1b69e6a7e5fa87718d55f6c1698846a60d18cc95
Author: imbajin <[email protected]>
AuthorDate: Wed Dec 7 19:41:28 2022 +0800

    chore: add mailing list in pom & enhance .gitignore for release
---
 .gitignore |  8 ++++----
 pom.xml    | 58 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 45 insertions(+), 21 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1cdfd187..971e23d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,11 +6,9 @@ node_modules
 upload-files/
 demo*
 gen-java
-build
 *.class
 **/dependency-reduced-pom.xml
 dist.sh
-*.flattened-pom.xml
 
 ### STS ###
 .apt_generated
@@ -32,9 +30,9 @@ dist.sh
 ### NetBeans ###
 /nbproject/private/
 /nbbuild/
-/dist/
 /nbdist/
 /.nb-gradle/
+dist/
 build/
 
 ### VS Code ###
@@ -61,12 +59,14 @@ build/
 
 # maven ignore
 output/
+apache-hugegraph-*-incubating-*/
 *.war
 *.zip
 *.tar
-*.tar.gz
+*.tar.gz*
 tree.txt
 *.versionsBackup
+*.flattened-pom.xml
 
 # eclipse ignore
 .settings/
diff --git a/pom.xml b/pom.xml
index da636bb5..3ca45d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,9 +28,6 @@
     <artifactId>hugegraph-computer</artifactId>
     <version>${revision}</version>
     <packaging>pom</packaging>
-    <prerequisites>
-        <maven>3.3.9</maven>
-    </prerequisites>
     <name>hugegraph-computer</name>
     <url>https://github.com/apache/hugegraph-computer</url>
     <description>
@@ -46,12 +43,50 @@
         </license>
     </licenses>
 
+    <developers>
+      <developer>
+        <id>Apache Hugegraph(incubating)</id>
+        <email>[email protected]</email>
+        <url>https://hugegraph.apache.org/</url>
+      </developer>
+    </developers>
+
+    <mailingLists>
+      <mailingList>
+        <name>Development List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+      <mailingList>
+        <name>Commits List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+      <mailingList>
+        <name>Issues List</name>
+        <subscribe>[email protected]</subscribe>
+        <unsubscribe>[email protected]</unsubscribe>
+        <post>[email protected]</post>
+      </mailingList>
+    </mailingLists>
+
+    <issueManagement>
+      <system>Github Issues</system>
+      <url>https://github.com/apache/hugegraph-computer/issues</url>
+    </issueManagement>
+
     <scm>
         <url>https://github.com/apache/hugegraph-computer</url>
-        <connection>https://github.com/apache/hugegraph-computer</connection>
-        
<developerConnection>https://github.com/apache/hugegraph-computer</developerConnection>
+        
<connection>scm:git:https://github.com/apache/hugegraph-computer.git</connection>
+        
<developerConnection>scm:git:https://github.com/apache/hugegraph-computer.git</developerConnection>
     </scm>
 
+    <prerequisites>
+        <maven>3.3.9</maven>
+    </prerequisites>
+
     <properties>
         <revision>1.0.0</revision>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -106,30 +141,27 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>hugegraph-client</artifactId>
                 <version>${hugegraph-client-version}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>computer-algorithm</artifactId>
                 <version>${revision}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>computer-core</artifactId>
                 <version>${revision}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>computer-k8s-operator</artifactId>
                 <version>${revision}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>computer-yarn</artifactId>
@@ -315,7 +347,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
                 <configuration>
                     <source>${compiler.source}</source>
                     <target>${compiler.target}</target>
@@ -352,11 +383,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.20</version>
             </plugin>
             <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>3.0.0</version>
                 <configuration>
                     <filesets>
                         <fileset>
@@ -404,7 +433,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>2.20</version>
                         <executions>
                             <execution>
                                 <id>unit-test</id>
@@ -428,7 +456,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>2.20</version>
                         <executions>
                             <execution>
                                 <id>integrate-test</id>
@@ -449,7 +476,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
-                        <version>2.2.1</version>
                         <executions>
                             <execution>
                                 <id>attach-sources</id>
@@ -462,7 +488,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.9.1</version>
                         <executions>
                             <execution>
                                 <id>attach-javadocs</id>
@@ -480,7 +505,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.5</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>

Reply via email to