<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Platform and Share version for Alfresco 7.1.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129061#M34965</link>
    <description>&lt;P&gt;Thank you very much &lt;STRONG&gt;Angel Borroy&lt;/STRONG&gt; and &lt;STRONG&gt;Abhinav mishra&lt;/STRONG&gt; for responding promptly.&lt;/P&gt;&lt;P&gt;Yes, that's the solution and it worked like a charm.&lt;/P&gt;&lt;P&gt;BTW Abhinav - I've used your below post in installing and setting up Alfresco 7.1.x in our AWS Centos Instance. It was extremely helpful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;P&gt;-Mohit&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 21:53:33 GMT</pubDate>
    <dc:creator>mohitashah1</dc:creator>
    <dc:date>2021-11-03T21:53:33Z</dc:date>
    <item>
      <title>Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129058#M34962</link>
      <description>&lt;P&gt;Greetings Guys,&lt;/P&gt;&lt;P&gt;Currently, I'm using the following properties for building my Custom Repo Amp and Custom Share Amps:&lt;/P&gt;&lt;P&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;alfresco.sdk.version&amp;gt;4.1.0&amp;lt;/alfresco.sdk.version&amp;gt;&lt;BR /&gt;&amp;lt;project.build.sourceEncoding&amp;gt;UTF-8&amp;lt;/project.build.sourceEncoding&amp;gt;&lt;BR /&gt;&amp;lt;alfresco.groupId&amp;gt;org.alfresco&amp;lt;/alfresco.groupId&amp;gt;&lt;BR /&gt;&amp;lt;alfresco.bomDependencyArtifactId&amp;gt;content-services&amp;lt;/alfresco.bomDependencyArtifactId&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;alfresco.platform.version&amp;gt;6.2.2&amp;lt;/alfresco.platform.version&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;alfresco.share.version&amp;gt;6.2.2&amp;lt;/alfresco.share.version&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;/P&gt;&lt;P&gt;I Do have access the Alfresco Private Nexus Repo. What&amp;nbsp;&lt;STRONG&gt;alfresco.platform&lt;/STRONG&gt; and &lt;STRONG&gt;alfresco.share&lt;/STRONG&gt; version can I use to compile my code with &lt;STRONG&gt;Alfresco 7.1.0 SDK&lt;/STRONG&gt; ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 17:28:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129058#M34962</guid>
      <dc:creator>mohitashah1</dc:creator>
      <dc:date>2021-11-03T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129059#M34963</link>
      <description>&lt;P&gt;You may use SDK 4.3.0 version for that.&lt;/P&gt;
&lt;P&gt;This produces by default following properties:&lt;/P&gt;
&lt;PRE&gt;    &amp;lt;properties&amp;gt;
        &amp;lt;!-- Alfresco Maven Plugin version to use --&amp;gt;
        &amp;lt;alfresco.sdk.version&amp;gt;4.3.0&amp;lt;/alfresco.sdk.version&amp;gt;

        &amp;lt;project.build.sourceEncoding&amp;gt;UTF-8&amp;lt;/project.build.sourceEncoding&amp;gt;

        &amp;lt;!-- Properties used in dependency declarations, you don't need to change these --&amp;gt;
        &amp;lt;alfresco.groupId&amp;gt;org.alfresco&amp;lt;/alfresco.groupId&amp;gt;
        &amp;lt;alfresco.bomDependencyArtifactId&amp;gt;acs-community-packaging&amp;lt;/alfresco.bomDependencyArtifactId&amp;gt;
        &amp;lt;alfresco.platform.version&amp;gt;7.1.0&amp;lt;/alfresco.platform.version&amp;gt;
        &amp;lt;alfresco.platform.docker.user&amp;gt;alfresco&amp;lt;/alfresco.platform.docker.user&amp;gt;
        &amp;lt;alfresco.share.version&amp;gt;11.77&amp;lt;/alfresco.share.version&amp;gt;
        &amp;lt;alfresco.share.docker.version&amp;gt;7.1.0.1&amp;lt;/alfresco.share.docker.version&amp;gt;

        &amp;lt;!-- Docker images --&amp;gt;
        &amp;lt;docker.acs.image&amp;gt;alfresco/alfresco-content-repository-community&amp;lt;/docker.acs.image&amp;gt;
        &amp;lt;docker.share.image&amp;gt;alfresco/alfresco-share&amp;lt;/docker.share.image&amp;gt;

        &amp;lt;keystore.settings&amp;gt;-Dencryption.keystore.type=JCEKS
            -Dencryption.cipherAlgorithm=AES/CBC/PKCS5Padding
            -Dencryption.keyAlgorithm=AES
            -Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore
            -Dmetadata-keystore.password=mp6yc0UD9e
            -Dmetadata-keystore.aliases=metadata
            -Dmetadata-keystore.metadata.password=oKIWzVdEdA
            -Dmetadata-keystore.metadata.algorithm=AES&amp;lt;/keystore.settings&amp;gt;

        &amp;lt;activemq.version&amp;gt;5.16.3&amp;lt;/activemq.version&amp;gt;

        &amp;lt;!-- JRebel Hot reloading of classpath stuff and web resource stuff --&amp;gt;
        &amp;lt;jrebel.version&amp;gt;1.1.8&amp;lt;/jrebel.version&amp;gt;

        &amp;lt;!-- Environment configuration properties --&amp;gt;
        &amp;lt;share.port&amp;gt;8180&amp;lt;/share.port&amp;gt;
        &amp;lt;share.debug.port&amp;gt;9898&amp;lt;/share.debug.port&amp;gt;
        &amp;lt;acs.host&amp;gt;test-acs&amp;lt;/acs.host&amp;gt;
        &amp;lt;acs.port&amp;gt;8080&amp;lt;/acs.port&amp;gt;
        &amp;lt;acs.debug.port&amp;gt;8888&amp;lt;/acs.debug.port&amp;gt;
        &amp;lt;postgres.port&amp;gt;5555&amp;lt;/postgres.port&amp;gt;
        &amp;lt;!-- This parameter is only required for those cases in which ACS is not exposed in http://localhost:8080/alfresco (i.e. Windows Docker) --&amp;gt;
        &amp;lt;test.acs.endpoint.path/&amp;gt;

    &amp;lt;/properties&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Nov 2021 17:48:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129059#M34963</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-03T17:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129060#M34964</link>
      <description>&lt;P&gt;In addition, if you are using enterprise version-- you can refer following properties:&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;&amp;lt;alfresco.bomDependencyArtifactId&amp;gt;acs-packaging&amp;lt;/alfresco.bomDependencyArtifactId&amp;gt;
&lt;/STRONG&gt;&amp;lt;alfresco.platform.version&amp;gt;7.1.0&amp;lt;/alfresco.platform.version&amp;gt;
&amp;lt;alfresco.platform.docker.user&amp;gt;alfresco&amp;lt;/alfresco.platform.docker.user&amp;gt;
&lt;STRONG&gt;&amp;lt;docker.acs.image&amp;gt;quay.io/alfresco/alfresco-content-repository&amp;lt;/docker.acs.image&amp;gt;&lt;BR /&gt;
&lt;/STRONG&gt;&amp;lt;alfresco.share.version&amp;gt;11.77&amp;lt;/alfresco.share.version&amp;gt; &lt;BR /&gt;&amp;lt;alfresco.share.docker.version&amp;gt;7.1.0.1&amp;lt;/alfresco.share.docker.version&amp;gt;
&amp;lt;docker.share.image&amp;gt;alfresco/alfresco-share&amp;lt;/docker.share.image&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Checkout this doc for more details:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/working-with-enterprise/README.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/working-with-enterprise/README.md&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:16:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129060#M34964</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-11-03T21:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129061#M34965</link>
      <description>&lt;P&gt;Thank you very much &lt;STRONG&gt;Angel Borroy&lt;/STRONG&gt; and &lt;STRONG&gt;Abhinav mishra&lt;/STRONG&gt; for responding promptly.&lt;/P&gt;&lt;P&gt;Yes, that's the solution and it worked like a charm.&lt;/P&gt;&lt;P&gt;BTW Abhinav - I've used your below post in installing and setting up Alfresco 7.1.x in our AWS Centos Instance. It was extremely helpful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;P&gt;-Mohit&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:53:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129061#M34965</guid>
      <dc:creator>mohitashah1</dc:creator>
      <dc:date>2021-11-03T21:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129062#M34966</link>
      <description>&lt;P&gt;Glad it worked for you. I am glad to hear that the setup steps for acs7.x were helpful. Thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82765"&gt;@mohitashah1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 22:12:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129062#M34966</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-11-03T22:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Platform and Share version for Alfresco 7.1.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129063#M34967</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;What is&amp;nbsp;Alfresco Platform and Share version for Alfresco 7.4.0?&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 17:59:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-platform-and-share-version-for-alfresco-7-1-0/m-p/129063#M34967</guid>
      <dc:creator>unibravo</dc:creator>
      <dc:date>2024-05-26T17:59:08Z</dc:date>
    </item>
  </channel>
</rss>

