You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2011/05/12 18:11:48 UTC

svn commit: r1102365 - /incubator/ognl/trunk/pom.xml

Author: olamy
Date: Thu May 12 16:11:48 2011
New Revision: 1102365

URL: http://svn.apache.org/viewvc?rev=1102365&view=rev
Log:
 svn:eol-style 2 native for pom.xml

Modified:
    incubator/ognl/trunk/pom.xml   (contents, props changed)

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1102365&r1=1102364&r2=1102365&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Thu May 12 16:11:48 2011
@@ -1,240 +1,240 @@
-<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.apache.commons</groupId>
-   <artifactId>commons-parent</artifactId>
-   <version>21</version>
- </parent>
-
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-ognl</artifactId>
-  <packaging>jar</packaging>
-  <version>4.0-incubating-SNAPSHOT</version>
-  <name>OGNL - Object Graph Navigation Library</name>
-  <description>OGNL - Object Graph Navigation Library</description>
-
-  <inceptionYear>1997</inceptionYear>
-
-  <url>http://incubator.apache.org/ognl/</url>
-
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ognl/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ognl/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/ognl/trunk/</url>
-  </scm>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <commons.javadoc.version>2.8</commons.javadoc.version>
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
-  </properties>
-
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/OGNL</url>
-  </issueManagement>
-
-  <ciManagement>
-    <system>Jenkins</system>
-    <url>https://builds.apache.org/hudson/job/ognl/</url>
-  </ciManagement>
-
-  <developers>
-    <developer>
-      <name>Antonio Petrelli</name>
-      <id>apetrelli</id>
-      <email>apetrelli at apache dot org</email>
-      <roles>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Christian Grobmeier</name>
-      <id>grobmeier</id>
-      <email>grobmeier at apache dot org</email>
-      <roles>
-        <role>Mentor</role>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Jesse Kuhnert</name>
-      <id>jkuhnert</id>
-      <email>jkuhnert at apache dot org</email>
-      <roles>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Jochen Wiedmann</name>
-      <id>jochen</id>
-      <email>jochen at apache dot org</email>
-      <roles>
-        <role>Mentor</role>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Lukasz Lenart</name>
-      <id>lukaszlenart</id>
-      <email>lukaszlenart at apache dot org</email>
-      <roles>
-        <role>Champion</role>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Olivier Lamy</name>
-      <id>olamy</id>
-      <email>olamy at apache dot org</email>
-      <roles>
-        <role>Mentor</role>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Marc Andrew Davidson</name>
-      <id>javadrewd</id>
-      <email>javadrewd at apache dot org</email>
-      <roles>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Maurizio Cucchiara</name>
-      <id>mcucchiara</id>
-      <email>mcucchiara at apache dot org</email>
-      <roles>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Simone Tripodi</name>
-      <id>simonetripodi</id>
-      <email>simonetripodi at apache dot org</email>
-      <roles>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Upayavira</name>
-      <id>upayavira</id>
-      <email>upayavira at apache dot org</email>
-      <roles>
-        <role>Mentor</role>
-        <role>PPMC Member</role>
-        <role>Committer</role>
-      </roles>
-    </developer>
-  </developers>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <version>2.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-      <version>3.11.0.GA</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-        <executions>
-          <execution>
-            <id>compile-tests</id>
-            <phase>process-test-sources</phase>
-            <goals>
-              <goal>testCompile</goal>
-            </goals>
-            <configuration>
-              <source>1.5</source>
-              <target>1.5</target>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.8.1</version>
-        <configuration>
-          <excludes>
-            <exclude>**/OgnlTestCase.java</exclude>
-            <exclude>**/*$*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.3.1</version>
-        <configuration>
-          <archive>
-            <compress>true</compress>
-            <index>true</index>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.4.1</version>
-      </plugin>
-    </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-idea-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-</project>
+<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.apache.commons</groupId>
+   <artifactId>commons-parent</artifactId>
+   <version>21</version>
+ </parent>
+
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-ognl</artifactId>
+  <packaging>jar</packaging>
+  <version>4.0-incubating-SNAPSHOT</version>
+  <name>OGNL - Object Graph Navigation Library</name>
+  <description>OGNL - Object Graph Navigation Library</description>
+
+  <inceptionYear>1997</inceptionYear>
+
+  <url>http://incubator.apache.org/ognl/</url>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ognl/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ognl/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/ognl/trunk/</url>
+  </scm>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <commons.javadoc.version>2.8</commons.javadoc.version>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
+  </properties>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/OGNL</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/ognl/</url>
+  </ciManagement>
+
+  <developers>
+    <developer>
+      <name>Antonio Petrelli</name>
+      <id>apetrelli</id>
+      <email>apetrelli at apache dot org</email>
+      <roles>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Christian Grobmeier</name>
+      <id>grobmeier</id>
+      <email>grobmeier at apache dot org</email>
+      <roles>
+        <role>Mentor</role>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Jesse Kuhnert</name>
+      <id>jkuhnert</id>
+      <email>jkuhnert at apache dot org</email>
+      <roles>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Jochen Wiedmann</name>
+      <id>jochen</id>
+      <email>jochen at apache dot org</email>
+      <roles>
+        <role>Mentor</role>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Lukasz Lenart</name>
+      <id>lukaszlenart</id>
+      <email>lukaszlenart at apache dot org</email>
+      <roles>
+        <role>Champion</role>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Olivier Lamy</name>
+      <id>olamy</id>
+      <email>olamy at apache dot org</email>
+      <roles>
+        <role>Mentor</role>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Marc Andrew Davidson</name>
+      <id>javadrewd</id>
+      <email>javadrewd at apache dot org</email>
+      <roles>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Maurizio Cucchiara</name>
+      <id>mcucchiara</id>
+      <email>mcucchiara at apache dot org</email>
+      <roles>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Simone Tripodi</name>
+      <id>simonetripodi</id>
+      <email>simonetripodi at apache dot org</email>
+      <roles>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Upayavira</name>
+      <id>upayavira</id>
+      <email>upayavira at apache dot org</email>
+      <roles>
+        <role>Mentor</role>
+        <role>PPMC Member</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>2.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+      <version>3.11.0.GA</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+        <executions>
+          <execution>
+            <id>compile-tests</id>
+            <phase>process-test-sources</phase>
+            <goals>
+              <goal>testCompile</goal>
+            </goals>
+            <configuration>
+              <source>1.5</source>
+              <target>1.5</target>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.8.1</version>
+        <configuration>
+          <excludes>
+            <exclude>**/OgnlTestCase.java</exclude>
+            <exclude>**/*$*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <archive>
+            <compress>true</compress>
+            <index>true</index>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.4.1</version>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-idea-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>

Propchange: incubator/ognl/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native