Skip to content

Commit

Permalink
Merge branch 'release/9.0.1'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
markdaugherty committed Aug 22, 2016
2 parents 2dc095c + 42304d5 commit 70f9f2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The AEM Groovy Console provides an interface for running [Groovy](http://groovy.

## Installation

1. [Download the console package](https://github.com/Citytechinc/cq-groovy-console/releases/download/9.0.0/aem-groovy-console-9.0.0.zip). For previous versions, tags can be checked out from GitHub and built directly from the source (e.g. `mvn install`).
1. [Download the console package](https://github.com/Citytechinc/cq-groovy-console/releases). For previous versions, tags can be checked out from GitHub and built directly from the source (e.g. `mvn install`).

2. [Verify](http://localhost:4502/etc/groovyconsole.html) the installation.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.icfolson.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<packaging>jar</packaging>
<version>9.0.0</version>
<version>9.0.1</version>
<name>AEM Groovy Console</name>
<description>
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM (Adobe CQ) container. Scripts
Expand Down Expand Up @@ -70,7 +70,7 @@
<timestamp>${maven.build.timestamp}</timestamp>
<aem.package.goal>install</aem.package.goal>
<aem.username>admin</aem.username>
<aem.context.path/>
<aem.context.path />
<osgi.bundle.status.skip.publish>true</osgi.bundle.status.skip.publish>
<assembly.descriptor.name>zip.xml</assembly.descriptor.name>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div id="enhancements" class="panel-collapse collapse">
<div class="panel-body">
<p>See the AEM Groovy Extension documentation <a href="http://code.citytechinc.com/aem-groovy-extension/groovydocs/com/citytechinc/aem/groovy/extension/services/impl/DefaultMetaClassExtensionProvider.html" target="_blank">here</a> for details on registered metaclasses.</p>
<p>See the AEM Groovy Extension documentation <a href="http://code.digitalatolson.com/aem-groovy-extension/groovydocs/com/citytechinc/aem/groovy/extension/services/impl/DefaultMetaClassExtensionProvider.html" target="_blank">here</a> for details on registered metaclasses.</p>
</div>
</div>
</div>

0 comments on commit 70f9f2f

Please sign in to comment.