Skip to content

Commit

Permalink
Release 1.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Feb 1, 2020
1 parent 0145f35 commit 6a5f135
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 43 deletions.
66 changes: 33 additions & 33 deletions doma-it/.classpath
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
3 changes: 2 additions & 1 deletion doma-it/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<factorypath>
<factorypathentry kind="WKSPJAR" id="/doma/target/doma-1.38.0.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="EXTJAR" id="/Users/nakamura/src/github.com/seasarorg/doma/doma/target/doma-1.38.2.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/doma/target/doma-1.38.2.jar" enabled="true" runInBatchMode="false"/>
</factorypath>
4 changes: 2 additions & 2 deletions doma-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- The Basics -->
<groupId>org.seasar.doma</groupId>
<artifactId>doma-it</artifactId>
<version>1.38.0</version>
<version>1.38.2</version>
<packaging>jar</packaging>

<!-- More Project Information -->
Expand Down Expand Up @@ -303,7 +303,7 @@
<dependency>
<groupId>org.seasar.doma</groupId>
<artifactId>doma</artifactId>
<version>1.38.0</version>
<version>1.38.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion doma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- The Basics -->
<groupId>org.seasar.doma</groupId>
<artifactId>doma</artifactId>
<version>1.38.2-SNAPSHOT</version>
<version>1.38.2</version>
<packaging>jar</packaging>

<!-- More Project Information -->
Expand Down
2 changes: 1 addition & 1 deletion doma/src/main/java/org/seasar/doma/internal/Artifact.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class Artifact {

private static final String NAME = "Doma";

private static final String VERSION = "1.38.0";
private static final String VERSION = "1.38.2";

public static String getName() {
return NAME;
Expand Down
5 changes: 0 additions & 5 deletions doma/src/test/java/example/entity/_IdOnly.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
package example.entity;

/** */
@javax.annotation.Generated(value = { "Doma", "1.38.0" }, date = "2015-07-21T13:32:18.619+0900")
public final class _IdOnly extends org.seasar.doma.jdbc.entity.AbstractEntityType<IdOnly> {

static {
org.seasar.doma.internal.Artifact.validateVersion("1.38.0");
}

private static final _IdOnly __singleton = new _IdOnly();

private final org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator __idGenerator = new org.seasar.doma.jdbc.id.BuiltinIdentityIdGenerator();
Expand Down

0 comments on commit 6a5f135

Please sign in to comment.