OSDN Git Service

change kgram format
[stigmata/stigmata-plugins.git] / wsp / pom.xml
index ec65140..c48d77f 100644 (file)
@@ -1,60 +1,35 @@
-<?xml version="1.0"?>
-
-<project>
-  <parent>
-    <artifactId>plugins</artifactId>
-    <groupId>jp.sourceforge.stigmata</groupId>
-    <version>1.0</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>jp.sourceforge.stigmata.plugins</groupId>
-  <artifactId>wsp</artifactId>
-  <name>wsp</name>
-  <version>1.0.0-SNAPSHOT</version>
-  <url>http://stigmata.sourceforge.jp/plugins/wsp/</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>jp.sourceforge</groupId>
-      <artifactId>stigmata</artifactId>
-      <version>2.0.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-all</artifactId>
-      <version>3.1</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>svn+ssh://tama3@svn.sourceforge.jp/svnroot/stigmata/plugins/tags/wsp/</tagBase>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-dependencies</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}</outputDirectory>
-              <includeScope>runtime</includeScope>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="utf-8"?>\r
+\r
+<project xmlns="http://maven.apache.org/POM/4.0.0"\r
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd">\r
+  <modelVersion>4.0.0</modelVersion>\r
+\r
+  <parent>\r
+    <groupId>jp.sourceforge.stigmata</groupId>\r
+    <artifactId>stigmata-plugins</artifactId>\r
+    <version>4.0</version>\r
+  </parent>\r
+\r
+  <groupId>jp.sourceforge.stigmata.plugins</groupId>\r
+  <artifactId>wsp</artifactId>\r
+  <version>1.0.1-SNAPSHOT</version>\r
+  <packaging>jar</packaging>\r
+\r
+  <name>Weighted Stack Pattern Birthmark</name>\r
+  <url>http://stigmata.sourceforge.jp/plugins/wsp/</url>\r
+\r
+  <dependencies>\r
+    <dependency>\r
+      <groupId>jp.sourceforge.stigmata</groupId>\r
+      <artifactId>cflib</artifactId>\r
+      <version>2.0-SNAPSHOT</version>\r
+      <scope>compile</scope>\r
+    </dependency>\r
+    <dependency>\r
+      <groupId>jp.sourceforge.stigmata</groupId>\r
+      <artifactId>digger</artifactId>\r
+      <version>4.0-SNAPSHOT</version>\r
+    </dependency>\r
+  </dependencies>\r
+</project>\r