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

olabusayo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 5516f25  Fixes typo in project key
5516f25 is described below

commit 5516f2542e5d75174b9e2fd417a7a99ebbd0bc3c
Author: olabusayoT <[email protected]>
AuthorDate: Wed Mar 4 16:04:01 2020 -0500

    Fixes typo in project key
    
    - inbubator to incubator
    
    DAFFODIL-2291
---
 sonar-project.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sonar-project.properties b/sonar-project.properties
index 5c179c0..d2f6601 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 sonar.organization=apache
-sonar.projectKey=apache_inbubator-daffodil
+sonar.projectKey=apache_incubator-daffodil
 
 
sonar.modules=daffodil-cli,daffodil-core,daffodil-io,daffodil-japi,daffodil-lib,daffodil-macro-lib,daffodil-propgen,daffodil-runtime1,daffodil-runtime1-unparser,daffodil-sapi,daffodil-tdml-lib,daffodil-tdml-processor,daffodil-test,daffodil-test-ibm1,daffodil-udf
 sonar.sources=src/main

Reply via email to