You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/07 17:25:13 UTC

[1/2] aries-rsa git commit: Remove deprecated property in README

Repository: aries-rsa
Updated Branches:
  refs/heads/master b2e1d8711 -> 8ddac37a6


Remove deprecated property in README


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/2d33849e
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/2d33849e
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/2d33849e

Branch: refs/heads/master
Commit: 2d33849ea9f4e4c69741579cb261711ba9d57842
Parents: b2e1d87
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Nov 7 18:17:30 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Nov 7 18:17:30 2016 +0100

----------------------------------------------------------------------
 discovery/config/Readme.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d33849e/discovery/config/Readme.md
----------------------------------------------------------------------
diff --git a/discovery/config/Readme.md b/discovery/config/Readme.md
index d0aaa2f..d2fbc5f 100644
--- a/discovery/config/Readme.md
+++ b/discovery/config/Readme.md
@@ -15,5 +15,4 @@ service.imported = true
 service.imported.configs = org.apache.cxf.rs
 objectClass = org.acme.foo.rest.api.FooService
 org.apache.cxf.rs.address = http://localhost:9100/
-org.apache.cxf.rs.provider = org.acme.foo.rest.json.CustomJSONProvider
 ```


[2/2] aries-rsa git commit: Activate baselining

Posted by cs...@apache.org.
Activate baselining


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/8ddac37a
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/8ddac37a
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/8ddac37a

Branch: refs/heads/master
Commit: 8ddac37a6dead80abf9f7dec639a74fa14a8364f
Parents: 2d33849
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Nov 7 18:25:01 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Nov 7 18:25:01 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml                                   |  2 +-
 spi/pom.xml                                      |  1 +
 .../java/org/apache/aries/rsa/util/packageinfo   | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8ddac37a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f6d9104..e59a121 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <baseline>1.8.0</baseline>
+        <baseline>1.9.0</baseline>
         <baseline.skip>true</baseline.skip>
         <zookeeper.version>3.4.7</zookeeper.version>
         <rsa.version>1.0.0</rsa.version>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8ddac37a/spi/pom.xml
----------------------------------------------------------------------
diff --git a/spi/pom.xml b/spi/pom.xml
index bf364aa..24c274a 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -32,6 +32,7 @@
 
     <properties>
         <topDirectoryLocation>../..</topDirectoryLocation>
+        <baseline.skip>false</baseline.skip>
     </properties>
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8ddac37a/spi/src/main/java/org/apache/aries/rsa/util/packageinfo
----------------------------------------------------------------------
diff --git a/spi/src/main/java/org/apache/aries/rsa/util/packageinfo b/spi/src/main/java/org/apache/aries/rsa/util/packageinfo
new file mode 100644
index 0000000..7d4ab16
--- /dev/null
+++ b/spi/src/main/java/org/apache/aries/rsa/util/packageinfo
@@ -0,0 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+version 1.9.0