Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jun 12, 2023
1 parent 3208cb3 commit 1254184
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<prerequisites>
<maven>${maven.version}</maven>
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-maven-plugin-project</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>pom</packaging>
<name>Maven JAXB Plugin Project</name>
<description>Maven plugin for JAXB XJC compiler to generate Java sources from XML Schemas.</description>
Expand All @@ -19,7 +19,7 @@
<scm>
<connection>scm:git:https://github.com/highsource/maven-jaxb2-plugin.git</connection>
<url>https://github.com/highsource/maven-jaxb2-plugin</url>
<tag>${project.version}</tag>
<tag>2.0.2</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion 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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1254184

Please sign in to comment.