Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1 committed Dec 6, 2017
1 parent a4ba782 commit a71dc87
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,48 +1,46 @@
<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.frameworkium</groupId>
<artifactId>frameworkium-core</artifactId>
<version>2.4.4-snapshot</version>
<version>2.4.5</version>
<name>frameworkium-core</name>
<description>
Frameworkium core code.
Referenced by the frameworkium-examples project, with more example tests.
</description>
<url/>
<url />
<inceptionYear>2015</inceptionYear>
<organization>
<name>Frameworkium</name>
</organization>
<licenses/>
<licenses />

<developers/>
<contributors/>
<developers />
<contributors />

<prerequisites>
<maven>3.1.1</maven>
</prerequisites>

<modules/>
<modules />

<scm>
<connection>scm:git:[email protected]:frameworkium/frameworkium-core</connection>
<url>scm:git:[email protected]:frameworkium/frameworkium-core</url>
<developerConnection>scm:git:[email protected]:frameworkium/frameworkium-core</developerConnection>
<tag>2.4.5</tag>
</scm>
<issueManagement>
<system>github issues</system>
<url>https://github.com/Frameworkium/frameworkium-core/issues</url>
</issueManagement>
<ciManagement/>
<distributionManagement/>
<ciManagement />
<distributionManagement />

<properties>
<threads>1</threads>
<groups/>
<groups />
<aspectj.version>1.8.13</aspectj.version>
</properties>

Expand Down Expand Up @@ -216,9 +214,9 @@

</dependencies>

<repositories/>
<repositories />

<pluginRepositories/>
<pluginRepositories />

<build>
<plugins>
Expand Down

0 comments on commit a71dc87

Please sign in to comment.