Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 01a63bd04 -> 94a06fc5d


NIFI-265: Fixed typos


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/94a06fc5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/94a06fc5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/94a06fc5

Branch: refs/heads/develop
Commit: 94a06fc5d5f72e2893ded51533f5d4bf691acad6
Parents: 01a63bd
Author: Mark Payne <[email protected]>
Authored: Wed Jan 14 20:41:18 2015 -0500
Committer: Mark Payne <[email protected]>
Committed: Wed Jan 14 20:41:18 2015 -0500

----------------------------------------------------------------------
 .../docs/org.apache.nifi.ssl.StandardSSLContextService/index.html  | 2 +-
 pom.xml                                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/94a06fc5/nar-bundles/standard-services/ssl-context-bundle/ssl-context-service/src/main/resources/docs/org.apache.nifi.ssl.StandardSSLContextService/index.html
----------------------------------------------------------------------
diff --git 
a/nar-bundles/standard-services/ssl-context-bundle/ssl-context-service/src/main/resources/docs/org.apache.nifi.ssl.StandardSSLContextService/index.html
 
b/nar-bundles/standard-services/ssl-context-bundle/ssl-context-service/src/main/resources/docs/org.apache.nifi.ssl.StandardSSLContextService/index.html
index 0ce9aa4..f1eb237 100644
--- 
a/nar-bundles/standard-services/ssl-context-bundle/ssl-context-service/src/main/resources/docs/org.apache.nifi.ssl.StandardSSLContextService/index.html
+++ 
b/nar-bundles/standard-services/ssl-context-bundle/ssl-context-service/src/main/resources/docs/org.apache.nifi.ssl.StandardSSLContextService/index.html
@@ -49,7 +49,7 @@
 &lt;services&gt;
     &lt;service&gt;
         &lt;identifier&gt;ssl-context&lt;/identifier&gt;
-        &lt;class&gt;nifi.ssl.StandardSSLContextService&lt;/class&gt;
+        
&lt;class&gt;org.apache.nifi.ssl.StandardSSLContextService&lt;/class&gt;
         &lt;property name="Keystore 
Filename"&gt;C:/testpki/localtest-ks.jks&lt;/property&gt;
         &lt;property name="Keystore Password"&gt;localtest&lt;/property&gt;
         &lt;property name="Keystore Type"&gt;JKS&lt;/property&gt;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/94a06fc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ff1e83..911f1a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -770,7 +770,7 @@
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>kafka-nar</artifactId>
-                <version>${project.version}</version>
+                <version>0.0.1-SNAPSHOT</version>
                 <type>nar</type>
             </dependency>
             <dependency>

Reply via email to