|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>org.seasar.doma.boot</groupId> |
6 | 7 | <artifactId>doma-spring-boot</artifactId> |
7 | | - <version>1.6.0-SNAPSHOT</version> |
| 8 | + <version>1.5.0-SNAPSHOT</version> |
8 | 9 | <packaging>pom</packaging> |
9 | 10 |
|
10 | 11 | <name>doma-spring-boot</name> |
|
39 | 40 | < connection>scm:git: [email protected]:domaframework/doma-spring-boot.git</ connection> |
40 | 41 | < developerConnection>scm:git: [email protected]:domaframework/doma-spring-boot.git</ developerConnection> |
41 | 42 | < url> [email protected]:domaframework/doma-spring-boot.git</ url> |
42 | | - <tag>HEAD</tag> |
43 | | - </scm> |
| 43 | + </scm> |
44 | 44 |
|
45 | 45 | <properties> |
46 | 46 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
52 | 52 | <javadoc-plugin.version>3.2.0</javadoc-plugin.version> |
53 | 53 | <nexus-staging-plugin.version>1.6.8</nexus-staging-plugin.version> |
54 | 54 | <formatter-maven-plugin.version>2.13.0</formatter-maven-plugin.version> |
55 | | - <release-plugin.version>3.0.0-M1</release-plugin.version> |
| 55 | + <versions-maven-plugin.version>2.2</versions-maven-plugin.version> |
56 | 56 | <gpg-plugin.version>1.6</gpg-plugin.version> |
57 | 57 | <rootDir>${project.basedir}</rootDir> |
58 | 58 | </properties> |
|
150 | 150 | </configuration> |
151 | 151 | </plugin> |
152 | 152 | <plugin> |
153 | | - <groupId>org.apache.maven.plugins</groupId> |
154 | | - <artifactId>maven-release-plugin</artifactId> |
155 | | - <version>${release-plugin.version}</version> |
156 | | - <configuration> |
157 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
158 | | - </configuration> |
| 153 | + <groupId>org.codehaus.mojo</groupId> |
| 154 | + <artifactId>versions-maven-plugin</artifactId> |
| 155 | + <version>${versions-maven-plugin.version}</version> |
159 | 156 | </plugin> |
160 | 157 | <plugin> |
161 | 158 | <groupId>net.revelc.code.formatter</groupId> |
|
0 commit comments