Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
☑️ Roll version number for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Oct 7, 2015
1 parent 1ae3d70 commit fdcf8f1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion amp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco.extension</groupId>
<artifactId>alfresco-bulk-import-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@

<p>Please see the <a target="_blank" href="https://github.com/pmonks/alfresco-bulk-import">project site</a> for documentation, known issues, updated versions, etc.</p>
<hr/>
<p class="footnote">Bulk Import Tool v2.0.1-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.0.1, Alfresco ${server.edition} v${server.version}</p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<p>Please see the <a target="_blank" href="https://github.com/pmonks/alfresco-bulk-import">project site</a> for documentation, known issues, updated versions, etc.</p>
<hr/>
<p class="footnote">Bulk Import Tool v2.0.1-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.0.1, Alfresco ${server.edition} v${server.version}</p>
<script>
[#-- Target field autocomplete --]
$(function() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

<p>Please see the <a target="_blank" href="https://github.com/pmonks/alfresco-bulk-import">project site</a> for documentation, known issues, updated versions, etc.</p>
<hr/>
<p class="footnote">Bulk Import Tool v2.0.1-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.0.1, Alfresco ${server.edition} v${server.version}</p>

<script>
$(document).ready(function() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</form>
<p>Please see the <a target="_blank" href="https://github.com/pmonks/alfresco-bulk-import">project site</a> for documentation, known issues, updated versions, etc.</p>
<hr/>
<p class="footnote">Bulk Import Tool v2.0.1-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.0.1, Alfresco ${server.edition} v${server.version}</p>
<script>
[#-- Re-enable the sourceBeanId field prior to submission, to workaround the stupid behaviour of "<select disabled>" --]
$('#initiateBulkImportForm').on('submit', function() {
Expand Down
4 changes: 2 additions & 2 deletions amp/src/main/amp/module.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.id=org.alfresco.extension.alfresco-bulk-import
module.version=2.0.900
module.title=Alfresco Bulk Import v2.0.1-SNAPSHOT (for Alfresco v5.0+)
module.version=2.0.1
module.title=Alfresco Bulk Import v2.0.1 (for Alfresco v5.0+)
module.description=Alfresco Bulk Import tool. Provides high performance bulk loading of content into Alfresco.
module.repo.version.min=5.0.0
module.repo.version.max=5.99.99
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco.extension</groupId>
<artifactId>alfresco-bulk-import-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion contrib/sources/sample-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.alfresco.extension</groupId>
<artifactId>alfresco-bulk-import-api</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.alfresco.extension</groupId>
<artifactId>alfresco-bulk-import-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>Bulk Import Tool - Parent POM</name>
<description>Bulk Import Tool for Alfresco v5.x.</description>

Expand Down

0 comments on commit fdcf8f1

Please sign in to comment.