Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Mar 18, 2020
1 parent 9c78e07 commit eedec83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dynamic-orm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.vzakharchenko</groupId>
<artifactId>dynamic-orm</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<modules>
<module>dynamic-orm-core</module>
<module>dynamic-orm-plugin</module>
Expand All @@ -23,7 +22,7 @@
<scm>
<url>https://github.com/vzakharchenko/dynamic-orm</url>
<connection>scm:git:https://github.com/vzakharchenko/dynamic-orm.git</connection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -178,7 +177,7 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<DependencyConvergence/>
<DependencyConvergence />
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit eedec83

Please sign in to comment.