Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 1, 2023
1 parent 07a0f92 commit 67fd013
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion maven-plugin/plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin-project</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin-project</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<prerequisites>
<maven>${maven.version}</maven>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-tools-project</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb-maven-plugin-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin-project</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-tools-project</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JAXB Tools :: Project</name>
<description>JAXB tools work with generate Java sources and XML Schemas.</description>
Expand All @@ -19,7 +19,7 @@
<scm>
<connection>scm:git:https://github.com/highsource/jaxb-tools.git</connection>
<url>https://github.com/highsource/jaxb-tools</url>
<tag>2.0.3</tag>
<tag>${project.version}</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 67fd013

Please sign in to comment.