Codebase list maven-ejb-plugin / e627b8e
New upstream version 3.2.1 Emmanuel Bourg 1 year, 7 months ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2424 <parent>
2525 <groupId>org.apache.maven.plugins</groupId>
2626 <artifactId>maven-plugins</artifactId>
27 <version>34</version>
27 <version>35</version>
2828 <relativePath />
2929 </parent>
3030
3131 <artifactId>maven-ejb-plugin</artifactId>
32 <version>3.2.0</version>
32 <version>3.2.1</version>
3333 <packaging>maven-plugin</packaging>
3434
3535 <name>Apache Maven EJB Plugin</name>
4343 <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</connection>
4444 <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</developerConnection>
4545 <url>https://github.com/apache/maven-ejb-plugin/tree/${project.scm.tag}</url>
46 <tag>maven-ejb-plugin-3.2.0</tag>
46 <tag>maven-ejb-plugin-3.2.1</tag>
4747 </scm>
4848 <issueManagement>
4949 <system>JIRA</system>
6464 <mavenVersion>3.2.5</mavenVersion>
6565 <javaVersion>8</javaVersion>
6666 <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
67 <project.build.outputTimestamp>2022-04-18T18:41:55Z</project.build.outputTimestamp>
67 <project.build.outputTimestamp>2022-04-18T18:55:08Z</project.build.outputTimestamp>
6868 </properties>
6969
7070 <dependencies>