Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.10.0.1.cosium
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Dec 6, 2023
1 parent 11f9cfe commit cdaebf9
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -28,7 +25,7 @@
</parent>

<artifactId>commons-pool2</artifactId>
<version>2.10.0.1.cosium-SNAPSHOT</version>
<version>2.10.0.1.cosium</version>
<name>Apache Commons Pool</name>

<inceptionYear>2001</inceptionYear>
Expand All @@ -45,55 +42,56 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-pool.git</url>
<tag>2.10.0.1.cosium</tag>
</scm>

<developers>
<developer>
<name>Morgan Delagrange</name>
<id>morgand</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>Geir Magnusson</name>
<id>geirm</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>Craig McClanahan</name>
<id>craigmcc</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>Rodney Waldhoff</name>
<id>rwaldhoff</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>David Weinrich</name>
<id>dweinr1</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>Dirk Verbeeck</name>
<id>dirkv</id>
<email></email>
<organization></organization>
<email />
<organization />
</developer>
<developer>
<name>Robert Burrell Donkin</name>
<id>rdonkin</id>
<email></email>
<email />
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<name>Sandy McArthur</name>
<id>sandymac</id>
<email></email>
<email />
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
Expand Down

0 comments on commit cdaebf9

Please sign in to comment.