You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/05/05 11:25:17 UTC

[1/2] archiva git commit: Fixing jdk version

Repository: archiva
Updated Branches:
  refs/heads/master 2bf5154f1 -> c2e13264a


Fixing jdk version


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/889ac846
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/889ac846
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/889ac846

Branch: refs/heads/master
Commit: 889ac84686c407070e69da0a131da343e633ce3b
Parents: 2bf5154
Author: Martin Stockhammer <ma...@apache.org>
Authored: Fri May 5 13:20:15 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Fri May 5 13:20:15 2017 +0200

----------------------------------------------------------------------
 archiva-modules/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/889ac846/archiva-modules/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml
index ecf5809..96d395f 100644
--- a/archiva-modules/pom.xml
+++ b/archiva-modules/pom.xml
@@ -98,7 +98,7 @@
         <inherited>false</inherited>
         <configuration>
           <notimestamp>true</notimestamp>
-          <source>1.5</source>
+          <source>1.7</source>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
             <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>


[2/2] archiva git commit: Adding additional release note info

Posted by ma...@apache.org.
Adding additional release note info


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/c2e13264
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/c2e13264
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/c2e13264

Branch: refs/heads/master
Commit: c2e13264a6bed75bb64d39424cd4f89a824164db
Parents: 889ac84
Author: Martin Stockhammer <ma...@apache.org>
Authored: Fri May 5 13:24:49 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Fri May 5 13:24:49 2017 +0200

----------------------------------------------------------------------
 archiva-docs/src/site/apt/release-notes.apt.vm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/c2e13264/archiva-docs/src/site/apt/release-notes.apt.vm
----------------------------------------------------------------------
diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm
index e89f9a4..c418718 100644
--- a/archiva-docs/src/site/apt/release-notes.apt.vm
+++ b/archiva-docs/src/site/apt/release-notes.apt.vm
@@ -48,11 +48,11 @@ Release Notes for Archiva ${project.version}
     and Referer header of the HTTP requests and adding an validation token to the Header.
     This prevents requests from malicious sites if they are open in the same browser. If you use
     the REST services from other clients you may change the behaviour with the new
-    configuration properties for the redback security (rest.csrffilter.*, rest.baseUrl)
+    configuration properties for the redback security (rest.csrffilter.*, rest.baseUrl).
     For more information see {{{./adminguide/customising-security.html}Archiva Security Configuration}} and
     the {{{/redback/integration/rest.html}Redback REST documentation }}
 
-  * Archiva uses redback for authentication and authorization in version ${redback.version}
+  * Archiva uses redback for authentication and authorization in version 2.5
 
 * Release Notes
 
@@ -76,7 +76,7 @@ Release Notes for Archiva ${project.version}
 
      * Adding origin header validation checks for REST requests
 
- ** Bugs fixed
+** Bugs fixed
 
      * [MRM-1859] - Error upon viewing 'Artifacts' tab when browsing an artifact
 
@@ -91,9 +91,13 @@ Release Notes for Archiva ${project.version}
      * [MRM-1926] - Invalid checksum files in Archiva repository after download from remote repository
 
      * [MRM-1928] - Bad redirect URL when using Archiva through HTTP reverse proxy
+ 
+     * [MRM-1933] - No message body writer has been found for class org.apache.archiva.rest.services.ArchivaRestError
+ 
+     * [MRM-1940] - Slashes appended to remote repo url
 
 
- ** Task
+** Task