Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-6u2'
Browse files Browse the repository at this point in the history
  • Loading branch information
kankichi00 committed Sep 27, 2024
2 parents ce78912 + 4d9bbe3 commit 44151a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.nablarch.framework</groupId>
<artifactId>nablarch-core-transaction</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>

<scm>
<connection>scm:git:git://github.com/nablarch/${project.artifactId}.git</connection>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>com.nablarch</groupId>
<artifactId>nablarch-parent</artifactId>
<version>6</version>
<version>6u2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
package nablarch.core.transaction;

import nablarch.core.util.annotation.Published;

/**
* トランザクション制御オブジェクト({@link Transaction})を生成するインタフェース。。
*
* @author Hisaaki Sioiri
*/
@Published(tag = "architect")
public interface TransactionFactory {

/**
Expand Down

0 comments on commit 44151a2

Please sign in to comment.