[jboss-cvs] Repository SVN: r16962 - in maven2/org/jbpm/jbpm-parent: 1.0.1.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 1 16:44:45 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-01 16:44:45 -0400 (Sat, 01 Nov 2008)
New Revision: 16962

Added:
   maven2/org/jbpm/jbpm-parent/1.0.1.GA/
   maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom
   maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.md5
   maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.sha1
Modified:
   maven2/org/jbpm/jbpm-parent/maven-metadata.xml
   maven2/org/jbpm/jbpm-parent/maven-metadata.xml.md5
   maven2/org/jbpm/jbpm-parent/maven-metadata.xml.sha1
Log:
Release jbpm-parent-1.0.1.GA

Added: maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom
===================================================================
--- maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom	                        (rev 0)
+++ maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom	2008-11-01 20:44:45 UTC (rev 16962)
@@ -0,0 +1,229 @@
+<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>
+
+  <name>JBossBPM - Parent</name>
+  <groupId>org.jbpm</groupId>
+  <artifactId>jbpm-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>1.0.1.GA</version>
+
+  <organization>
+    <name>JBoss, a division of Red Hat</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <!-- Properties -->
+  <properties>
+    <junit.version>3.8.1</junit.version>
+    <log4j.version>1.2.14</log4j.version>
+  </properties>
+  
+  <!-- DependencyManagement -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>${log4j.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+  <!-- IssueManagement -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/JBPM</url>
+  </issueManagement>
+  
+  <!-- licenses -->
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  
+  <!-- Plugins -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <failIfNoTests>false</failIfNoTests>
+          <trimStackTrace>false</trimStackTrace>
+          <testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
+          <systemProperties>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${project.build.directory}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+    
+    <!-- PluginManagement -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>com.sun.tools.jxc.maven2</groupId>
+          <artifactId>maven-jaxb-schemagen-plugin</artifactId>
+          <version>1.2</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.sun.xml.bind</groupId>
+              <artifactId>jaxb-impl</artifactId>
+              <version>2.1.7</version>
+            </dependency>
+            <dependency>
+              <groupId>com.sun.xml.bind</groupId>
+              <artifactId>jaxb-xjc</artifactId>
+              <version>2.1.7</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+          <version>1.0-beta-1</version>
+        </plugin>
+        <plugin>
+          <groupId>net.sourceforge.maven-taglib</groupId>
+          <artifactId>maven-taglib-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  
+  <!-- Reporting -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <!-- Repositories -->
+  <repositories>
+    <repository>
+      <id>maven2.java.net</id>
+      <name>Java.net Repository for Maven 2</name>
+      <url>http://download.java.net/maven/2/</url>
+    </repository>
+    <repository>
+      <id>maven1.java.net</id>
+      <url>http://download.java.net/maven/1/</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>repository.codehaus.org</id>
+      <url>http://repository.codehaus.org</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </repository>
+  </repositories>
+  
+  <!-- PluginRepositories -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>maven2.java.net</id>
+      <name>Java.net Repository for Maven 2</name>
+      <url>http://download.java.net/maven/2/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </pluginRepository>
+  </pluginRepositories>
+  
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Maven Repository</name>
+      <url>file://${jboss.maven.repository}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+</project>

Added: maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.md5
===================================================================
--- maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.md5	                        (rev 0)
+++ maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.md5	2008-11-01 20:44:45 UTC (rev 16962)
@@ -0,0 +1 @@
+c3256d0dd2a32626069f02ea98a66c62
\ No newline at end of file

Added: maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.sha1
===================================================================
--- maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jbpm/jbpm-parent/1.0.1.GA/jbpm-parent-1.0.1.GA.pom.sha1	2008-11-01 20:44:45 UTC (rev 16962)
@@ -0,0 +1 @@
+fda61d5b6a78eeb957188ee0d69eda792a136b69
\ No newline at end of file

Modified: maven2/org/jbpm/jbpm-parent/maven-metadata.xml
===================================================================
--- maven2/org/jbpm/jbpm-parent/maven-metadata.xml	2008-10-31 20:45:31 UTC (rev 16961)
+++ maven2/org/jbpm/jbpm-parent/maven-metadata.xml	2008-11-01 20:44:45 UTC (rev 16962)
@@ -5,7 +5,8 @@
   <versioning>
     <versions>
       <version>1.0.0.GA</version>
+      <version>1.0.1.GA</version>
     </versions>
-    <lastUpdated>20080912121528</lastUpdated>
+    <lastUpdated>20081101204136</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/jbpm/jbpm-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jbpm/jbpm-parent/maven-metadata.xml.md5	2008-10-31 20:45:31 UTC (rev 16961)
+++ maven2/org/jbpm/jbpm-parent/maven-metadata.xml.md5	2008-11-01 20:44:45 UTC (rev 16962)
@@ -1 +1 @@
-731ef178938fe1f6ee1fc426346c422b
\ No newline at end of file
+dde5e85898cd1ad30fd1b70e5cf61ad1
\ No newline at end of file

Modified: maven2/org/jbpm/jbpm-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jbpm/jbpm-parent/maven-metadata.xml.sha1	2008-10-31 20:45:31 UTC (rev 16961)
+++ maven2/org/jbpm/jbpm-parent/maven-metadata.xml.sha1	2008-11-01 20:44:45 UTC (rev 16962)
@@ -1 +1 @@
-d30288fa575a5dc42b956bec5e0a1e77cd8bba77
\ No newline at end of file
+f36cc53b69e74aea67349c06a47c3e89f93c51dc
\ No newline at end of file




More information about the jboss-cvs-commits mailing list