[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
225e7b4de0
commit
355ef02abd
@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-controls</artifactId>
|
||||
<name>beehive-controls</name>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-ejb-control</artifactId>
|
||||
<name>beehive-ejb-control</name>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-jdbc-control</artifactId>
|
||||
<name>beehive-jdbc-control</name>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-jms-control</artifactId>
|
||||
<name>beehive-jms-control</name>
|
||||
@ -59,9 +59,9 @@
|
||||
<configuration>
|
||||
<target>
|
||||
<macrodef name="build-controls">
|
||||
<attribute name="srcdir" description="The directory containing controls to build. Required." />
|
||||
<attribute name="destdir" description="The destination directory for compiled class files. Required." />
|
||||
<attribute name="tempdir" description="The temporary directory for generated files. Required." />
|
||||
<attribute name="srcdir" description="The directory containing controls to build. Required." />
|
||||
<attribute name="destdir" description="The destination directory for compiled class files. Required." />
|
||||
<attribute name="tempdir" description="The temporary directory for generated files. Required." />
|
||||
<sequential>
|
||||
<taskdef name="apt" classname="org.apache.beehive.controls.runtime.generator.AptTask" classpathref="maven.compile.classpath" onerror="fail" />
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-netui-bootstrap</artifactId>
|
||||
<name>beehive-netui-bootstrap</name>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-netui-compiler</artifactId>
|
||||
<name>beehive-netui-compiler</name>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-netui-core</artifactId>
|
||||
<name>beehive-netui-core</name>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>beehive-netui-tags</artifactId>
|
||||
<name>beehive-netui-tags</name>
|
||||
|
2
pom.xml
2
pom.xml
@ -27,7 +27,7 @@
|
||||
</parent>
|
||||
<groupId>com.moparisthebest.beehive</groupId>
|
||||
<artifactId>beehive</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<description>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user