Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jun 25, 2018
1 parent b9bf34c commit a212bcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>elsql</artifactId>
<packaging>jar</packaging>
<name>ElSql</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.3</version>
<description>Simple tool to externalize SQL from Java</description>
<url>https://github.com/OpenGamma/ElSql</url>

Expand Down Expand Up @@ -478,14 +478,14 @@
<!-- ==================================================================== -->
<distributionManagement>
<repository>
<id>sonatype-opengamma-staging</id>
<id>oss-sonatype</id>
<name>Sonatype OSS staging repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<layout>default</layout>
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>sonatype-opengamma-snapshot</id>
<id>oss-sonatype</id>
<name>Sonatype OSS snapshot repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<layout>default</layout>
Expand Down
10 changes: 9 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.2.1" date="SNAPSHOT" description="v1.2.1">
<release version="1.3" date="2018-06-25" description="v1.3">
<action dev="evpaassen" type="update">
Enhance support for SQL Server 2008+.
</action>
<action dev="snyk-bot" type="update">
Update optional Spring dependency.
Fixes #31.
</action>
<action dev="jodastephen" type="update">
Update build.
Fixes #27.
</action>
</release>
<release version="1.2" date="2015-10-07" description="v1.2">
Expand Down

0 comments on commit a212bcb

Please sign in to comment.