mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-10-31 00:20:40 +01:00 
			
		
		
		
	Compare commits
	
		
			9 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 1c687831d1 | ||
|   | 2c2750b3e1 | ||
|   | 809efa9053 | ||
|   | 4a7e9ac7f0 | ||
|   | 04f9e77149 | ||
|   | 553e7dab41 | ||
|   | 3a75cd7e92 | ||
|   | c45b5de3ea | ||
|   | 6c2b3ca206 | 
							
								
								
									
										14
									
								
								.github/workflows/maven-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/maven-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,14 +3,14 @@ | |||||||
|  |  | ||||||
| name: Test and Publish Package | name: Test and Publish Package | ||||||
|  |  | ||||||
| on: |  | ||||||
|   release: |  | ||||||
|     types: [ "created" ] |  | ||||||
|  |  | ||||||
| #on: | #on: | ||||||
| #  push: | #  release: | ||||||
| #    branches: [ "main" ] | #    types: [ "created" ] | ||||||
| #  workflow_dispatch: |  | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |     branches: [ "main" ] | ||||||
|  |   workflow_dispatch: | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|   | |||||||
							
								
								
									
										26
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								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.16-SNAPSHOT</version> |     <version>1.0.18</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,22 +39,11 @@ | |||||||
|         <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.1</tag> |         <tag>v1.0.18</tag> | ||||||
|     </scm> |     </scm> | ||||||
|  |  | ||||||
|     <build> |     <build> | ||||||
|         <plugins> |         <plugins> | ||||||
|             <!--            <plugin>--> |  | ||||||
|             <!--                <groupId>org.sonatype.plugins</groupId>--> |  | ||||||
|             <!--                <artifactId>nexus-staging-maven-plugin</artifactId>--> |  | ||||||
|             <!--                <version>1.6.13</version>--> |  | ||||||
|             <!--                <extensions>true</extensions>--> |  | ||||||
|             <!--                <configuration>--> |  | ||||||
|             <!--                    <serverId>ossrh</serverId>--> |  | ||||||
|             <!--                    <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>--> |  | ||||||
|             <!--                    <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |  | ||||||
|             <!--                </configuration>--> |  | ||||||
|             <!--            </plugin>--> |  | ||||||
|             <plugin> |             <plugin> | ||||||
|                 <groupId>org.apache.maven.plugins</groupId> |                 <groupId>org.apache.maven.plugins</groupId> | ||||||
|                 <artifactId>maven-source-plugin</artifactId> |                 <artifactId>maven-source-plugin</artifactId> | ||||||
| @@ -249,6 +238,17 @@ | |||||||
|                             </execution> |                             </execution> | ||||||
|                         </executions> |                         </executions> | ||||||
|                     </plugin> |                     </plugin> | ||||||
|  |                     <plugin> | ||||||
|  |                         <groupId>org.sonatype.plugins</groupId> | ||||||
|  |                         <artifactId>nexus-staging-maven-plugin</artifactId> | ||||||
|  |                         <version>1.6.13</version> | ||||||
|  |                         <extensions>true</extensions> | ||||||
|  |                         <configuration> | ||||||
|  |                             <serverId>ossrh</serverId> | ||||||
|  |                             <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> | ||||||
|  |                             <autoReleaseAfterClose>true</autoReleaseAfterClose> | ||||||
|  |                         </configuration> | ||||||
|  |                     </plugin> | ||||||
|                 </plugins> |                 </plugins> | ||||||
|             </build> |             </build> | ||||||
|         </profile> |         </profile> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user