Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-plugins-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpuritz committed Feb 15, 2014
1 parent 94d0ce5 commit f0763ab
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 38 deletions.
8 changes: 3 additions & 5 deletions mybatis-generator-plugins-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
~ 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/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>
<parent>
<groupId>net.javaforge.mybatis.generator</groupId>
<artifactId>mybatis-generator-plugins-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>mybatis-generator-plugins-tests</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -75,7 +73,7 @@
<driver>org.hsqldb.jdbc.JDBCDriver</driver>
<url>jdbc:hsqldb:file:${basedir}/src/test/resources/database/testdb</url>
<username>sa</username>
<password></password>
<password />
<changeLogFile>${basedir}/src/test/resources/database/ddl.xml</changeLogFile>
</configuration>
<dependencies>
Expand Down
57 changes: 28 additions & 29 deletions mybatis-generator-plugins/pom.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
<!--
~ Copyright (c) 2014.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ 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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.javaforge.mybatis.generator</groupId>
<artifactId>mybatis-generator-plugins-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>mybatis-generator-plugins</artifactId>
<packaging>jar</packaging>


<!--
~ Copyright (c) 2014.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ 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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.javaforge.mybatis.generator</groupId>
<artifactId>mybatis-generator-plugins-root</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>mybatis-generator-plugins</artifactId>
<packaging>jar</packaging>


</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ 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>
<groupId>net.javaforge.mybatis.generator</groupId>
<artifactId>mybatis-generator-plugins-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>mybatis-generator-plugins-root</name>
<packaging>pom</packaging>

Expand All @@ -41,7 +40,8 @@
<connection>scm:git:git@github.com:bigpuritz/mybatis-generator-plugins.git</connection>
<url>scm:git:git@github.com:bigpuritz/mybatis-generator-plugins.git</url>
<developerConnection>scm:git:git@github.com:bigpuritz/mybatis-generator-plugins.git</developerConnection>
</scm>
<tag>mybatis-generator-plugins-1.0.0</tag>
</scm>

<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit f0763ab

Please sign in to comment.