[maven-release-plugin] prepare release beehive-1.0.3

This commit is contained in:
Travis Burtrum 2015-03-16 15:03:27 -04:00
parent 0c6a39eeb4
commit c3b84adc3e
10 changed files with 11 additions and 13 deletions

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-controls</artifactId> <artifactId>beehive-controls</artifactId>
<name>beehive-controls</name> <name>beehive-controls</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-ejb-control</artifactId> <artifactId>beehive-ejb-control</artifactId>
<name>beehive-ejb-control</name> <name>beehive-ejb-control</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-jdbc-control</artifactId> <artifactId>beehive-jdbc-control</artifactId>
<name>beehive-jdbc-control</name> <name>beehive-jdbc-control</name>

View File

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project 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">
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-jdbc-mapper</artifactId> <artifactId>beehive-jdbc-mapper</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-jms-control</artifactId> <artifactId>beehive-jms-control</artifactId>
<name>beehive-jms-control</name> <name>beehive-jms-control</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-netui-bootstrap</artifactId> <artifactId>beehive-netui-bootstrap</artifactId>
<name>beehive-netui-bootstrap</name> <name>beehive-netui-bootstrap</name>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-netui-compiler</artifactId> <artifactId>beehive-netui-compiler</artifactId>
<name>beehive-netui-compiler</name> <name>beehive-netui-compiler</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-netui-core</artifactId> <artifactId>beehive-netui-core</artifactId>
<name>beehive-netui-core</name> <name>beehive-netui-core</name>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>beehive-netui-tags</artifactId> <artifactId>beehive-netui-tags</artifactId>
<name>beehive-netui-tags</name> <name>beehive-netui-tags</name>

View File

@ -27,7 +27,7 @@
</parent> </parent>
<groupId>com.moparisthebest.beehive</groupId> <groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive</artifactId> <artifactId>beehive</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.3</version>
<description> <description>
Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using
the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has