Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvanzuylen committed Feb 27, 2021
1 parent 85003be commit d01704c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __[Apache Pulsar](https://pulsar.apache.org) Gateways for ColdFusion__

### Lucee 4

Download the latest version [here](https://github.com/jbvanzuylen/cf-pulsar-gateway/releases/download/v1.0.0/cf-pulsar-gateway-lucee4-ext.zip)
Download the latest version [here](https://github.com/jbvanzuylen/cf-pulsar-gateway/releases/download/v1.1.0/cf-pulsar-gateway-lucee4-ext.zip)

__Install as an extension__

Expand Down
25 changes: 17 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.primeoservices</groupId>
<artifactId>cf-pulsar-gateway</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>cf-pulsar-gateway</name>
<version>1.1.0</version>
<packaging>jar</packaging>
<properties>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<ext.release.date>${maven.build.timestamp}</ext.release.date>
Expand Down Expand Up @@ -51,12 +51,21 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<finalName>cf-pulsar-gateway</finalName>
<descriptors>
<descriptor>src/assembly/lucee4.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>build-extension</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<finalName>cf-pulsar-gateway</finalName>
<descriptors>
<descriptor>src/assembly/lucee4.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit d01704c

Please sign in to comment.