Skip to content

Commit

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

Expand Down Expand Up @@ -487,6 +487,6 @@
<!-- Other properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>3.0.7.RELEASE</spring.version>
<spring.version>3.1.4.RELEASE</spring.version>
</properties>
</project>
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0" date="" description="v1.0">
<release version="1.0" date="2014-12-01" description="v1.0">
<action dev="jodastephen" type="add">
Make dependency on Spring framework optional.
Use ElSql class to avoid the dependency, use ELSqlBundle to use the dependency.
Use ElSql class to avoid the dependency, use ElSqlBundle to use the dependency.
Fixes #11.
</action>
<action dev="jodastephen" type="fix">
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/opengamma/elsql/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@
* <p>
* &#064;FETCH(fetchVariable)<br>
* The fetch tag adds the SQL FETCH clause. It works as per the offset-fetch tag.
* <p>
* To use the library, simply obtain an instance of {@code ElSql} and call {@code getSql()}.
*/
package com.opengamma.elsql;

0 comments on commit 7fdfb13

Please sign in to comment.