Skip to content

Commit

Permalink
Release 1.1.2. This release has no functional differences with the pr…
Browse files Browse the repository at this point in the history
…evious release. It has changes to the pom file to facilitate publishing to Maven Central.
  • Loading branch information
jpotts committed Oct 24, 2016
1 parent a6b4667 commit 6d39394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.metaversant</groupId>
<artifactId>share-site-space-templates</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<name>Share Site Space Templates</name>
Expand Down
2 changes: 1 addition & 1 deletion share-site-space-templates-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.metaversant</groupId>
<artifactId>share-site-space-templates</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<!--
Expand Down

0 comments on commit 6d39394

Please sign in to comment.