You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/14 18:44:55 UTC

[1/3] commons-rdf git commit: Site: 0.5.0 was published 2017-12-23

Repository: commons-rdf
Updated Branches:
  refs/heads/master c111bb700 -> 6123c7308


Site: 0.5.0 was published 2017-12-23


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/5a61cee5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/5a61cee5
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/5a61cee5

Branch: refs/heads/master
Commit: 5a61cee55f9f9f95c1342568772d24d9d3ab7286
Parents: c111bb7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Feb 13 01:09:34 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Feb 13 01:09:34 2018 +0000

----------------------------------------------------------------------
 src/site/markdown/download.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/5a61cee5/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 92fd536..5bc2f41 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -87,7 +87,7 @@ which is also [mirrored to GitHub](http://github.com/apache/commons-rdf).
 
 ### 0.5.0
 
-**Apache Commons RDF 0.5.0** was published on 2017-11-XX, and is available for download
+**Apache Commons RDF 0.5.0** was published on 2017-12-23, and is available for download
 from official mirrors of the
 ASF Distribution Directory [incubator/commonsrdf](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.5.0/):
 


[2/3] commons-rdf git commit: site: Announce 0.5.0 on front page

Posted by st...@apache.org.
site: Announce 0.5.0 on front page


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/1803f2ab
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/1803f2ab
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/1803f2ab

Branch: refs/heads/master
Commit: 1803f2ab634ba5ac0db57ed15f2345f92653e846
Parents: 5a61cee
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 14 18:44:27 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 14 18:44:27 2018 +0000

----------------------------------------------------------------------
 src/site/markdown/index.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/1803f2ab/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 994fb07..8b551b3 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -23,11 +23,8 @@
 <div class="alert alert-info" role="alert">
   <p>
     <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
-    2016-11-28:
-    Commons RDF has <strong>graduated</strong> from the
-    Apache Incubator and is 
-    now a component of the 
-    <a class="alert-link" href="https://commons.apache.org/">Apache Commons</a> project.
+    2017-12-23:
+    <a href="download.html">Commons RDF 0.5.0</a> released.
   </p>
 </div>
 


[3/3] commons-rdf git commit: ensure site build works with newest checkstyle plugin

Posted by st...@apache.org.
ensure site build works with newest checkstyle plugin


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/6123c730
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/6123c730
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/6123c730

Branch: refs/heads/master
Commit: 6123c7308ed533b870370c6a234ce140368ccc4e
Parents: 1803f2a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 14 18:44:36 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 14 18:44:36 2018 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/6123c730/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3e6421..06cc58c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,7 +551,7 @@
              <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-checkstyle-plugin</artifactId>
-                 <version>${checkstyle.plugin.version}</version>
+                 <version>3.0.0</version>
                  <configuration>
                      <configLocation>${project.basedir}/src/conf/checkstyle.xml</configLocation>
                      <!-- Needed to define config_loc -->
@@ -568,7 +568,7 @@
              </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.8</version>
+                <version>3.9.0</version>
                 <configuration>
                     <targetJdk>${maven.compiler.target}</targetJdk>
                     <linkXref>true</linkXref>