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 v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Jul 20, 2016
1 parent 8716cc0 commit 2530cb9
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.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.1.0, 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.1.0-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.1.0, 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 @@ -262,7 +262,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.1.0-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.1.0, 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.1.0-SNAPSHOT, Alfresco ${server.edition} v${server.version}</p>
<p class="footnote">Bulk Import Tool v2.1.0, 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.1.900
module.title=Alfresco Bulk Import v2.1.0-SNAPSHOT (for Alfresco v5.0+)
module.version=2.1.0
module.title=Alfresco Bulk Import v2.1.0 (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.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0-SNAPSHOT</version>
<version>2.1.0</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 @@ -6,7 +6,7 @@
<groupId>org.alfresco.extension</groupId>
<artifactId>alfresco-bulk-import-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Bulk Import Tool - Parent POM</name>
<description>Bulk Import Tool for Alfresco v5.x.</description>

Expand Down

1 comment on commit 2530cb9

@pmonks
Copy link
Owner Author

@pmonks pmonks commented on 2530cb9 Jul 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh the commit message here should have read Roll version number for v2.1.0. sigh

Please sign in to comment.