Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Oct 11, 2017
1 parent e8ba7dd commit 67832fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.3.0 Unreleased
## 3.3.0 2017-10-11

* Allows requests to be searched and sorted via CQL (CIRCSTORE-22)
* Allows snapshot of item metadata to be stored with a request (CIRCSTORE-23)
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-circulation-storage</artifactId>
<groupId>org.folio</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down Expand Up @@ -246,8 +245,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.folio.rest.RestLauncher</Main-Class>
<Main-Verticle>org.folio.rest.RestVerticle</Main-Verticle>
Expand Down Expand Up @@ -312,7 +310,7 @@
<url>https://github.com/folio-org/mod-circulation-storage</url>
<connection>scm:git:git://github.com/folio-org/mod-circulation-storage.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-circulation-storage.git</developerConnection>
<tag>HEAD</tag>
<tag>v3.3.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion registration/activate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"id": "mod-circulation-storage-3.3.0-SNAPSHOT"
"id": "mod-circulation-storage-3.3.0"
}
2 changes: 1 addition & 1 deletion stop-managed-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ instance_id=${1:-}
okapi_proxy_address=${2:-http://localhost:9130}

tenant_id="demo_tenant"
module_id="mod-circulation-storage-3.3.0-SNAPSHOT"
module_id="mod-circulation-storage-3.3.0"

./okapi-registration/managed-deployment/unregister.sh \
${module_id} \
Expand Down

0 comments on commit 67832fe

Please sign in to comment.