You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/07/08 19:37:31 UTC

svn commit: r961844 - in /webservices/juddi/trunk: juddi-core/src/main/java/org/apache/juddi/config/Release.java juddi-core/src/main/resources/version/Release.java.template juddiv3-war/pom.xml uddi-tck/pom.xml

Author: kstam
Date: Thu Jul  8 17:37:31 2010
New Revision: 961844

URL: http://svn.apache.org/viewvc?rev=961844&view=rev
Log:
updating the poms slightly so it compiles in eclipse too.

Added:
    webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/config/Release.java
Modified:
    webservices/juddi/trunk/juddi-core/src/main/resources/version/Release.java.template
    webservices/juddi/trunk/juddiv3-war/pom.xml
    webservices/juddi/trunk/uddi-tck/pom.xml

Added: webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/config/Release.java
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/config/Release.java?rev=961844&view=auto
==============================================================================
--- webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/config/Release.java (added)
+++ webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/config/Release.java Thu Jul  8 17:37:31 2010
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.juddi.config;
+
+/**
+ * WARNING:
+ * Do not modify this class as it is generated. Rather update the Release.java.template
+ * in main/java/resources/version
+ */
+public class Release {
+	private static final String REGISTRY_VERSION = "3.0.3-SNAPSHOT";
+	private static final String UDDI_VERSION = "3.0";
+   
+	private Release () {
+	}
+
+	public static String getRegistryVersion() {
+		return REGISTRY_VERSION;
+	}
+
+	public static String getUDDIVersion() {
+		return UDDI_VERSION;	
+	} 
+}

Modified: webservices/juddi/trunk/juddi-core/src/main/resources/version/Release.java.template
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-core/src/main/resources/version/Release.java.template?rev=961844&r1=961843&r2=961844&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-core/src/main/resources/version/Release.java.template (original)
+++ webservices/juddi/trunk/juddi-core/src/main/resources/version/Release.java.template Thu Jul  8 17:37:31 2010
@@ -14,6 +14,11 @@
  */
 package org.apache.juddi.config;
 
+/**
+ * WARNING:
+ * Do not modify this class as it is generated. Rather update the Release.java.template
+ * in main/java/resources/version
+ */
 public class Release {
 	private static final String REGISTRY_VERSION = "@juddi.version@";
 	private static final String UDDI_VERSION = "3.0";

Modified: webservices/juddi/trunk/juddiv3-war/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-war/pom.xml?rev=961844&r1=961843&r2=961844&view=diff
==============================================================================
--- webservices/juddi/trunk/juddiv3-war/pom.xml (original)
+++ webservices/juddi/trunk/juddiv3-war/pom.xml Thu Jul  8 17:37:31 2010
@@ -50,9 +50,10 @@
 			</exclusions>
 		</dependency>
 		<dependency>
-			<artifactId>juddi-core-openjpa</artifactId>
+			<artifactId>juddi-core</artifactId>
 			<groupId>org.apache.juddi</groupId>
 			<version>3.0.3-SNAPSHOT</version>
+			<scope>test</scope>
 			<exclusions>
 				<exclusion>
 					<groupId>org.apache.juddi</groupId>

Modified: webservices/juddi/trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck/pom.xml?rev=961844&r1=961843&r2=961844&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck/pom.xml Thu Jul  8 17:37:31 2010
@@ -60,7 +60,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
-			<artifactId>juddi-core-openjpa</artifactId>
+			<artifactId>juddi-core</artifactId>
 			<version>${project.parent.version}</version>
 			<scope>test</scope>
 		</dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org