forked from Mirror/ollama4j
		
	Compare commits
	
		
			5 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					8c4533b704 | ||
| 
						 | 
					bb50a66d80 | ||
| 
						 | 
					e8dccd9b6a | ||
| 
						 | 
					cc1d2c4dc1 | ||
| 
						 | 
					8e93e580cd | 
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ build:
 | 
			
		||||
	mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
			
		||||
 | 
			
		||||
release:
 | 
			
		||||
	mvn clean -Punit-tests release:clean release:prepare release:perform -B
 | 
			
		||||
	mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
 | 
			
		||||
 | 
			
		||||
update-version:
 | 
			
		||||
	mvn versions:set -DnewVersion=1.0.1
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
    <groupId>io.github.amithkoujalgi</groupId>
 | 
			
		||||
    <artifactId>ollama4j</artifactId>
 | 
			
		||||
    <version>1.0.9</version>
 | 
			
		||||
    <version>1.0.11</version>
 | 
			
		||||
 | 
			
		||||
    <name>Ollama4j</name>
 | 
			
		||||
    <description>Java library for interacting with Ollama API.</description>
 | 
			
		||||
@@ -39,7 +39,7 @@
 | 
			
		||||
        <connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
 | 
			
		||||
        <developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection>
 | 
			
		||||
        <url>https://github.com/amithkoujalgi/ollama4j</url>
 | 
			
		||||
        <tag>v1.0.9</tag>
 | 
			
		||||
        <tag>v1.0.11</tag>
 | 
			
		||||
    </scm>
 | 
			
		||||
 | 
			
		||||
    <build>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user