Commons RDF graduated to Commons PMC

Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/285a6c17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/285a6c17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/285a6c17

Branch: refs/heads/master
Commit: 285a6c172fed01fc966b24621110e609321df021
Parents: 3771e83
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Nov 28 15:58:17 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Nov 28 16:02:11 2016 +0000

----------------------------------------------------------------------
 .travis.yml                |  2 +-
 DISCLAIMER                 |  9 ----
 README.md                  | 15 +------
 RELEASE-PROCESS.md         |  6 +--
 api/pom.xml                |  2 +-
 examples/pom.xml           |  4 +-
 integration-tests/pom.xml  |  2 +-
 jena/pom.xml               |  2 +-
 jsonld-java/pom.xml        |  2 +-
 pom.xml                    | 92 ++++++++++++++++-------------------------
 rdf4j/pom.xml              |  2 +-
 simple/pom.xml             |  2 +-
 src/site/markdown/index.md | 27 +++---------
 13 files changed, 53 insertions(+), 114 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 638fdb4..80e1c79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ install: /bin/true
 
 notifications:
   email:
-    - commits@commonsrdf.incubator.apache.org
+    - notificati...@commons.apache.org
 
 after_success:
   - mvn clean test coveralls:report

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index da26717..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,9 +0,0 @@
-Apache Commons RDF is an effort undergoing incubation at The Apache Software 
-Foundation (ASF) sponsored by the Apache Incubator PMC. Incubation is required 
-of all newly accepted projects until a further review indicates that the 
-infrastructure, communications, and decision making process have stabilized 
-in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of 
-the code, it does indicate that the project has yet to be fully endorsed by 
-the ASF.
-

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3a717d9..3e0c2d2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Commons RDF (Incubating)
+# Apache Commons RDF
 
 [![Build 
Status](https://travis-ci.org/apache/incubator-commonsrdf.svg?branch=master)](https://travis-ci.org/apache/incubator-commonsrdf)
 
@@ -65,19 +65,6 @@ your ideas, code and use cases.
  
 
 
-## Disclaimer
-
-Apache Commons RDF is an effort undergoing incubation at [The Apache Software 
Foundation
-(ASF)](http://apache.org/) sponsored by the [Apache Incubator 
PMC](http://incubator.apache.org/).
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.
-
-
-
 ## Building
 
 Building has been tested with [Apache Maven 
3.2](http://maven.apache.org/download.cgi) and [Java JDK 
8](http://www.oracle.com/technetwork/java/javase/downloads/).

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/RELEASE-PROCESS.md
----------------------------------------------------------------------
diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md
index 2d628d7..5f63175 100644
--- a/RELEASE-PROCESS.md
+++ b/RELEASE-PROCESS.md
@@ -18,16 +18,16 @@
 
 -->
 
-# Commons RDF (incubating) release process
+# Commons RDF release process
 
 1. Update documentation (`RELEASE-NOTES.md`, `README.md`, version numbers in 
`src/site/`)
 2. Clean build: `mvn clean install`
 3. RAT checking: `mvn apache-rat:check`
-4. Prepare the release: `mvn release:prepare -DreleaseVersion=0.2.0-incubating 
-DdevelopmentVersion=0.3.0-incubating-SNAPSHOT -DautoVersionSubmodules=true`
+4. Prepare the release: `mvn release:prepare -DreleaseVersion=0.4.0 
-DdevelopmentVersion=0.5.0-SNAPSHOT -DautoVersionSubmodules=true`
 5. Perform the release: `mvn release:perform -Prelease`
 6. Close the staging repository at 
https://repository.apache.org/#stagingRepositories
 7. Push the code: `git push` and tag `git push --tags`
-8. Cast the vote mail to dev@commonsrdf
+8. Cast the `[VOTE]` mail to dev@commons
 
 Notice that the `maven-release-plugin` is configured to use the local git 
repository as well as not push changes 
 to `origin`. Therefore the process can be reverted (e.g., `git reset HEAD~1`) 
at any time before the sixth step.

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index d1bb3c0..1f19d44 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.4.0-incubating-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 86e6948..995cfae 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -58,13 +58,13 @@
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-api</artifactId>
         <!-- update to latest version -->
-               <version>0.3.0-incubating</version>
+               <version>0.3.0</version>
        </dependency>
        <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-simple</artifactId>
         <!-- update to latest version -->
-               <version>0.3.0-incubating</version>
+               <version>0.3.0</version>
        </dependency>
        <dependency>
                <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 8fb00fb..04496ef 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-parent</artifactId>
-               <version>0.4.0-incubating-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
        <artifactId>commons-rdf-integration-tests</artifactId>
        <name>Commons RDF Integration tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index b6360ae..c678423 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-parent</artifactId>
-               <version>0.4.0-incubating-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>commons-rdf-jena</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/jsonld-java/pom.xml
----------------------------------------------------------------------
diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml
index 5eea922..d9e2cbb 100644
--- a/jsonld-java/pom.xml
+++ b/jsonld-java/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.4.0-incubating-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-jsonld-java</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7aa3d5..f2e4d9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,13 +29,13 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>
     <description>Commons Java API for RDF 1.1</description>
 
-    <url>https://commonsrdf.incubator.apache.org/</url>
+    <url>https://commons.apache.org/proper/commons-rdf/</url>
 
     <inceptionYear>2015</inceptionYear>
 
@@ -45,12 +45,14 @@
         <project.build.encoding>UTF-8</project.build.encoding>
         <commons.encoding>UTF-8</commons.encoding>
         <commons.componentid>rdf</commons.componentid>
-        <commons.release.version>0.2.0</commons.release.version>
+        <commons.release.version>0.3.0</commons.release.version>
         <commons.jira.id>COMMONSRDF</commons.jira.id>
         <commons.jira.pid>12316620</commons.jira.pid>
         <commons.site.path>rdf</commons.site.path>
+       <!--
         
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commonsrdf/content/</commons.scmPubUrl>
         
<commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory>
+        -->
         
<commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
         
         
@@ -72,9 +74,9 @@
     </properties>
 
     <scm>
-        
<url>https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</url>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf/commons-rdf.git</url>
+        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-rdf.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-rdf.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 
@@ -87,29 +89,6 @@
       <url>https://builds.apache.org/</url>
     </ciManagement>
 
-    <mailingLists>
-        <mailingList>
-            <name>dev</name>
-            <post>d...@commonsrdf.incubator.apache.org</post>
-            
<subscribe>dev-subscr...@commonsrdf.incubator.apache.org</subscribe>
-            
<unsubscribe>dev-unsubscr...@commonsrdf.incubator.apache.org</unsubscribe>
-            
<archive>https://lists.apache.org/list.html?d...@commonsrdf.apache.org</archive>
-            <otherArchives>
-                
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.commonsrdf.dev</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>commits</name>
-            <post>commits@commonsrdf.incubator.apache.org</post>
-            
<subscribe>commits-subscr...@commonsrdf.incubator.apache.org</subscribe>
-            
<unsubscribe>commits-unsubscr...@commonsrdf.incubator.apache.org</unsubscribe>
-            
<archive>https://lists.apache.org/list.html?comm...@commonsrdf.apache.org</archive>
-            <otherArchives>
-                
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.commonsrdf.commits</otherArchive>
-            </otherArchives>
-        </mailingList>
-    </mailingLists>
-
     <developers>
         <developer>
             <id>lewismc</id>
@@ -118,18 +97,7 @@
             <roles>
                 <role>Committer</role>
                 <role>PPMC Member</role>
-                <role>Champion</role>
-            </roles>
-            <timezone>+1</timezone>
-        </developer>
-        <developer>
-            <id>johndament</id>
-            <name>John D Ament</name>
-            <email>johndament[at]apache[dot]org</email>
-            <roles>
-                <role>Committer</role>
-                <role>PPMC Member</role>
-                <role>Mentor</role>
+                <role>Emeritus Champion</role>
             </roles>
             <timezone>+1</timezone>
         </developer>
@@ -139,8 +107,8 @@
             <email>ggregory[at]apache[dot]org</email>
             <roles>
                 <role>Committer</role>
-                <role>PPMC Member</role>
-                <role>Mentor</role>
+                <role>Emeritus PPMC Member</role>
+                <role>Emeritus Mentor</role>
             </roles>
             <timezone>+1</timezone>
         </developer>
@@ -151,7 +119,7 @@
             <url>http://www.wikier.org</url>
             <roles>
                 <role>Committer</role>
-                <role>PPMC Member</role>
+                <role>Emeritus PPMC Member</role>
             </roles>
             <timezone>+1</timezone>
         </developer>
@@ -162,7 +130,7 @@
             <url>http://orcid.org/0000-0001-9842-9718</url>
             <roles>
                 <role>Committer</role>
-                <role>PPMC Member</role>
+                <role>Emeritus PPMC Member</role>
             </roles>
             <timezone>+0</timezone>
         </developer>
@@ -172,7 +140,7 @@
             <email>enridaga[at]apache[dot]org</email>
             <roles>
                 <role>Committer</role>
-                <role>PPMC Member</role>
+                <role>Emeritus PPMC Member</role>
             </roles>
             <timezone>+0</timezone>
         </developer>
@@ -182,24 +150,33 @@
             <email>britter[at]apache[dot]org</email>
             <roles>
                 <role>Committer</role>
-                <role>PPMC Member</role>
-                <role>Apache Commons Representative</role>
+                <role>Emeritus PPMC Member</role>
             </roles>
             <timezone>+1</timezone>
         </developer>
-    </developers>
-
-    <contributors>
-        <contributor>
+        <developer>
+           <id>ansell</id>
             <name>Peter Ansell</name>
             <email>ansell[at]apache[dot]org</email>
             <url>https://github.com/ansell</url>
             <roles>
+                <role>Reviewer</role>
                 <role>Emeritus Committer</role>
                 <role>Emeritus PPMC Member</role>
+            </roles>
+        </developer>
+        <developer>
+           <id>ajs6f</id>
+            <name>Adam Soroka</name>
+            <email>ajs6f[at]apache[dot]org</email>
+            <roles>
                 <role>Reviewer</role>
             </roles>
-        </contributor>
+            <timezone>+0</timezone>
+        </developer>
+    </developers>
+
+    <contributors>
         <contributor>
             <name>Reto Gmür</name>
             <email>reto[at]apache[dot]org</email>
@@ -228,12 +205,13 @@
             <timezone>+0</timezone>
         </contributor>
         <contributor>
-            <name>Adam Soroka</name>
-            <email>ajs6f[at]apache[dot]org</email>
+            <name>John D Ament</name>
+            <email>johndament[at]apache[dot]org</email>
             <roles>
-                <role>Reviewer</role>
+                <role>Emeritus PPMC Member</role>
+                <role>Emeritus Mentor</role>
             </roles>
-            <timezone>+0</timezone>
+            <timezone>+1</timezone>
         </contributor>
     </contributors>
 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/rdf4j/pom.xml
----------------------------------------------------------------------
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml
index 48f85c3..d671b1e 100644
--- a/rdf4j/pom.xml
+++ b/rdf4j/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-parent</artifactId>
-               <version>0.4.0-incubating-SNAPSHOT</version>
+               <version>0.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>commons-rdf-rdf4j</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index dfec80c..092baaa 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.4.0-incubating-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-simple</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/285a6c17/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 4d48f28..01bfd23 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -18,19 +18,15 @@
 
 -->
 
-# Apache Commons RDF (incubating)
+# Apache Commons RDF
 
 <div class="alert alert-info" role="alert">
   <p>
     <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
-    Commons RDF has transitioned to the
-    <a class="alert-link" href="http://incubator.apache.org/";>Apache 
Incubator</a>, with an aim to
-    become part of
-    <a class="alert-link" href="http://commons.apache.org/";>Apache Commons</a>.
-    This project
-    was previously hosted at
-    <a class="alert-link" 
href="http://commons-rdf.github.io/";>commons-rdf.github.io</a>,
-    which is not affiliated with the Apache Software Foundation.
+    Commons RDF has <strong>graduated</strong> from the
+    <a class="alert-link" href="http://incubator.apache.org/";>Apache 
Incubator</a> and is 
+    now a component of the 
+    <a class="alert-link" href="https://commons.apache.org/";>Apache 
Commons</a> project.
   </p>
 </div>
 
@@ -147,16 +143,3 @@ For more details, read about the
 Everybody is welcomed to [join the project](mail-lists.html) and
 [contribute](contributing.html)!
 
-## Disclaimer
-
-Apache Commons RDF is an effort undergoing incubation at [The Apache Software 
Foundation
-(ASF)](http://apache.org/) sponsored by the [Apache Incubator 
PMC](http://incubator.apache.org/).
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.
-
-<a href="http://incubator.apache.org/";><img
-  alt="Apache Incubator" src="images/apache-incubator-logo.png" height="57" 
width="229" /></a>

Reply via email to