mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 10:30:41 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					0fec81eef7 | ||
| 
						 | 
					4dd27b3e1a | ||
| 
						 | 
					a06ededd46 | 
							
								
								
									
										24
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,17 +1,19 @@
 | 
				
			|||||||
 | 
					build:
 | 
				
			||||||
 | 
						mvn -B clean install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ut:
 | 
					ut:
 | 
				
			||||||
	mvn clean test -Punit-tests
 | 
						mvn clean test -Punit-tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
it:
 | 
					it:
 | 
				
			||||||
	mvn clean verify -Pintegration-tests
 | 
						mvn clean verify -Pintegration-tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build:
 | 
					#mvn -B clean install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
				
			||||||
	mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
					#
 | 
				
			||||||
 | 
					#release:
 | 
				
			||||||
release:
 | 
					#	mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
				
			||||||
	mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
					#
 | 
				
			||||||
 | 
					#update-version:
 | 
				
			||||||
update-version:
 | 
					#	mvn versions:set -DnewVersion=1.0.1
 | 
				
			||||||
	mvn versions:set -DnewVersion=1.0.1
 | 
					#
 | 
				
			||||||
 | 
					#deploy:
 | 
				
			||||||
deploy:
 | 
					#	mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e
 | 
				
			||||||
	mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e
 | 
					 | 
				
			||||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <groupId>io.github.amithkoujalgi</groupId>
 | 
					    <groupId>io.github.amithkoujalgi</groupId>
 | 
				
			||||||
    <artifactId>ollama4j</artifactId>
 | 
					    <artifactId>ollama4j</artifactId>
 | 
				
			||||||
    <version>1.0.18</version>
 | 
					    <version>1.0.19</version>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <name>Ollama4j</name>
 | 
					    <name>Ollama4j</name>
 | 
				
			||||||
    <description>Java library for interacting with Ollama API.</description>
 | 
					    <description>Java library for interacting with Ollama API.</description>
 | 
				
			||||||
@@ -39,7 +39,7 @@
 | 
				
			|||||||
        <connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
 | 
					        <connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
 | 
				
			||||||
        <developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection>
 | 
					        <developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection>
 | 
				
			||||||
        <url>https://github.com/amithkoujalgi/ollama4j</url>
 | 
					        <url>https://github.com/amithkoujalgi/ollama4j</url>
 | 
				
			||||||
        <tag>v1.0.18</tag>
 | 
					        <tag>v1.0.19</tag>
 | 
				
			||||||
    </scm>
 | 
					    </scm>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <build>
 | 
					    <build>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user