[Jiemamy-notify:2799] commit [3723] factory-enhancer-example v0.1. 1 リリース。

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 8日 (木) 02:34:27 JST


Revision: 3723
          http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3723
Author:   daisuke_m
Date:     2009-10-08 02:34:27 +0900 (Thu, 08 Oct 2009)

Log Message:
-----------
factory-enhancer-example v0.1.1 リリース。

Added Paths:
-----------
    leto/factory-enhancer-example/tags/release/0.1.1/
    leto/factory-enhancer-example/tags/release/0.1.1/pom.xml

Removed Paths:
-------------
    leto/factory-enhancer-example/tags/release/0.1.1/pom.xml

Deleted: leto/factory-enhancer-example/tags/release/0.1.1/pom.xml
===================================================================
--- leto/factory-enhancer-example/trunk/pom.xml	2009-10-06 10:23:15 UTC (rev 3715)
+++ leto/factory-enhancer-example/tags/release/0.1.1/pom.xml	2009-10-07 17:34:27 UTC (rev 3723)
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jiemamy</groupId>
-    <artifactId>master</artifactId>
-    <version>1.1</version>
-  </parent>
-  <artifactId>factory-enhancer-example</artifactId>
-  <name>Factory Enhancer Examples</name>
-  <groupId>org.jiemamy</groupId>
-  <version>0.1.1-SNAPSHOT</version>
-  <build>
-    <defaultGoal>package</defaultGoal>
-    <plugins>
-      <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>source-jar</id>
-            <phase>package</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <configuration>
-          <downloadSources>true</downloadSources>
-          <classpathContainers>
-            <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer>
-          </classpathContainers>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jiemamy.org</id>
-      <name>Jiemamy Repository</name>
-      <url>http://maven.jiemamy.org/release</url>
-    </repository>
-  </repositories>
-  <dependencies>
-    <dependency>
-      <groupId>org.jiemamy</groupId>
-      <artifactId>factory-enhancer</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>

Copied: leto/factory-enhancer-example/tags/release/0.1.1/pom.xml (from rev 3721, leto/factory-enhancer-example/trunk/pom.xml)
===================================================================
--- leto/factory-enhancer-example/tags/release/0.1.1/pom.xml	                        (rev 0)
+++ leto/factory-enhancer-example/tags/release/0.1.1/pom.xml	2009-10-07 17:34:27 UTC (rev 3723)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jiemamy</groupId>
+    <artifactId>master</artifactId>
+    <version>1.1</version>
+  </parent>
+  <artifactId>factory-enhancer-example</artifactId>
+  <name>Factory Enhancer Examples</name>
+  <groupId>org.jiemamy</groupId>
+  <version>0.1.1</version>
+  <build>
+    <defaultGoal>package</defaultGoal>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-jar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <downloadSources>true</downloadSources>
+          <classpathContainers>
+            <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer>
+          </classpathContainers>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jiemamy.org</id>
+      <name>Jiemamy Repository</name>
+      <url>http://maven.jiemamy.org/release</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>org.jiemamy</groupId>
+      <artifactId>factory-enhancer</artifactId>
+      <version>0.1.1</version>
+    </dependency>
+  </dependencies>
+</project>




Jiemamy-notify メーリングリストの案内
Zurück zum Archiv-Index