浏览代码

add framework foundation 1.5.0

Jason Song 8 年之前
父节点
当前提交
4c16c3683b

二进制
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0-sources.jar


+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0-sources.jar.md5

@@ -0,0 +1 @@
+82c9a82734dc25bbc529294b793b4365

+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0-sources.jar.sha1

@@ -0,0 +1 @@
+b49e22704a8831c04005a9af661bb241b354f69e

二进制
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.jar


+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.jar.md5

@@ -0,0 +1 @@
+939c35e69719f6488005458234091a06

+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.jar.sha1

@@ -0,0 +1 @@
+931fd9e3442de7dbc41ceb0322972ac745d2c26b

+ 75 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.pom

@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>com.ctrip.framework</groupId>
+   <artifactId>framework-foundation</artifactId>
+   <version>1.5.0</version>
+   <packaging>jar</packaging>
+   <dependencies>
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <version>2.5</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>4.11</version>
+         <scope>test</scope>
+      </dependency>
+       <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-test</artifactId>
+           <version>4.2.6.RELEASE</version>
+           <scope>test</scope>
+       </dependency>
+       <dependency>
+           <groupId>org.mockito</groupId>
+           <artifactId>mockito-core</artifactId>
+           <version>1.10.19</version>
+           <scope>test</scope>
+       </dependency>
+   </dependencies>
+   <build>
+       <plugins>
+           <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <version>3.5.1</version>
+               <configuration>
+                   <optimize>true</optimize>
+                   <source>1.7</source>
+                   <target>1.7</target>
+               </configuration>
+           </plugin>
+           <plugin>
+               <artifactId>maven-source-plugin</artifactId>
+               <version>2.4</version>
+               <executions>
+                   <execution>
+                       <id>attach-sources</id>
+                       <phase>package</phase>
+                       <goals>
+                           <goal>jar-no-fork</goal>
+                       </goals>
+                   </execution>
+               </executions>
+           </plugin>
+       </plugins>
+   </build>
+   <distributionManagement>
+      <repository>
+         <id>releases</id>
+         <url>http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/fxrelease</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots</id>
+         <url>http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/fxsnapshot</url>
+      </snapshotRepository>
+   </distributionManagement>
+   <properties>
+      <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
+   </properties>
+</project>

+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.pom.md5

@@ -0,0 +1 @@
+b7107ecd8c3cd033769ac988f137e4de

+ 1 - 0
com/ctrip/framework/framework-foundation/1.5.0/framework-foundation-1.5.0.pom.sha1

@@ -0,0 +1 @@
+fcce254764ceec162c05094c1b3e8b47099fd02f

+ 4 - 2
com/ctrip/framework/framework-foundation/maven-metadata.xml

@@ -4,7 +4,7 @@
   <artifactId>framework-foundation</artifactId>
   <versioning>
     <latest>1.2.0</latest>
-    <release>1.4.0</release>
+    <release>1.5.0</release>
     <versions>
       <version>0.0.1</version>
       <version>1.0.0</version>
@@ -21,7 +21,9 @@
       <version>1.2.1</version>
       <version>1.3.0</version>
       <version>1.4.0</version>
+      <version>1.4.1</version>
+      <version>1.5.0</version>
     </versions>
-    <lastUpdated>20161115085112</lastUpdated>
+    <lastUpdated>20161212083358</lastUpdated>
   </versioning>
 </metadata>

+ 1 - 1
com/ctrip/framework/framework-foundation/maven-metadata.xml.md5

@@ -1 +1 @@
-7e94484b1444ec572ae3a905a4516a7d
+bb985f067b696ef83186349d026c18a4

+ 1 - 1
com/ctrip/framework/framework-foundation/maven-metadata.xml.sha1

@@ -1 +1 @@
-1cd581298808b9bf1d34c64d5216db303da9b286
+bc402dc9c6e4c9a910abfbf3ecc3d0d0bac72094