Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit ade2c56

Browse files
authored
Release/chore (#30)
* Ignore files created by maven-release-plugin * Update versions
1 parent 7224fac commit ade2c56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ deployment/target
44
runtime/target
55
*.iml
66
.sdkmanrc
7+
/deployment/pom.xml.releaseBackup
8+
/runtime/pom.xml.releaseBackup
9+
/pom.xml.releaseBackup
10+
/release.properties

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ and includes them into your native image without additional configurations.
124124
dependencies {
125125
annotationProcessor "org.seasar.doma:doma-processor:2.41.0"
126126
implementation "org.seasar.doma:doma-core:2.41.0"
127-
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.2"
127+
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.3"
128128
}
129129
```
130130

@@ -146,7 +146,7 @@ dependencies {
146146
<dependency>
147147
<groupId>org.seasar.doma</groupId>
148148
<artifactId>doma-quarkus-deployment</artifactId>
149-
<version>1.0.2</version>
149+
<version>1.0.3</version>
150150
</dependency>
151151
...
152152
</dependencies>

0 commit comments

Comments
 (0)