Title: [1228] trunk/core/jbehave-core/pom.xml: Upgraded to release paranamer
Revision
1228
Author
mauro
Date
2009-09-06 18:41:29 -0500 (Sun, 06 Sep 2009)

Log Message

Upgraded to release paranamer

Modified Paths


Diff

Modified: trunk/core/jbehave-core/pom.xml (1227 => 1228)

--- trunk/core/jbehave-core/pom.xml	2009-09-06 17:11:39 UTC (rev 1227)
+++ trunk/core/jbehave-core/pom.xml	2009-09-06 23:41:29 UTC (rev 1228)
@@ -1,4 +1,5 @@
-<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>
   <parent>
     <groupId>org.jbehave</groupId>
@@ -18,52 +19,52 @@
     <dependency>
       <groupId>com.thoughtworks.paranamer</groupId>
       <artifactId>paranamer</artifactId>
-      <version>2.1-SNAPSHOT</version>
+      <version>2.1</version>
     </dependency>
   </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <version>1.2.1</version>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <shadedArtifactId>jbehave-core</shadedArtifactId>
-                            <artifactSet>
-                                <excludes>
-                                    <exclude>org.apache.ant:ant</exclude>
-                                    <exclude>junit:junit-dep</exclude>
-                                    <exclude>org.hamcrest:hamcrest-all</exclude>
-                                </excludes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>com.thoughtworks.paranamer:paranamer</artifact>
-                                    <excludes>
-                                        <exclude>com/thoughtworks/paranamer/Javadoc*</exclude>
-                                        <exclude>com/thoughtworks/paranamer/Default*</exclude>
-                                        <exclude>com/thoughtworks/paranamer/Adaptive*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            <relocations>
-                                <relocation>
-                                    <pattern>com.thoughtworks.paranamer</pattern>
-                                    <shadedPattern>org.jbehave.paranamer</shadedPattern>
-                                </relocation>
-                            </relocations>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>1.2.1</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <shadedArtifactId>jbehave-core</shadedArtifactId>
+              <artifactSet>
+                <excludes>
+                  <exclude>org.apache.ant:ant</exclude>
+                  <exclude>junit:junit-dep</exclude>
+                  <exclude>org.hamcrest:hamcrest-all</exclude>
+                </excludes>
+              </artifactSet>
+              <filters>
+                <filter>
+                  <artifact>com.thoughtworks.paranamer:paranamer</artifact>
+                  <excludes>
+                    <exclude>com/thoughtworks/paranamer/Javadoc*</exclude>
+                    <exclude>com/thoughtworks/paranamer/Default*</exclude>
+                    <exclude>com/thoughtworks/paranamer/Adaptive*</exclude>
+                  </excludes>
+                </filter>
+              </filters>
+              <relocations>
+                <relocation>
+                  <pattern>com.thoughtworks.paranamer</pattern>
+                  <shadedPattern>org.jbehave.paranamer</shadedPattern>
+                </relocation>
+              </relocations>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to